English

Request-Only Optimization for Recommendation Systems

Information Retrieval 2025-08-18 v3 Artificial Intelligence

Abstract

Deep Learning Recommendation Models (DLRMs) represent one of the largest machine learning applications on the planet. Industry-scale DLRMs are trained with petabytes of recommendation data to serve billions of users every day. To utilize the rich user signals in the long user history, DLRMs have been scaled up to unprecedented complexity, up to trillions of floating-point operations (TFLOPs) per example. This scale, coupled with the huge amount of training data, necessitates new storage and training algorithms to efficiently improve the quality of these complex recommendation systems. In this paper, we present a Request-Only Optimizations (ROO) training and modeling paradigm. ROO simultaneously improves the storage and training efficiency as well as the model quality of recommendation systems. We holistically approach this challenge through co-designing data (i.e., request-only data), infrastructure (i.e., request-only based data processing pipeline), and model architecture (i.e., request-only neural architectures). Our ROO training and modeling paradigm treats a user request as a unit of the training data. Compared with the established practice of treating a user impression as a unit, our new design achieves native feature deduplication in data logging, consequently saving data storage. Second, by de-duplicating computations and communications across multiple impressions in a request, this new paradigm enables highly scaled-up neural network architectures to better capture user interest signals, such as Generative Recommenders (GRs) and other request-only friendly architectures.

Keywords

Cite

@article{arxiv.2508.05640,
  title  = {Request-Only Optimization for Recommendation Systems},
  author = {Liang Guo and Wei Li and Lucy Liao and Huihui Cheng and Rui Zhang and Yu Shi and Yueming Wang and Yanzun Huang and Keke Zhai and Pengchao Wang and Timothy Shi and Xuan Cao and Shengzhi Wang and Renqin Cai and Zhaojie Gong and Omkar Vichare and Rui Jian and Leon Gao and Shiyan Deng and Xingyu Liu and Xiong Zhang and Fu Li and Wenlei Xie and Bin Wen and Rui Li and Lu Fang and Xing Liu and Jiaqi Zhai},
  journal= {arXiv preprint arXiv:2508.05640},
  year   = {2025}
}
R2 v1 2026-07-01T04:39:36.097Z