English

Generative Early Stage Ranking

Machine Learning 2025-11-27 v1

Abstract

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.

Keywords

Cite

@article{arxiv.2511.21095,
  title  = {Generative Early Stage Ranking},
  author = {Juhee Hong and Meng Liu and Shengzhi Wang and Xiaoheng Mao and Huihui Cheng and Leon Gao and Christopher Leung and Jin Zhou and Chandra Mouli Sekar and Zhao Zhu and Ruochen Liu and Tuan Trieu and Dawei Sun and Jeet Kanjani and Rui Li and Jing Qian and Xuan Cao and Minjie Fan and Mingze Gao},
  journal= {arXiv preprint arXiv:2511.21095},
  year   = {2025}
}
R2 v1 2026-07-01T07:55:38.708Z