paper-with-me

홈 › Papers

DeGRe: Dense-supervised Generative Reranking for Recommendation

2026-05-25 · Chaotian Song, Jingyao Zhang, Chenghao Chen, Zisen Sang, Dehai Zhao, Guodong Cao, Boxi Wu, Deng Cai, Jia Jia arxiv

In multi-stage recommender systems, reranking optimizes overall utility by capturing intra-list contextual dependencies, yet its central challenge lies in exploring optimal sequences within an exponentially large permutation space. Recent studies have shifted towards end-to-end generative frameworks, which typically leverage list-wise rewards or preference alignment to guide generator training. However, these methods still face two critical issues. First is the heuristic label bias. Existing methods often construct training targets based on simple rules, such as promoting clicked items to the top, while ignoring causal dependencies within the list context. Second is the credit assignment problem. Sparse list-level posterior rewards fail to directly guide intermediate steps in sequence generation, leading to ambiguous optimization directions. To address these issues, we propose DeGRe (Dense-supervised Generative Reranking), a generative reranking framework that bridges the gap between offline exploration and online efficiency through dense supervision. The core of DeGRe lies in its offline-online decoupled design. During the offline phase, we introduce a Lookahead Evaluator based on cumulative regression, which leverages beam search to actively mine high-value lookahead sequences in the unexposed space. During training, we transform the step-wise value estimations from the evaluator into dense supervision signals and distill them into a lightweight Online Generator. This mechanism enables the generator to internalize lookahead planning capabilities, requiring only a single efficient greedy decoding pass during online inference to approximate the global optimum. Experiments demonstrate that DeGRe outperforms baseline models on public benchmarks and industrial datasets. We have successfully deployed DeGRe on Taobao Flash Shopping, significantly improving online recommendations.

📄 PDF Abstract BibTeX arXiv:2605.25749

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GR2: Generative Reasoning Re-ranker

2026-02-08 · Mingfu Liang, Yufei Li, Jay Xu, Kavosh Asadi 외 arxiv

Recent studies increasingly explore Large Language Models (LLMs) as a new paradigm for recommendation systems due to their scalability and world knowledge. However, existing work has three key limitations: (1) most effor…

Reinforcement LearningRecommendation Systems

Non-autoregressive Generative Models for Reranking Recommendation

2024-02-10 · Yuxin Ren, Qiya Yang, Yichun Wu, Wei Xu 외

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 c…

Recommendation SystemsReranking

Test-Time Training for Zero-Resource Dense Retrieval Reranking

2026-05-31 · Shiyan Liu, Yichen Li arxiv

Dense retrievers excel at first-stage candidate generation but lack effective reranking in zero-resource settings. Existing approaches face a fundamental dilemma: cross-encoders deliver strong reranking quality but requi…

Domain Generalization

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

Generative Recall, Dense Reranking: Learning Multi-View Semantic IDs for Efficient Text-to-Video Retrieval

2026-01-29 · Zecheng Zhao, Zhi Chen, Zi Huang, Shazia Sadiq 외 arxiv

Text-to-Video Retrieval (TVR) is essential in video platforms. Dense retrieval with dual-modality encoders leads in accuracy, but its computation and storage scale poorly with corpus size. Thus, real-time large-scale app…

Video Retrieval