paper-with-me

Papers

Non-autoregressive Generative Models for Reranking Recommendation

2024-02-10 · Yuxin Ren, Qiya Yang, Yichun Wu, Wei Xu, Yalong Wang, Zhiqiang Zhang

Contemporary recommendation systems are designed to meet users' needs by delivering tailored lists of items that align with their specific demands or interests. In a multi-stage recommendation system, reranking plays a crucial role by modeling the intra-list correlations among items. The key challenge of reranking lies in the exploration of optimal sequences within the combinatorial space of permutations. Recent research proposes a generator-evaluator learning paradigm, where the generator generates multiple feasible sequences and the evaluator picks out the best sequence based on the estimated listwise score. The generator is of vital importance, and generative models are well-suited for the generator function. Current generative models employ an autoregressive strategy for sequence generation. However, deploying autoregressive models in real-time industrial systems is challenging. To address these issues, we propose a Non-AutoRegressive generative model for reranking Recommendation (NAR4Rec) designed to enhance efficiency and effectiveness. To tackle challenges such as sparse training samples and dynamic candidates, we introduce a matching model. Considering the diverse nature of user feedback, we employ a sequence-level unlikelihood training objective to differentiate feasible sequences from unfeasible ones. Additionally, to overcome the lack of dependency modeling in non-autoregressive models regarding target items, we introduce contrastive decoding to capture correlations among these items. Extensive offline experiments validate the superior performance of NAR4Rec over state-of-the-art reranking methods. Online A/B tests reveal that NAR4Rec significantly enhances the user experience. Furthermore, NAR4Rec has been fully deployed in a popular video app Kuaishou with over 300 million daily active users.

📄 PDF Abstract BibTeX arXiv:2402.06871

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation SystemsReranking

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

GReF: A Unified Generative Framework for Efficient Reranking via Ordered Multi-token Prediction

2025-10-29 · Zhijie Lin, Zhuofeng Li, Chenglei Dai, Wentian Bao 외 arxiv

In 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. …

Dual-Rerank: Fusing Causality and Utility for Industrial Generative Reranking

2026-04-08 · Chao Zhang, Shuai Lin, ChengLei Dai, Ye Qian 외 arxiv

Kuaishou serves over 400 million daily active users, processing hundreds of millions of search queries daily against a repository of tens of billions of short videos. As the final decision layer, the reranking stage dete…

Reinforcement LearningKnowledge Distillation

Generative Flow Network for Listwise Recommendation

2023-06-04 · Shuchang Liu, Qingpeng Cai, Zhankui He, Bowen Sun 외

Personalized recommender systems fulfill the daily demands of customers and boost online businesses. The goal is to learn a policy that can generate a list of items that matches the user's demand or interest. While most …

DiversityRecommendation SystemsReranking

Discrete Conditional Diffusion for Reranking in Recommendation

2023-08-14 · Xiao Lin, Xiaokai Chen, Chenyang Wang, Hantao Shu 외

Reranking plays a crucial role in modern multi-stage recommender systems by rearranging the initial ranking list to model interplay between items. Considering the inherent challenges of reranking such as combinatorial se…

Recommendation SystemsReranking

Efficient Personalized Reranking with Semi-Autoregressive Generation and Online Knowledge Distillation

2026-03-07 · Kai Cheng, Hao Wang, Wei Guo, Weiwen Liu 외 arxiv

Generative models offer a promising paradigm for the final stage reranking in multi-stage recommender systems, with the ability to capture inter-item dependencies within reranked lists. However, their practical deploymen…

Knowledge Distillation