Chengfu Huo

dblp:81/8757 · DBLP profile ↗
← Back
9ranked-venue papers in the field
0as first author
7since 2021 · last 2026
—ORCID · conflict

Domains — venue-derived; a paper can count in several

Information Retrieval & Web Search · 8Database Systems & Data Management · 1
YearPublicationVenuePosition
2026 LSIG: Long Semantic IDs for Generative Recommendation
Fengyang Qi, Chuanyu Xu, Tao Zhang 0098, Chengfu Huo
WWW5
2026 Aligning Query Rewriting with Human Cognition and Preference in E-Commerce Search
abstract
In e-commerce search, the diverse ways in which users express intentions lead to lexical and semantic gaps between queries and product descriptions, making query rewriting (QR) indispensable for improving matching efficiency. With the development of LLMs, QR has evolved from discriminative approaches to various LLM-based alignment methods. However, these methods typically treat all queries uniformly, without fundamentally distinguishing their rewriting difficulty or underlying linguistic issues, making the rewritten query deviate from human expectations. To address this limitation, we propose AWHCP (Aligning with Human Cognition and Preference), a novel framework that adopts a human-centric perspective and introduces the Problem–Intention–Fix–Rewrite (PIFR) paradigm. Built upon PIFR, AWHCP establishes a multi-granularity alignment training framework that simultaneously aligns with both system retrieval preferences and human rewriting behaviors. First, we construct high-quality PIFR-structured data and perform supervised fine-tuning to enable the model to learn human-like rewriting patterns. Second, we apply beam search to generate multiple candidates and leverage system-side feedback signals to conduct coarse-grained direct preference alignment, endowing the model with initial difficulty-aware reasoning capabilities. Third, we introduce a multi-dimensional rewrite quality judgment model trained via Group Relative Policy Optimization (GRPO), enabling fine-grained alignment with nuanced human rewriting preferences. Deployed on 1688's main search engine since August 2025, AWHCP has demonstrated strong effectiveness through extensive offline evaluations and large-scale online A/B tests, leading to a +3.9% gain in UV-L2O.
Ruize Ou, Jianzhi Shao, Tao Zhang 0098, Chengfu Huo
WWW5
2026 A Reinforcement Learning Based Hyper-Parameter Generation System Guided by LLM-Powered Virtual Users
Changlin Qiu, Bang Lin, Tao Zhang 0098, Chengfu Huo
WWW4
2025 GRAIN: Group-Reinforced Adaptive Interaction Network for Cold-Start CTR Prediction in E-commerce Search
abstract
Accurate prediction of click-through rates (CTR) for cold-start entities (CSEs) within search engine ecosystems presents significant challenges. Notably, CSEs encompass novel users/items and new session search queries, each characterized by their limited interaction data and poor-quality embeddings, which collectively contribute to the complexity of CTR estimation.Existing studies predominantly address cold-start challenges in isolation, such as focusing separately on new users or new items, and lack a comprehensive framework to effectively integrate atomic ID features with group-level representations. To address these limitations, we propose GRAIN (Group Reinforced Adaptive Interaction Network), a novel framework that enhances CTR prediction across all maturity phases, namely Cold-Start, Warm-Up, and Common. GRAIN consists of three key components: 1) a Graph-based Id-to-Cluster (GIC) module that aggregates atomic ID features into cluster-level representations; 2) an ID-Cluster Cross (ICC) module that aligns ID-level and cluster-level features through contrastive learning and cross-grained interaction mechanism; 3) a lightweight auxiliary task that classifies entities into different maturity stages using a data-driven phase partitioning algorithm. Extensive experiments demonstrate GRAIN's effectiveness in improving CTR prediction accuracy across multiple maturity phases. GRAIN has been successfully deployed on the 1688 App, handling billions of daily requests.
Hao Chen 0175, Bang Lin, Tao Zhang 0098, Chengfu Huo
SIGIR5
2025 SuperRS: Multi Scenario Reciprocal-Aware Dual MoE for Unified Recommendation-Search Ranking
abstract
In e-commerce, search and recommendation rankings require a deep understanding of user behaviors and personalized scoring of products. While existing systems maintain separate pipelines for search and recommendation, these two scenarios share aligned objectives and exhibit consistent data patterns during ranking. To address this, we propose a joint modeling approach for search-recommendation ranking that enables information gain exchange between the two scenarios, thus facilitating enhanced modeling of users' cross-scenario behaviors. Our proposed SuperRS framework employs a Dual-layer Multi-MoE (DualMoE) architecture to tackle scenario-specific disparities and achieve multi-interest fusion perception. A key aspect is the Search-Recommendation Sequence Fusion Unit, which integrates user interaction sequences from both scenarios. Additionally, we introduce a unified Representation Extraction method utilizing Reciprocal Scenario Interest Attention (RSIA) for feature alignment. Dynamic Feature Integration (DFI) employs a dual gating mechanism for controlled information fusion while preserving scenario identities, combined with multi-objective optimization. On the 1688 App, our framework demonstrates superior performance to baseline models across both offline evaluation metrics and online business indicators.
Zihan Xia 0003, Chuanyu Xu, Tao Zhang 0098, Chengfu Huo
SIGIR4
2022 Trustworthy Knowledge Graph Completion Based on Multi-sourced Noisy Data
abstract
Knowledge graphs (KGs) have become a valuable asset for many AI applications. Although some KGs contain plenty of facts, they are widely acknowledged as incomplete. To address this issue, many KG completion methods are proposed. Among them, open KG completion methods leverage the Web to find missing facts. However, noisy data collected from diverse sources may damage the completion accuracy. In this paper, we propose a new trustworthy method that exploits facts for a KG based on multi-sourced noisy data and existing facts in the KG. Specifically, we introduce a graph neural network with a holistic scoring function to judge the plausibility of facts with various value types. We design value alignment networks to resolve the heterogeneity between values and map them to entities even outside the KG. Furthermore, we present a truth inference model that incorporates data source qualities into the fact scoring function, and design a semi-supervised learning way to infer the truths from heterogeneous values. We conduct extensive experiments to compare our method with the state-of-the-arts. The results show that our method achieves superior accuracy not only in completing missing facts but also in discovering new facts.
Jiacheng Huang 0001, Wei Hu 0007, Zhen Ning, Qijin Chen, Xiaoxia Qiu, Chengfu Huo, Weijun Ren
WWW7
2021 Graph Attention Networks for New Product Sales Forecasting in E-Commerce
Chuanyu Xu, Xiuchong Wang, Binbin Hu, Da Zhou, Chengfu Huo, Weijun Ren
DASFAA (3)6
2020 Spending Money Wisely: Online Electronic Coupon Allocation based on Real-Time User Intent Detection
abstract
Online electronic coupon (e-coupon) is becoming a primary tool for e-commerce platforms to attract users to place orders. E-coupons are the digital equivalent of traditional paper coupons which provide customers with discounts or gifts. One of the fundamental problems related is how to deliver e-coupons with minimal cost while users' willingness to place an order is maximized. We call this problem the coupon allocation problem. This is a non-trivial problem since the number of regular users on a mature e-platform often reaches hundreds of millions and the types of e-coupons to be allocated are often multiple. The policy space is extremely large and the online allocation has to satisfy a budget constraint. Besides, one can never observe the responses of one user under different policies which increases the uncertainty of the policy making process. Previous work fails to deal with these challenges. In this paper, we decompose the coupon allocation task into two subtasks: the user intent detection task and the allocation task. Accordingly, we propose a two-stage solution: at the first stage (detection stage), we put forward a novel Instantaneous Intent Detection Network (IIDN) which takes the user-coupon features as input and predicts user real-time intents; at the second stage (allocation stage), we model the allocation problem as a Multiple-Choice Knapsack Problem (MCKP) and provide a computational efficient allocation method using the intents predicted at the detection stage. Long Short Term Memory (LSTM) and a special attention mechanism are applied on IIDN to better describe temporal dependencies of sequential features. And we manage to solve the imbalanced label problem for the user intent detection task with a brand new perspective by using the logical relationship between multiple user intents. We conduct extensive online and offline experiments and the results show the superiority of our proposed framework, which has brought great profits to the platform and continues to function online.
Liangwei Li, Liucheng Sun, Chenwei Weng, Chengfu Huo, Weijun Ren
CIKM4
2019 Automatic Generation of Pattern-controlled Product Description in E-commerce
abstract
Nowadays, online shoppers have paid more and more attention to detailed product descriptions, since a well-written description is a huge factor in making online sales. However, for a website with billions of product data like Alibaba, the writing efficiency of human copywriters cannot match the growth rate of new products. To address this issue, we propose a novel pointer-generator neural network to generate product description. In particular, coordinate encoders and a pattern-controlled decoder are utilized to improve generation quality with an attention mechanism. The coordinate encoders equipped with a Transformer and a gated convolutional unit is introduced to learn the source input representations. In the decoding phase, a pattern controlled decoder is proposed to control the output description pattern (such as category, length, and style) to ensure the quality of the description. For evaluation, we build a substantial collection of real-world products along with human-written descriptions. An extensive set of experiments with both human annotated data demonstrate the advantage of the proposed method for generation qualities. Finally, an online deployment shows significant benefits of our model in a real online shopping scenario, as measured by the click-through rate.
Tao Zhang 0098, Chengfu Huo, Weijun Ren
WWW3