CoFiRec: Coarse-to-Fine Tokenization for Generative Recommendation
Tianxin Wei, Xuying Ning, Xuxing Chen, Ruizhong Qiu, Yupeng Hou, Yan Xie, Shuang Yang, Zhigang Hua, Jingrui He

TL;DR
CoFiRec introduces a coarse-to-fine tokenization approach in generative recommendation systems, explicitly modeling the semantic hierarchy of items to better capture user intent evolution and improve recommendation accuracy.
Contribution
It proposes a novel structured tokenization method that decomposes item information into multiple semantic levels and generates recommendations from coarse to fine, enhancing generative recommendation performance.
Findings
Outperforms existing methods on multiple benchmarks.
Structured tokenization reduces dissimilarity between generated and true items.
Theoretically supports lower dissimilarity with structured tokenization.
Abstract
In web environments, user preferences are often refined progressively as users move from browsing broad categories to exploring specific items. However, existing generative recommenders overlook this natural refinement process. Generative recommendation formulates next-item prediction as autoregressive generation over tokenized user histories, where each item is represented as a sequence of discrete tokens. Prior models typically fuse heterogeneous attributes such as ID, category, title, and description into a single embedding before quantization, which flattens the inherent semantic hierarchy of items and fails to capture the gradual evolution of user intent during web interactions. To address this limitation, we propose CoFiRec, a novel generative recommendation framework that explicitly incorporates the Coarse-to-Fine nature of item semantics into the tokenization process. Instead of…
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 · Advanced Graph Neural Networks
