English

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

Information Retrieval 2026-04-10 v1 Machine Learning

Abstract

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 determines user experience by optimizing whole-page utility. While traditional score-and-sort methods fail to capture combinatorial dependencies, Generative Reranking offers a superior paradigm by directly modeling the permutation probability. However, deploying Generative Reranking in such a high-stakes environment faces a fundamental dual dilemma: 1) the structural trade-off where Autoregressive (AR) models offer superior Sequential modeling but suffer from prohibitive latency, versus Non-Autoregressive (NAR) models that enable efficiency but lack dependency capturing; 2) the optimization gap where Supervised Learning faces challenges in directly optimizing whole-page utility, while Reinforcement Learning (RL) struggles with instability in high-throughput data streams. To resolve this, we propose Dual-Rerank, a unified framework designed for industrial reranking that bridges the structural gap via Sequential Knowledge Distillation and addresses the optimization gap using List-wise Decoupled Reranking Optimization (LDRO) for stable online RL. Extensive A/B testing on production traffic demonstrates that Dual-Rerank achieves State-of-the-Art performance, significantly improving User satisfaction and Watch Time while drastically reducing inference latency compared to AR baselines.

Keywords

Cite

@article{arxiv.2604.07420,
  title  = {Dual-Rerank: Fusing Causality and Utility for Industrial Generative Reranking},
  author = {Chao Zhang and Shuai Lin and ChengLei Dai and Ye Qian and Fan Mingyang and Yi Zhang and Yi Wang and Jingwei Zhuo},
  journal= {arXiv preprint arXiv:2604.07420},
  year   = {2026}
}
R2 v1 2026-07-01T11:59:51.307Z