菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-25
📄 Abstract - DeGRe: Dense-supervised Generative Reranking for Recommendation

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.

顶级标签: systems machine learning
详细标签: recommender system generative reranking dense supervision lookahead planning 或 搜索:

密集监督生成式重排序方法在推荐系统中的应用 / DeGRe: Dense-supervised Generative Reranking for Recommendation


1️⃣ 一句话总结

本文提出了一种名为DeGRe的生成式重排序框架,通过离线阶段使用“前瞻评估器”探索高质量序列,并将密集的步骤级监督信号蒸馏到轻量级在线生成器中,从而在保持在线推理高效的同时,解决了现有方法中启发式标签偏差和稀疏奖励导致的优化方向模糊问题。

源自 arXiv: 2605.25749