Inductive Generative Recommendation via Retrieval-based Speculation
Yijie Ding, Jiacheng Li, Julian McAuley, Yupeng Hou

TL;DR
This paper introduces SpecGR, a framework that enhances generative recommendation models to effectively recommend unseen items by integrating a candidate drafting and verification process, improving inductive capabilities and overall performance.
Contribution
The paper proposes SpecGR, a novel plug-and-play framework that enables generative recommendation models to recommend new items in an inductive setting through a candidate drafting and verification process.
Findings
SpecGR outperforms existing methods in inductive recommendation tasks.
It demonstrates strong ability to recommend unseen items.
Extensive experiments validate its superior performance across datasets.
Abstract
Generative recommendation (GR) is an emerging paradigm that tokenizes items into discrete tokens and learns to autoregressively generate the next tokens as predictions. While this token-generation paradigm is expected to surpass traditional transductive methods, potentially generating new items directly based on semantics, we empirically show that GR models predominantly generate items seen during training and struggle to recommend unseen items. In this paper, we propose SpecGR, a plug-and-play framework that enables GR models to recommend new items in an inductive setting. SpecGR uses a drafter model with inductive capability to propose candidate items, which may include both existing items and new items. The GR model then acts as a verifier, accepting or rejecting candidates while retaining its strong ranking capabilities. We further introduce the guided re-drafting technique to make…
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
Taxonomy
TopicsAdvanced Text Analysis Techniques · Topic Modeling · Neural Networks and Applications
