#15 · Primary category: Recommender Systems
MiniOneRec
Minimal reproduction of OneRec
Project last updated:05/14/26
GitHub Stars
1.8K
Forks
259
Contributors
10
License
Apache-2.0
Why we included this project
MiniOneRec is the first fully open-source framework to cover the whole generative recommendation pipeline, from turning products into discrete semantic tokens to training a small LLM to predict the next item. It uses a three-level RQ-VAE for that tokenization, then fine-tunes the model on next-item prediction, first with supervised fine-tuning and then a GRPO-based reinforcement learning stage aimed at ranking. The repo also includes offline Top-K evaluation scripts and runnable configs for Amazon datasets, plus constrained beam search that guarantees valid item outputs. If you've tried to reproduce papers like OneRec or GPR and hit gaps in the public code, this is a practical reference. Teams thinking about swapping a classic two-stage recommender for something language-model-based can treat it as a working starting point.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
gorse
AI powered open source recommender system engine supports classical/LLM rankers and multimodal content via embedding
DeepCTR
Easy-to-use,Modular and Extendible package of deep-learning based CTR models .
Surprise
A Python scikit for building and analyzing recommender systems
RSPapers
RSTutorials: A Curated List of Must-read Papers on Recommender System.
lightfm
A Python implementation of LightFM, a hybrid recommendation algorithm.