paper-with-me

홈 › Papers

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

2026-04-08 · Chao Zhang, Shuai Lin, ChengLei Dai, Ye Qian, Fan Mingyang, Yi Zhang, Yi Wang, Jingwei Zhuo 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 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.

📄 PDF Abstract BibTeX arXiv:2604.07420

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningKnowledge Distillation

Similar Papers 제목 키워드 기반

Domain Adaptation for Industrial Time-series Forecasting via Counterfactual Inference

2024-07-19 · Chao Min, Guoquan Wen, Jiangru Yuan, Jun Yi 외

Industrial time-series, as a structural data responds to production process information, can be utilized to perform data-driven decision-making for effective monitoring of industrial production process. However, there ar…

counterfactualCounterfactual InferenceDomain AdaptationTime Series+1

Context-aware Reranking with Utility Maximization for Recommendation

2021-10-18 · Yunjia Xi, Weiwen Liu, Xinyi Dai, Ruiming Tang 외

As a critical task for large-scale commercial recommender systems, reranking has shown the potential of improving recommendation results by uncovering mutual influence among items. Reranking rearranges items in the initi…

counterfactualGraph AttentionPositionRecommendation Systems+1

On a Uniform Causality Model for Industrial Automation

2022-09-20 · Maria Krantz, Alexander Windmann, Rene Heesch, Lukas Moddemann 외

The increasing complexity of Cyber-Physical Systems (CPS) makes industrial automation challenging. Large amounts of data recorded by sensors need to be processed to adequately perform tasks such as diagnosis in case of f…

Automated Knowledge Graph Learning in Industrial Processes

2024-07-02 · Lolitta Ammann, Jorge Martinez-Gil, Michael Mayr, Georgios C. Chasparis

Industrial processes generate vast amounts of time series data, yet extracting meaningful relationships and insights remains challenging. This paper introduces a framework for automated knowledge graph learning from time…

Decision MakingGraph LearningKnowledge GraphsTime Series

ResRank: Unifying Retrieval and Listwise Reranking via End-to-End Joint Training with Residual Passage Compression

2026-04-24 · Xiaojie Ke, Shuai Zhang, Liansheng Sun, Yongjin Wang 외 arxiv

Large language model (LLM) based listwise reranking has emerged as the dominant paradigm for achieving state-of-the-art ranking effectiveness in information retrieval. However, its reliance on feeding full passage texts …

Information Retrieval