TL;DR
MiniOneRec introduces an open-source generative recommendation framework that demonstrates scalable, efficient performance on public benchmarks by replacing traditional embeddings with compact SID sequences and employing a minimal post-training recipe.
Contribution
It is the first fully open-source framework for generative recommendation, providing an end-to-end workflow from SID construction to reinforcement learning, validating scaling laws, and improving performance with a lightweight post-training pipeline.
Findings
Scaling laws hold on public benchmarks with increasing model size.
Generative approach is parameter-efficient and improves ranking accuracy.
Post-training techniques enhance recommendation diversity and performance.
Abstract
The recent success of large language models (LLMs) has renewed interest in whether recommender systems can achieve similar scaling benefits. Conventional recommenders, dominated by massive embedding tables, tend to plateau as embedding dimensions grow. In contrast, the emerging generative paradigm replaces embeddings with compact Semantic ID (SID) sequences produced by autoregressive Transformers. Yet most industrial deployments remain proprietary, leaving two fundamental questions open: (1) Do the expected scaling laws hold on public benchmarks? (2) What is the minimal post-training recipe that enables competitive performance? We present MiniOneRec, to the best of our knowledge, the first fully open-source generative recommendation framework, which provides an end-to-end workflow spanning SID construction, supervised fine-tuning, and recommendation-oriented reinforcement learning. We…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
