Search papers, labs, and topics across Lattice.
This paper introduces HypRQ-VAE, a novel framework that learns item indexing in hyperbolic space to enhance generative recommender systems. By leveraging hyperbolic geometry's properties, the model effectively captures the long-tail distribution of user-item interactions, addressing the limitations of existing methods that rely on Euclidean space. Experimental results demonstrate that HypRQ-VAE significantly outperforms traditional approaches, particularly in recommending niche items, due to its ability to preserve representational fidelity and model item hierarchies.
Hyperbolic geometry can revolutionize recommendation systems by dramatically improving the accuracy of long-tail item suggestions.
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.