English

PLUM: Adapting Pre-trained Language Models for Industrial-scale Generative Recommendations

Information Retrieval 2025-10-10 v1 Machine Learning

Abstract

Large Language Models (LLMs) pose a new paradigm of modeling and computation for information tasks. Recommendation systems are a critical application domain poised to benefit significantly from the sequence modeling capabilities and world knowledge inherent in these large models. In this paper, we introduce PLUM, a framework designed to adapt pre-trained LLMs for industry-scale recommendation tasks. PLUM consists of item tokenization using Semantic IDs, continued pre-training (CPT) on domain-specific data, and task-specific fine-tuning for recommendation objectives. For fine-tuning, we focus particularly on generative retrieval, where the model is directly trained to generate Semantic IDs of recommended items based on user context. We conduct comprehensive experiments on large-scale internal video recommendation datasets. Our results demonstrate that PLUM achieves substantial improvements for retrieval compared to a heavily-optimized production model built with large embedding tables. We also present a scaling study for the model's retrieval performance, our learnings about CPT, a few enhancements to Semantic IDs, along with an overview of the training and inference methods that enable launching this framework to billions of users in YouTube.

Keywords

Cite

@article{arxiv.2510.07784,
  title  = {PLUM: Adapting Pre-trained Language Models for Industrial-scale Generative Recommendations},
  author = {Ruining He and Lukasz Heldt and Lichan Hong and Raghunandan Keshavan and Shifan Mao and Nikhil Mehta and Zhengyang Su and Alicia Tsai and Yueqi Wang and Shao-Chuan Wang and Xinyang Yi and Lexi Baugher and Baykal Cakici and Ed Chi and Cristos Goodrow and Ningren Han and He Ma and Romer Rosales and Abby Van Soest and Devansh Tandon and Su-Lin Wu and Weilong Yang and Yilin Zheng},
  journal= {arXiv preprint arXiv:2510.07784},
  year   = {2025}
}

Comments

11 pages, 6 figures

R2 v1 2026-07-01T06:25:45.473Z