Principled Synthetic Data Enables the First Scaling Laws for LLMs in Recommendation
Benyu Zhang, Qiang Zhang, Jianpeng Cheng, Hong-You Chen, Qifei Wang, Wei Sun, Shen Li, Jia Li, Jiahao Wu, Xiangjun Fan, Hong Yan
TL;DR
The paper tackles the absence of predictable scaling laws for LLMs in recommendation by identifying data quality as the core bottleneck. It introduces a layered synthetic data framework that builds a two-layer curriculum: Layer 1 grounds semantics and collaborative signals via item-text alignment and CF data, and Layer 2 generates unbiased user interaction histories through graph-based random walks. Empirical results show that models trained on this principled synthetic data outperform real-data baselines in downstream ranking and exhibit robust power-law scaling across data modalities and model sizes, with clear hierarchies in pedagogical efficiency (UIH > CF > Item-Text > General). These findings provide a data-centric blueprint for reliable scaling in recommender LLMs, enabling more predictable resource planning and reducing dependence on biased real-world logs.
Abstract
Large Language Models (LLMs) represent a promising frontier for recommender systems, yet their development has been impeded by the absence of predictable scaling laws, which are crucial for guiding research and optimizing resource allocation. We hypothesize that this may be attributed to the inherent noise, bias, and incompleteness of raw user interaction data in prior continual pre-training (CPT) efforts. This paper introduces a novel, layered framework for generating high-quality synthetic data that circumvents such issues by creating a curated, pedagogical curriculum for the LLM. We provide powerful, direct evidence for the utility of our curriculum by showing that standard sequential models trained on our principled synthetic data significantly outperform ($+130\%$ on recall@100 for SasRec) models trained on real data in downstream ranking tasks, demonstrating its superiority for learning generalizable user preference patterns. Building on this, we empirically demonstrate, for the first time, robust power-law scaling for an LLM that is continually pre-trained on our high-quality, recommendation-specific data. Our experiments reveal consistent and predictable perplexity reduction across multiple synthetic data modalities. These findings establish a foundational methodology for reliable scaling LLM capabilities in the recommendation domain, thereby shifting the research focus from mitigating data deficiencies to leveraging high-quality, structured information.
