Large Language Models Enhanced Hyperbolic Space Recommender Systems
Wentao Cheng, Zhida Qin, Zexue Wu, Pengzhan Zhou, Tianyu Huang
TL;DR
HyperLLM tackles the challenge of capturing hierarchical user–item structure in recommender systems by using Large Language Models to extract both structural and semantic hierarchies and integrating them into hyperbolic space through a model-agnostic framework. A two-phase training scheme, featuring a meta-optimized semantic extraction via a Mixture of Experts and a structural–semantic integration step, bridges semantic and collaborative spaces within hyperbolic geometry. Empirical results across three Amazon datasets show consistent, substantial gains over strong hyperbolic baselines and other LLM-based methods, with notable improvements in sparse/long-tail settings and faster convergence. The work highlights the importance of hierarchical information in recommendation and offers a robust approach to semantic fusion in hyperbolic space with practical implications for scalable, knowledge-rich recommender systems.
Abstract
Large Language Models (LLMs) have attracted significant attention in recommender systems for their excellent world knowledge capabilities. However, existing methods that rely on Euclidean space struggle to capture the rich hierarchical information inherent in textual and semantic data, which is essential for capturing user preferences. The geometric properties of hyperbolic space offer a promising solution to address this issue. Nevertheless, integrating LLMs-based methods with hyperbolic space to effectively extract and incorporate diverse hierarchical information is non-trivial. To this end, we propose a model-agnostic framework, named HyperLLM, which extracts and integrates hierarchical information from both structural and semantic perspectives. Structurally, HyperLLM uses LLMs to generate multi-level classification tags with hierarchical parent-child relationships for each item. Then, tag-item and user-item interactions are jointly learned and aligned through contrastive learning, thereby providing the model with clear hierarchical information. Semantically, HyperLLM introduces a novel meta-optimized strategy to extract hierarchical information from semantic embeddings and bridge the gap between the semantic and collaborative spaces for seamless integration. Extensive experiments show that HyperLLM significantly outperforms recommender systems based on hyperbolic space and LLMs, achieving performance improvements of over 40%. Furthermore, HyperLLM not only improves recommender performance but also enhances training stability, highlighting the critical role of hierarchical information in recommender systems.
