用双曲空间建模物品索引,提升长尾推荐效果
HypRQ-VAE: Hyperbolic Item Indexing for Long-Tail-Aware Generative Recommender Systems

- 在双曲空间中构建物品编码,天然适配长尾分布
- 在三个数据集上显著提升尾部物品推荐准确率
- 适合关注长尾偏好和生成式推荐的开发者
序列推荐系统将用户行为建模为物品ID序列,近期生成方法将推荐任务视为使用大语言模型(LLMs)的语言建模问题。然而,这一范式存在根本性错配:LLMs处理文本标记,而推荐系统依赖离散物品索引,常导致生成推荐出现幻觉。现有方法尝试在欧式空间学习物品词汇表,但难以建模真实场景中物品分布的长尾特性——少数头部物品主导,大量尾部物品反映用户小众偏好。为此,我们提出首个在双曲空间中学习物品索引的框架HypRQ-VAE。该模型利用双曲几何的指数体积扩张特性,自然适配用户-物品交互的幂律结构,既能保留丰富的文本语义,又能保持稀疏尾部物品的表示精度。在三个基准数据集上的实验表明,HypRQ-VAE显著提升推荐性能,尤其在尾部物品推荐方面表现突出。分析显示,其优势源于双曲空间对物品层级结构与稀疏性的更强建模能力。代码与数据已公开于https://github.com/wulongfeng/HypRQ-VAE。
原文摘要 · Abstract (English)
Sequential recommender systems model user behavior as item ID sequences, while recent generative methods cast recommendation as a language modeling task using large language models (LLMs). While this paradigm incorporates rich textual semantics, it introduces a fundamental mismatch: LLMs operate on text tokens, whereas recommender systems depend on discrete item indices. This misalignment often leads to hallucinations in generative recommendations. Existing methods attempt to bridge this gap by learning item vocabularies in Euclidean space, but they struggle to model the inherent long-tail distribution of real-world catalogs, where a small number of head items dominate, and a vast number of tail items reflect users' niche preferences. To address this issue, we introduce Hyperbolic Residual-Quantized Variational AutoEncoder (HypRQ-VAE), the first framework to learn item indexing in hyperbolic space. HypRQ-VAE leverages the unique properties of hyperbolic geometry, whose exponential volume expansion naturally accommodates the power law structure of user-item interactions. This allows the model to encode rich textual semantics while preserving the representational fidelity of sparse, long-tail items. Experiments on three benchmark datasets show that HypRQ-VAE significantly improves the performance of recommendation, particularly in recommending tail items. Our analysis attributes these gains to the superior capacity of hyperbolic space to model item hierarchies and sparsity in generative recommendation. Our code and data are available at: https://github.com/wulongfeng/HypRQ-VAE.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。