EDBT 2026 Demo / reviewers in the wild / expert
Enyun Yu
dblp:61/6169
· DBLP profile ↗
9ranked-venue papers in the field
0as first author
9since 2021 · last 2025
0009-0009-0847-7464ORCID · corroborated
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 5Data Mining & Knowledge Discovery · 4
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | GReF: A Unified Generative Framework for Efficient Reranking via Ordered Multi-token PredictionabstractIn a multi-stage recommendation system, reranking plays a crucial role in modeling intra-list correlations among items. A key challenge lies in exploring optimal sequences within the combinatorial space of permutations. Recent research follows a two-stage (generator-evaluator) paradigm, where a generator produces multiple feasible sequences, and an evaluator selects the best one. In practice, the generator is typically implemented as an autoregressive model. However, these two-stage methods face two main challenges. First, the separation of the generator and evaluator hinders end-to-end training. Second, autoregressive generators suffer from inference efficiency. In this work, we propose a Unified Generative Efficient Reranking Framework (GReF) to address the two primary challenges. Specifically, we introduce Gen-Reranker, an autoregressive generator featuring a bidirectional encoder and a dynamic autoregressive decoder to generate causal reranking sequences. Subsequently, we pre-train Gen-Reranker on the item exposure order for high-quality parameter initialization. To eliminate the need for the evaluator while integrating sequence-level evaluation during training for end-to-end optimization, we propose post-training the model through Rerank-DPO. Moreover, for efficient autoregressive inference, we introduce ordered multi-token prediction (OMTP), which trains Gen-Reranker to simultaneously generate multiple future items while preserving their order, ensuring practical deployment in real-time recommender systems. Extensive offline experiments demonstrate that GReF outperforms state-of-the-art reranking methods while achieving latency that is nearly comparable to non-autoregressive models. Additionally, GReF has also been deployed in a real-world video app Kuaishou with over 300 million daily active users, significantly improving online recommendation quality. Zhuofeng Li, Chenglei Dai, Wentian Bao, Enyun Yu, Liang Zhao 0002 |
CIKM | 6 |
| 2025 | Personalized Query Auto-Completion for Long and Short-Term Interests with Adaptive Detoxification GenerationabstractQuery auto-completion (QAC) plays a crucial role in modern search systems.However, in real-world applications, there are two pressing challenges that still need to be addressed.First, there is a need for hierarchical personalized representations for users.Previous approaches have typically used users' search behavior as a single, overall representation, which proves inadequate in more nuanced generative scenarios.Additionally, query prefixes are typically short and may contain typos or sensitive information, increasing the likelihood of generating toxic content compared to traditional text generation tasks.Such toxic content can degrade user experience and lead to public relations issues.Therefore, the second critical challenge is detoxifying QAC systems.Recent efforts to mitigate toxicity have involved generating queries unrelated to the given prefix, leading this approach still negatively impacts user experience.To address these two limitations, we propose a novel model (LaD) that captures personalized information from both long-term and short-term interests, incorporating adaptive detoxification.In LaD, personalized information is captured hierarchically at both coarse-grained and fine-grained levels.This approach preserves as much personalized information as possible while enabling online generation within time constraints.To move a further step, we propose an online training method based on Reject Preference Optimization (RPO).By incorporating a special token [Reject] during both the training and inference processes, the model achieves adaptive detoxification.Consequently, the generated text presented to users is both non-toxic and relevant to the given prefix.We conduct comprehensive experiments on industrial-scale datasets and perform online A/B tests, delivering the largest single-experiment metric improvement in nearly two years of our product.Our model has been deployed on Kuaishou search, driving the primary traffic Xiaoze Jiang, Zhiheng Qin, Enyun Yu |
KDD (2) | 4 |
| 2025 | GenSAR: Unifying Balanced Search and Recommendation with Generative Retrieval
Teng Shi, Jun Xu 0001, Xiao Zhang 0034, Xiaoxue Zang, Kai Zheng 0001, Yang Song 0008, Enyun Yu |
RecSys | 7 |
| 2025 | Unconstrained Monotonic Calibration of Predictions in Deep Ranking SystemsabstractRanking models primarily focus on modeling the relative order of predictions while often neglecting the significance of the accuracy of their absolute values. However, accurate absolute values are essential for certain downstream tasks, necessitating the calibration of the original predictions. To address this, existing calibration approaches typically employ predefined transformation functions with order-preserving properties to adjust the original predictions. Unfortunately, these functions often adhere to fixed forms, such as piece-wise linear functions, which exhibit limited expressiveness and flexibility, thereby constraining their effectiveness in complex calibration scenarios. To mitigate this issue, we propose implementing a calibrator using an Unconstrained Monotonic Neural Network (UMNN), which can learn arbitrary monotonic functions with great modeling power. This approach significantly relaxes the constraints on the calibrator, improving its flexibility and expressiveness while avoiding excessively distorting the original predictions by requiring monotonicity. Furthermore, to optimize this highly flexible network for calibration, we introduce a novel additional loss function termed Smooth Calibration Loss (SCLoss), which aims to fulfill a necessary condition for achieving the ideal calibration state. Extensive offline experiments confirm the effectiveness of our method in achieving superior calibration performance. Moreover, deployment in Kuaishou's large-scale online video ranking system demonstrates that the method's calibration improvements translate into enhanced business metrics. The source code is available at https://github.com/baiyimeng/UMC. Yimeng Bai, Shunyu Zhang, Yang Zhang 0072, Hu Liu 0001, Wentian Bao, Enyun Yu, Fuli Feng, Wenwu Ou |
SIGIR | 6 |
| 2025 | DimeRec: A Unified Framework for Enhanced Sequential Recommendation via Generative Diffusion ModelsabstractSequential Recommendation (SR) plays a pivotal role in recommender systems by tailoring recommendations to user preferences based on their non-stationary historical interactions. Achieving high-quality performance in SR requires attention to both item representation and diversity. However, designing an SR method that simultaneously optimizes these merits remains a long-standing challenge. In this study, we address this issue by integrating recent generative Diffusion Models (DM) into SR. DM has demonstrated utility in representation learning and diverse image generation. Nevertheless, a straightforward combination of SR and DM leads to sub-optimal performance due to discrepancies in learning objectives (recommendation vs. noise reconstruction) and the respective learning spaces (non-stationary vs. stationary). To overcome this, we propose a novel framework called DimeRec (Di ffusion with multi-interest enhanced Rec ommender). DimeRec synergistically combines a guidance extraction module (GEM) and a generative diffusion aggregation module (DAM). The GEM extracts crucial stationary guidance signals from the user's non-stationary interaction history, while the DAM employs a generative diffusion process conditioned on GEM's outputs to reconstruct and generate consistent recommendations. Our numerical experiments demonstrate that DimeRec significantly outperforms established baseline methods across three publicly available datasets. Furthermore, we have successfully deployed DimeRec on a large-scale short video recommendation platform, serving hundreds of millions of users. Live A/B testing confirms that our method improves both users' time spent and result diversification. Wuchao Li, Rui Huang 0009, Haijun Zhao, Chi Liu 0003, Kai Zheng 0001, Qi Liu 0003, Na Mou, Guorui Zhou, Defu Lian, Yang Song 0008, Wentian Bao, Enyun Yu, Wenwu Ou |
WSDM | 12 |
| 2024 | A Self-boosted Framework for Calibrated RankingabstractScale-calibrated ranking systems are ubiquitous in real-world applications nowadays, which pursue accurate ranking quality and calibrated probabilistic predictions simultaneously.For instance, in the advertising ranking system, the predicted click-through rate (CTR) is utilized for ranking and required to be calibrated for the downstream cost-per-click ads bidding.Recently, multi-objective based methods have been wildly adopted as a standard approach for Calibrated Ranking, which incorporates the combination of two loss functions: a pointwise loss that focuses on calibrated absolute values and a ranking loss that emphasizes relative orderings.However, when applied to industrial online applications, existing multi-objective CR approaches still suffer from two crucial limitations.First, previous methods need to aggregate the full candidate list within a single mini-batch to compute the ranking loss.Such aggregation strategy violates extensive data shuffling which has long been proven beneficial for preventing overfitting, and thus degrades the training effectiveness.Second, existing multi-objective methods apply the two inherently conflicting loss functions on a single probabilistic prediction, which results in a sub-optimal trade-off between calibration and ranking.To tackle the two limitations, we propose a Self-Boosted framework for Calibrated Ranking (SBCR).In SBCR, the predicted ranking scores by the online deployed model are dumped into context features.With these additional context features, each single item can perceive the overall distribution of scores in the whole ranking list, so that the ranking loss can be constructed without the need for sample aggregation.As the deployed model is a few versions older than the training model, the dumped predictions reveal what was failed to learn and keep boosting the model to correct previously mis-predicted items.Moreover, a calibration module is introduced to decouple the point loss and ranking loss.The two losses are applied before and after the calibration module separately, which Shunyu Zhang, Hu Liu 0001, Wentian Bao, Enyun Yu, Yang Song 0008 |
KDD | 4 |
| 2023 | Query-dominant User Interest Network for Large-Scale Search RankingabstractHistorical behaviors have shown great effect and potential in various prediction tasks, including recommendation and information retrieval. The overall historical behaviors are various but noisy while search behaviors are always sparse. Most existing approaches in personalized search ranking adopt the sparse search behaviors to learn representation with bottleneck, which do not sufficiently exploit the crucial long-term interest. In fact, there is no doubt that user long-term interest is various but noisy for instant search, and how to exploit it well still remains an open problem. Yong Yuan 0004, Jingyou Hou, Bingqing Ke, Junlin He, Shunyu Zhang, Enyun Yu, Wenwu Ou |
CIKM | 11 |
| 2023 | CounterCLR: Counterfactual Contrastive Learning with Non-random Missing Data in RecommendationabstractRecommender systems are designed to learn user preferences from observed feedback and comprise many fundamental tasks, such as rating prediction and post-click conversion rate (pCVR) prediction. However, the observed feedback usually suffer from two issues: selection bias and data sparsity, where biased and insufficient feedback seriously degrade the performance of recommender systems in terms of accuracy and ranking. Existing solutions for handling the issues, such as data imputation and inverse propensity score, are highly susceptible to additional trained imputation or propensity models. In this work, we propose a novel counterfactual contrastive learning framework for recommendation, named CounterCLR, to tackle the problem of non-random missing data by exploiting the advances in contrast learning. Specifically, the proposed CounterCLR employs a deep representation network, called CauNet, to infer non-random missing data in recommendations and perform user preference modeling by further introducing a self-supervised contrastive learning task. Our CounterCLR mitigates the selection bias problem without the need for additional models or estimators, while also enhancing the generalization ability in cases of sparse data. Experiments on real-world datasets demonstrate the effectiveness and superiority of our method. Jun Wang 0012, Haoxuan Li 0001, Dongxu Liang, Enyun Yu, Wenwu Ou |
ICDM | 5 |
| 2021 | Learning Hierarchical Visual-Semantic Representation with Phrase AlignmentabstractEffective visual-semantic representation is critical to the image-text matching task. Various methods are proposed to develop image representation with more semantic concepts and a lot of progress has been achieved. However, the internal hierarchical structure in both image and text, which could effectively enhance the semantic representation, is rarely explored in the image-text matching task. In this work, we propose a Hierarchical Visual-Semantic Network (HVSN) with fine-grained semantic alignment to exploit the hierarchical structure. Specifically, we first model the spatial or semantic relationship between objects and aggregate them into visual semantic concepts by the Local Relational Attention (LRA) module. Then we employ Gated Recurrent Unit (GRU) to learn relationships between visual semantic concepts and generate the global image representation. For the text part, we develop phrase features from related words, then generate text representation by learning relationships between these phrases. Besides, the model is trained with joint optimization of image-text retrieval and phrase alignment task to capture the fine-grained interplay between vision and language. Our approach achieves state-of-the-art performance on Flickr30K and MS-COCO datasets. On Flickr30K, our approach outperforms the current state-of-the-art method by 3.9% relatively in text retrieval with image query and 1.3% relatively for image retrieval with text query (based on [email protected]). On MS-COCO, our HVSN improves image retrieval by 2.3% relatively and text retrieval by 1.2% relatively. Both quantitative and visual ablation studies are provided to verify the effectiveness of the proposed modules. Baoming Yan, Qingheng Zhang, Liyu Chen, Leihao Pei, Enyun Yu, Binqiang Zhao |
ICMR | 7 |