English

Generative Recommendation for Large-Scale Advertising

Information Retrieval 2026-04-03 v3 Machine Learning

Abstract

Generative recommendation has recently attracted widespread attention in industry due to its potential for scaling and stronger model capacity. However, deploying real-time generative recommendation in large-scale advertising requires designs beyond large-language-model (LLM)-style training and serving recipes. We present a production-oriented generative recommender co-designed across architecture, learning, and serving, named GR4AD (Generative Recommendation for ADdvertising). As for tokenization, GR4AD proposes UA-SID (Unified Advertisement Semantic ID) to capture complicated business information. Furthermore, GR4AD introduces LazyAR, a lazy autoregressive decoder that relaxes layer-wise dependencies for short, multi-candidate generation, preserving effectiveness while reducing inference cost, which facilitates scaling under fixed serving budgets. To align optimization with business value, GR4AD employs VSL (Value-Aware Supervised Learning) and proposes RSPO (Ranking-Guided Softmax Preference Optimization), a ranking-aware, list-wise reinforcement learning algorithm that optimizes value-based rewards under list-level metrics for continual online updates. For online inference, we further propose dynamic beam serving, which adapts beam width across generation levels and online load to control compute. Large-scale online A/B tests show up to 4.2% ad revenue improvement over an existing DLRM-based stack, with consistent gains from both model scaling and inference-time scaling. GR4AD has been fully deployed in Kuaishou advertising system with over 400 million users and achieves high-throughput real-time serving.

Keywords

Cite

@article{arxiv.2602.22732,
  title  = {Generative Recommendation for Large-Scale Advertising},
  author = {Ben Xue and Dan Liu and Lixiang Wang and Mingjie Sun and Peng Wang and Pengfei Zhang and Shaoyun Shi and Tianyu Xu and Yunhao Sha and Zhiqiang Liu and Bo Kong and Bo Wang and Hang Yang and Jieting Xue and Junhao Wang and Shengyu Wang and Shuping Hui and Wencai Ye and Xiao Lin and Yongzhi Li and Yuhang Chen and Zhihui Yin and Quan Chen and Shiyang Wen and Wenjin Wu and Han Li and Guorui Zhou and Changcheng Li and Peng Jiang and Kun Gai},
  journal= {arXiv preprint arXiv:2602.22732},
  year   = {2026}
}

Comments

13 pages, 6 figures, under review

R2 v1 2026-07-01T10:53:29.246Z