paper-with-me

홈 › Papers

Generative Early Stage Ranking

2025-11-26 · Juhee Hong, Meng Liu, Shengzhi Wang, Xiaoheng Mao, Huihui Cheng, Leon Gao, Christopher Leung, Jin Zhou, Chandra Mouli Sekar, Zhao Zhu, Ruochen Liu, Tuan Trieu, Dawei Sun, Jeet Kanjani, Rui Li, Jing Qian, Xuan Cao, Minjie Fan, Mingze Gao arxiv

Large-scale recommendations commonly adopt a multi-stage cascading ranking system paradigm to balance effectiveness and efficiency. Early Stage Ranking (ESR) systems utilize the "user-item decoupling" approach, where independently learned user and item representations are only combined at the final layer. While efficient, this design is limited in effectiveness, as it struggles to capture fine-grained user-item affinities and cross-signals. To address these, we propose the Generative Early Stage Ranking (GESR) paradigm, introducing the Mixture of Attention (MoA) module which leverages diverse attention mechanisms to bridge the effectiveness gap: the Hard Matching Attention (HMA) module encodes explicit cross-signals by computing raw match counts between user and item features; the Target-Aware Self Attention module generates target-aware user representations conditioned on the item, enabling more personalized learning; and the Cross Attention modules facilitate early and more enriched interactions between user-item features. MoA's specialized attention encodings are further refined in the final layer through a Multi-Logit Parameterized Gating (MLPG) module, which integrates the newly learned embeddings via gating and produces secondary logits that are fused with the primary logit. To address the efficiency and latency challenges, we have introduced a comprehensive suite of optimization techniques. These span from custom kernels that maximize the capabilities of the latest hardware to efficient serving solutions powered by caching mechanisms. The proposed GESR paradigm has shown substantial improvements in topline metrics, engagement, and consumption tasks, as validated by both offline and online experiments. To the best of our knowledge, this marks the first successful deployment of full target-aware attention sequence modeling within an ESR stage at such a scale.

📄 PDF Abstract BibTeX arXiv:2511.21095

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards the Better Ranking Consistency: A Multi-task Learning Framework for Early Stage Ads Ranking

2023-07-12 · Xuewei Wang, Qiang Jin, Shengyu Huang, Min Zhang 외

Dividing ads ranking system into retrieval, early, and final stages is a common practice in large scale ads recommendation to balance the efficiency and accuracy. The early stage ranking often uses efficient models to ge…

Multi-Task Learning

Towards Large-scale Generative Ranking

2025-05-07 · Yanhua Huang, Yuqi Chen, Xiong Cao, Rui Yang 외

Generative recommendation has recently emerged as a promising paradigm in information retrieval. However, generative ranking systems are still understudied, particularly with respect to their effectiveness and feasibilit…

Information RetrievalRecommendation Systems

Generative Relevance Feedback and Convergence of Adaptive Re-Ranking: University of Glasgow Terrier Team at TREC DL 2023

2024-05-02 · Andrew Parry, Thomas Jaenich, Sean MacAvaney, Iadh Ounis

This paper describes our participation in the TREC 2023 Deep Learning Track. We submitted runs that apply generative relevance feedback from a large language model in both a zero-shot and pseudo-relevance feedback settin…

Language ModelingLanguage ModellingLarge Language ModelRe-Ranking+1

Killing Two Birds with One Stone: Unifying Retrieval and Ranking with a Single Generative Recommendation Model

2025-04-23 · Luankang Zhang, Kenan Song, Yi Quan Lee, Wei Guo 외

In recommendation systems, the traditional multi-stage paradigm, which includes retrieval and ranking, often suffers from information loss between stages and diminishes performance. Recent advances in generative models, …

Recommendation SystemsRetrieval

PASH at TREC 2021 Deep Learning Track: Generative Enhanced Model for Multi-stage Ranking

2022-05-18 · Yixuan Qiao, Hao Chen, Jun Wang, Tuozhen Liu 외

This paper describes the PASH participation in TREC 2021 Deep Learning Track. In the recall stage, we adopt a scheme combining sparse and dense retrieval method. In the multi-stage ranking phase, point-wise and pair-wise…

Deep LearningGeneral KnowledgeRetrieval