paper-with-me

Papers

Learning Variable-Length Tokenization for Generative Recommendation

2026-05-18 · Minhao Wang, Bowen Wu, Wei Zhang arxiv

Generative recommendation reformulates recommendation as next-token prediction over discrete semantic identifiers (IDs). A fundamental yet unexplored design choice is that existing methods employ fixed-length tokenization for all items, implicitly assuming uniform encoding capacity regardless of item characteristics. Through systematic experiments across four datasets, we discover the Popularity-Length Paradox: popular items achieve optimal performance with short IDs, while tail items require substantially longer codes to capture discriminative semantics. This reveals a critical mismatch where popular items benefit from abundant collaborative signals and require minimal semantic detail, whereas tail items must rely on fine-grained content features due to sparse interaction data. To address this, we propose VarLenRec, a framework for learning variable-length tokenization. We develop Popularity-Weighted Information Budget Allocation (PIBA), an information-theoretic framework proving that optimal ID length should scale as a negative power of popularity. Directly implementing variable-length allocation faces two technical challenges: standard Euclidean residual quantization lacks geometric capacity to support diverse code lengths without distortion, and discrete length decisions are non-differentiable. We address these through Hyperbolic Residual Quantization, which leverages the exponential volume growth of the Poincaré ball to naturally stratify encoding capacity, and a Soft Length Controller, which enables differentiable length prediction via continuous layer retention probabilities regularized by PIBA-derived priors. Extensive experiments demonstrate that VarLenRec achieves significant improvements over state-of-the-art methods in recommendation accuracy and training/inference efficiency, revealing the importance of adaptive encoding capacity in generative recommendation.

📄 PDF Abstract BibTeX arXiv:2605.17779

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Enhancing Item Tokenization for Generative Recommendation through Self-Improvement

2024-12-22 · Runjin Chen, Mingxuan Ju, Ngoc Bui, Dimosthenis Antypas 외

Generative recommendation systems, driven by large language models (LLMs), present an innovative approach to predicting user preferences by modeling items as token sequences and generating recommendations in a generative…

Recommendation Systems

VaLiDRec: Variable-Length LLM-Aligned Semantic IDs for Generative Recommendation

2026-07-28 · Shutong Qiao, Wei Yuan, Tong Chen, Hao Wang 외 arxiv

Generative recommendation commonly represents items using fixed-length semantic identifiers (SIDs) constructed through clustering and quantization. However, these artificial codes may overcompress item semantics, remain …

CoST: Contrastive Quantization based Semantic Tokenization for Generative Recommendation

2024-04-23 · Jieming Zhu, mengqun Jin, Qijiong Liu, Zexuan Qiu 외

Embedding-based retrieval serves as a dominant approach to candidate item matching for industrial recommender systems. With the success of generative AI, generative retrieval has recently emerged as a new retrieval parad…

DecoderLanguage ModellingQuantizationRecommendation Systems+2

STORE: Streamlining Semantic Tokenization and Generative Recommendation with A Single LLM

2024-09-11 · Qijiong Liu, Jieming Zhu, Lu Fan, Zhou Zhao 외

Traditional recommendation models often rely on unique item identifiers (IDs) to distinguish between items, which can hinder their ability to effectively leverage item content information and generalize to long-tail or c…

Language ModellingLarge Language ModelQuantization

Generative Recommender with End-to-End Learnable Item Tokenization

2024-09-09 · Enze Liu, Bowen Zheng, Cheng Ling, Lantao Hu 외

Generative recommendation systems have gained increasing attention as an innovative approach that directly generates item identifiers for recommendation tasks. Despite their potential, a major challenge is the effective …

DecoderRecommendation SystemsSequential Recommendation