SimGR: Escaping the Pitfalls of Generative Decoding in LLM-based Recommendation
Yuanbo Zhao, Ruochen Liu, Senzhang Wang, Jun Yin, Yuxin Dong, Huan Gong, Hao Chen, Shirui Pan, Chengqi Zhang

TL;DR
This paper introduces SimGR, a novel framework for recommendation systems that models item preferences directly at the item level, overcoming biases caused by token-level generative approximations in large language models.
Contribution
SimGR is the first approach to model item-level preference distributions directly, reducing bias and improving recommendation accuracy in LLM-based systems.
Findings
SimGR outperforms existing generative recommenders across multiple datasets.
Token-level generation introduces systematic bias in preference distribution estimation.
Direct item-level modeling aligns better with recommendation objectives.
Abstract
A core objective in recommender systems is to accurately model the distribution of user preferences over items to enable personalized recommendations. Recently, driven by the strong generative capabilities of large language models (LLMs), LLM-based generative recommendation has become increasingly popular. However, we observe that existing methods inevitably introduce systematic bias when estimating item-level preference distributions. Specifically, autoregressive generation suffers from incomplete coverage due to beam search pruning, while parallel generation distorts probabilities by assuming token independence. We attribute this issue to a fundamental modeling mismatch: these methods approximate item-level distributions via token-level generation, which inherently induces approximation errors. Through both theoretical analysis and empirical validation, we demonstrate that token-level…
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 · Sentiment Analysis and Opinion Mining
