DeGRe: Dense-supervised Generative Reranking for Recommendation
2026-05-25 • Information Retrieval
Information RetrievalArtificial IntelligenceMachine Learning
AI summaryⓘ
The authors address the challenge of ranking items in recommendation systems, where choosing the best order from many possibilities is hard. They point out problems in previous methods that rely on simple rules and sparse feedback, which can miss important details and make learning inefficient. To fix this, the authors propose DeGRe, a two-step method that first explores good sequences offline and then trains a fast model for online use with detailed feedback at each step. Their experiments show better performance than existing models, and the method has been applied successfully in a large commercial shopping platform.
recommender systemsrerankingsequence generationbeam searchdense supervisionoffline-online learningcredit assignment problemlist-wise rewardscausal dependenciesgreedy decoding
Authors
Chaotian Song, Jingyao Zhang, Chenghao Chen, Zisen Sang, Dehai Zhao, Guodong Cao, Boxi Wu, Deng Cai, Jia Jia
Abstract
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.