Hierarchical Intent-guided Optimization with Pluggable LLM-Driven Semantics for Session-based Recommendation
By: Jinpeng Chen , Jianxiang He , Huan Li and more
Potential Business Impact:
Suggests better next things you might like.
Session-based Recommendation (SBR) aims to predict the next item a user will likely engage with, using their interaction sequence within an anonymous session. Existing SBR models often focus only on single-session information, ignoring inter-session relationships and valuable cross-session insights. Some methods try to include inter-session data but struggle with noise and irrelevant information, reducing performance. Additionally, most models rely on item ID co-occurrence and overlook rich semantic details, limiting their ability to capture fine-grained item features. To address these challenges, we propose a novel hierarchical intent-guided optimization approach with pluggable LLM-driven semantic learning for session-based recommendations, called HIPHOP. First, we introduce a pluggable embedding module based on large language models (LLMs) to generate high-quality semantic representations, enhancing item embeddings. Second, HIPHOP utilizes graph neural networks (GNNs) to model item transition relationships and incorporates a dynamic multi-intent capturing module to address users' diverse interests within a session. Additionally, we design a hierarchical inter-session similarity learning module, guided by user intent, to capture global and local session relationships, effectively exploring users' long-term and short-term interests. To mitigate noise, an intent-guided denoising strategy is applied during inter-session learning. Finally, we enhance the model's discriminative capability by using contrastive learning to optimize session representations. Experiments on multiple datasets show that HIPHOP significantly outperforms existing methods, demonstrating its effectiveness in improving recommendation quality. Our code is available: https://github.com/hjx159/HIPHOP.
Similar Papers
Integrating LLM-Derived Multi-Semantic Intent into Graph Model for Session-based Recommendation
Information Retrieval
Recommends items by understanding what you mean.
Session-Based Recommendation with Validated and Enriched LLM Intents
Information Retrieval
Helps online stores guess what you want next.
Linear Item-Item Model with Neural Knowledge for Session-based Recommendation
Information Retrieval
Recommends items faster by combining two methods.