OnePiece: The Great Route to Generative Recommendation -- A Case Study from Tencent Algorithm Competition
Jiangxia Cao, Shuo Yang, Zijun Wang, Qinghai Tan

TL;DR
This paper investigates whether generative recommendation models follow similar scaling laws as language models, demonstrating that both retrieval and auto-regressive frameworks adhere to power-law scaling within a unified architecture.
Contribution
It introduces a unified encoder-decoder framework to empirically validate scaling laws for different generative recommendation paradigms.
Findings
Both retrieval and auto-regressive models follow power-law scaling laws.
Losses in both paradigms show high adherence to scaling laws ($R^2$>0.9).
Unified framework effectively validates scaling behaviors across methods.
Abstract
In past years, the OpenAI's Scaling-Laws shows the amazing intelligence with the next-token prediction paradigm in neural language modeling, which pointing out a free-lunch way to enhance the model performance by scaling the model parameters. In RecSys, the retrieval stage is also follows a 'next-token prediction' paradigm, to recall the hunderds of items from the global item set, thus the generative recommendation usually refers specifically to the retrieval stage (without Tree-based methods). This raises a philosophical question: without a ground-truth next item, does the generative recommendation also holds a potential scaling law? In retrospect, the generative recommendation has two different technique paradigms: (1) ANN-based framework, utilizing the compressed user embedding to retrieve nearest other items in embedding space, e.g, Kuaiformer. (2) Auto-regressive-based framework,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Topic Modeling · Explainable Artificial Intelligence (XAI)
