EDBT 2026 Demo / reviewers in the wild / expert
Yancheng He
dblp:236/6241
· DBLP profile ↗
15ranked-venue papers in the field
0as first author
11since 2021 · last 2025
—ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 8Data Mining & Knowledge Discovery · 7
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | ChineseEcomQA: A Scalable E-commerce Concept Evaluation Benchmark for Large Language ModelsabstractWith the increasing use of Large Language Models (LLMs) in fields such as e-commerce, domain-specific concept evaluation benchmarks are crucial for assessing their domain capabilities. Existing LLMs may generate factually incorrect information within the complex e-commerce applications. Therefore, it is necessary to build an e-commerce concept benchmark. Existing benchmarks encounter two primary challenges: (1) handle the heterogeneous and diverse nature of tasks(2) distinguish between generality and specificity within the e-commerce field. To address these problems, we propose ChineseEcomQA, a scalable question-answering benchmark focused on fundamental e-commerce concepts. ChineseEcomQA is built on three core characteristics: Focus on Fundamental Concept, E-commerce Generality and E-commerce Expertise. Fundamental concepts are designed to be applicable across a diverse array of e-commerce tasks, thus addressing the challenge of heterogeneity and diversity. Additionally, by carefully balancing generality and specificity, ChineseEcomQA effectively differentiates between broad e-commerce concepts, allowing for precise validation of domain capabilities. We achieve this through a scalable benchmark construction process that combines LLM validation, Retrieval-Augmented Generation (RAG) validation, and rigorous manual annotation. Based on ChineseEcomQA, we conduct extensive evaluations on mainstream LLMs and provide some valuable insights. We hope that ChineseEcomQA could guide future domain-specific evaluations, and facilitate broader LLM adoption in e-commerce applications. Kangtao Lv, Chengwei Hu, Yanshi Li, Yujin Yuan, Yancheng He, Xingyao Zhang 0003, Langming Liu, Shilei Liu, Wenbo Su, Bo Zheng 0007 |
KDD (2) | 6 |
| 2024 | MDAN: Multi-distribution Adaptive Networks for LTV Prediction
Wenshuang Liu, Bada Ye, Xinji Luo, Yancheng He, Cunxiang Yin |
PAKDD (3) | 5 |
| 2024 | Aiming at the Target: Filter Collaborative Information for Cross-Domain RecommendationabstractAs recommender systems become pervasive in various scenarios, cross-domain recommenders (CDR) are proposed to enhance the performance of one target domain with data from other related source domains. However, irrelevant information from the source domain may instead degrade target domain performance, which is known as the negative transfer problem. Most existing efforts to tackle this issue primarily focus on designing adaptive representations for overlapped users. Whereas, these methods rely on the learned representations of the model, lacking explicit constraints to filter irrelevant source-domain collaborative information for the target domain, which limits their cross-domain transfer capability. Weizhi Ma, Peijie Sun, Jiayu Li 0001, Cunxiang Yin, Yancheng He, Min Zhang 0006, Shaoping Ma |
SIGIR | 6 |
| 2023 | Online Volume Optimization for Notifications via Long Short-Term Value Modeling
Mingjun Zhao, Weiyu Tou, Haolan Chen, Di Niu 0002, Cunxiang Yin, Yancheng He |
PAKDD (3) | 8 |
| 2022 | Causal Enhanced Uplift Model
Cunxiang Yin, Zhongyu Wei, Yuncong Li, Yancheng He |
PAKDD (3) | 6 |
| 2022 | Learning Discriminative Representation Base on Attention for Uplift
Cunxiang Yin, Yuncong Li, Yancheng He, Zhongyu Wei |
PAKDD (3) | 5 |
| 2022 | Modeling User Repeat Consumption Behavior for Online Novel RecommendationabstractGiven a user’s historical interaction sequence, online novel recommendation suggests the next novel the user may be interested in. Online novel recommendation is important but underexplored. In this paper, we concentrate on recommending online novels to new users of an online novel reading platform, whose first visits to the platform occurred in the last seven days. We have two observations about online novel recommendation for new users. First, repeat novel consumption of new users is a common phenomenon. Second, interactions between users and novels are informative. To accurately predict whether a user will reconsume a novel, it is crucial to characterize each interaction at a fine-grained level. Based on these two observations, we propose a neural network for online novel recommendation, called NovelNet. NovelNet can recommend the next novel from both the user’s consumed novels and new novels simultaneously. Specifically, an interaction encoder is used to obtain accurate interaction representation considering fine-grained attributes of interaction, and a pointer network with a pointwise loss is incorporated into NovelNet to recommend previously-consumed novels. Moreover, an online novel recommendation dataset is built from a well-known online novel reading platform and is released for public use as a benchmark. Experimental results on the dataset demonstrate the effectiveness of NovelNet 1. Yuncong Li, Cunxiang Yin, Yancheng He, Leeven Luo, Shenghua Zhong |
RecSys | 3 |
| 2021 | Contrastive Curriculum Learning for Sequential User Behavior Modeling via Data AugmentationabstractWithin online platforms, it is critical to capture the semantics of sequential user behaviors for accurately modeling user interests. However, dynamic characteristics and sparse behaviors make it difficult to train effective user representations for sequential user behavior modeling. Shuqing Bian, Wayne Xin Zhao, Kun Zhou 0002, Yancheng He, Cunxiang Yin, Ji-Rong Wen |
CIKM | 5 |
| 2021 | Query-Variant Advertisement Text Generation with Association KnowledgeabstractOnline advertising is an important revenue source for many IT companies. In the search advertising scenario, advertisement text that meets the need of the search query would be more attractive to the user. However, the manual creation of query-variant advertisement texts for massive items is expensive. Traditional text generation methods tend to focus on the general searching needs with high frequency while ignoring the diverse personalized searching needs with low frequency. In this paper, we propose the query-variant advertisement text generation task that aims to generate candidate advertisement texts for different web search queries with various needs based on queries and item keywords. To solve the problem of ignoring low-frequency needs, we propose a dynamic association mechanism to expand the receptive field based on external knowledge, which can obtain associated words to be added to the input. These associated words can serve as bridges to transfer the ability of the model from the familiar high-frequency words to the unfamiliar low-frequency words. With association, the model can make use of various personalized needs in queries and generate query-variant advertisement texts. Both automatic and human evaluations show that our model can generate more attractive advertisement text than baselines. Siyu Duan, Wei Li 0101, Yancheng He, Yunfang Wu |
CIKM | 4 |
| 2021 | Learning Reliable User Representations from Volatile and Sparse Data to Accurately Predict Customer Lifetime ValueabstractIn industry, customer lifetime value (LTV) prediction is a challenging task, since user consumption data is usually volatile, noisy, or sparse. To address these issues, this paper presents a novel Temporal-Structural User Representation (named TSUR) network to predict LTV. We utilize historical revenue time series and user attributes to learn both temporal and structural user representations, respectively. Specifically, the temporal representation is learned with a temporal trend encoder based on a novel multi-channel Discrete Wavelet Transform~(DWT) module, while the structural representation is derived with Graph Attention Network (GAT) on an attribute similarity graph. Furthermore, a novel cluster-alignment regularization method is employed to align and enhance these two kinds of representations. In essence, such a fusion way can be considered as the association of temporal and structural representations in the low-pass representation space, which is also useful to prevent the data noise from being transferred across different views. To our knowledge, it is the first time that temporal and structural user representations are jointly learned for LTV prediction. Extensive offline experiments on two large-scale real-world datasets and online A/B tests have shown the superiority of our approach over a number of competitive baselines. Mingzhe Xing, Shuqing Bian, Wayne Xin Zhao, Xingji Luo, Cunxiang Yin, Yancheng He |
KDD | 8 |
| 2021 | A Novel Macro-Micro Fusion Network for User Representation Learning on Mobile AppsabstractThe evolution of mobile apps has greatly changed the way that we live. It becomes increasingly important to understand and model the users on mobile apps. Instead of focusing on some specific app alone, it has become a popular paradigm to study the user behavior on various mobile apps in a symbiotic environment. Shuqing Bian, Wayne Xin Zhao, Kun Zhou 0002, Xu Chen 0017, Yancheng He, Xingji Luo, Ji-Rong Wen |
WWW | 6 |
| 2020 | Asking Questions the Human Way: Scalable Question-Answer Generation from Text CorpusabstractThe ability to ask questions is important in both human and machine intelligence. Learning to ask questions helps knowledge acquisition, improves question-answering and machine reading comprehension tasks, and helps a chatbot to keep the conversation flowing with a human. Existing question generation models are ineffective at generating a large amount of high-quality question-answer pairs from unstructured text, since given an answer and an input passage, question generation is inherently a one-to-many mapping. In this paper, we propose Answer-Clue-Style-aware Question Generation (ACS-QG), which aims at automatically generating high-quality and diverse question-answer pairs from unlabeled text corpus at scale by imitating the way a human asks questions. Our system consists of: i) an information extractor, which samples from the text multiple types of assistive information to guide question generation; ii) neural question generators, which generate diverse and controllable questions, leveraging the extracted assistive information; and iii) a neural quality controller, which removes low-quality generated data based on text entailment. We compare our question generation models with existing approaches and resort to voluntary human evaluation to assess the quality of the generated question-answer pairs. The evaluation results suggest that our system dramatically outperforms state-of-the-art neural question generation models in terms of the generation quality, while being scalable in the meantime. With models trained on a relatively smaller amount of data, we can generate 2.8 million quality-assured question-answer pairs from a million sentences found in Wikipedia. Bang Liu 0003, Haojie Wei, Di Niu 0002, Haolan Chen, Yancheng He |
WWW | 5 |
| 2019 | A Deep Generative Approach to Search Extrapolation and RecommendationabstractRelated search query recommendation is a standard feature in many modern search engines. Interesting and relevant queries often increase the active time of users and improve the overall search experience. However, conventional approaches based on tag extraction, keywords matching or click graph link analysis suffer from the common problem of limited coverage and generalizability, which means the system could only make suggestions for a small portion of well-formed search queries. Fred X. Han, Di Niu 0002, Haolan Chen, Kunfeng Lai, Yancheng He |
KDD | 5 |
| 2019 | Inferring Search Queries from Web Documents via a Graph-Augmented Sequence to Attention NetworkabstractWe study the problem of search query inference from web documents, where a short, comprehensive natural language query is inferred from a long article. Search query generation or inference is of great value to search engines and recommenders in terms of locating potential target users and ranking content. Despite being closely related to other NLP tasks like abstract generation and keyword extraction, we point out that search query inference is, in fact, a new problem, in that the generated natural language query, which consists of a few words, is expected to be comprehensive enough to lead to the click-through of the corresponding document. Therefore, query generation requires an accurate inference of query words, as well as a deeper level of understanding on document semantic structures. Toward this end, we propose a novel generative model called the Graph-augmented Sequence to Attention (G-S2A) network. Adopting an Encoder-Decoder architecture, G-S2A incorporates a sentence-level Graph Convolutional Network (GCN), a keyword-level GCN, as well as a hierarchical recurrent neural network (RNN) into the encoder to generate structural document representations. An attentional Transformer decoder is then applied to combine different types of encoded features to generate a target query. On a query-document dataset from a real-world search engine, our model outperforms several neural generative models on a wide range of metrics. Fred X. Han, Di Niu 0002, Kunfeng Lai, Weidong Guo, Yancheng He |
WWW | 5 |
| 2019 | Learning to Generate Questions by LearningWhat not to GenerateabstractAutomatic question generation is an important technique that can improve the training of question answering, help chatbots to start or continue a conversation with humans, and provide assessment materials for educational purposes. Existing neural question generation models are not sufficient mainly due to their inability to properly model the process of how each word in the question is selected, i.e., whether repeating the given passage or being generated from a vocabulary. In this paper, we propose our Clue Guided Copy Network for Question Generation (CGC-QG), which is a sequence-to-sequence generative model with copying mechanism, yet employing a variety of novel components and techniques to boost the performance of question generation. In CGC-QG, we design a multi-task labeling strategy to identify whether a question word should be copied from the input passage or be generated instead, guiding the model to learn the accurate boundaries between copying and generation. Furthermore, our input passage encoder takes as input, among a diverse range of other features, the prediction made by a clue word predictor, which helps identify whether each word in the input passage is a potential clue to be copied into the target question. The clue word predictor is designed based on a novel application of Graph Convolutional Networks onto a syntactic dependency tree representation of each passage, thus being able to predict clue words only based on their context in the passage and their relative positions to the answer in the tree. We jointly train the clue prediction as well as question generation with multi-task learning and a number of practical strategies to reduce the complexity. Extensive evaluations show that our model significantly improves the performance of question generation and out-performs all previous state-of-the-art neural question generation models by a substantial margin. Bang Liu 0003, Mingjun Zhao, Di Niu 0002, Kunfeng Lai, Yancheng He, Haojie Wei |
WWW | 5 |