Intent Representation Learning with Large Language Model for Recommendation
Yu Wang, Lei Sang, Yi Zhang, Yiwen Zhang

TL;DR
This paper introduces IRLLRec, a framework that leverages large language models to align and learn multimodal intent representations, improving recommendation accuracy by effectively integrating textual and interaction data.
Contribution
It proposes a novel, model-agnostic approach using LLMs, dual-tower architecture, and momentum distillation to better align and utilize multimodal intents in recommender systems.
Findings
IRLLRec outperforms baseline methods on three datasets.
Effective alignment of multimodal intents reduces noise and improves interpretability.
The framework enhances recommendation performance by integrating textual and interaction data.
Abstract
Intent-based recommender systems have garnered significant attention for uncovering latent fine-grained preferences. Intents, as underlying factors of interactions, are crucial for improving recommendation interpretability. Most methods define intents as learnable parameters updated alongside interactions. However, existing frameworks often overlook textual information (e.g., user reviews, item descriptions), which is crucial for alleviating the sparsity of interaction intents. Exploring these multimodal intents, especially the inherent differences in representation spaces, poses two key challenges: i) How to align multimodal intents and effectively mitigate noise issues; ii) How to extract and match latent key intents across modalities. To tackle these challenges, we propose a model-agnostic framework, Intent Representation Learning with Large Language Model (IRLLRec), which leverages…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText and Document Classification Technologies · Topic Modeling · Recommender Systems and Techniques
MethodsSoftmax · Attention Is All You Need · ALIGN
