ULMRec: User-centric Large Language Model for Sequential Recommendation
Minglai Shao, Hua Huang, Qiyao Peng, Hongtao Liu

TL;DR
ULMRec is a novel framework that enhances large language models for sequential recommendation by integrating user preferences and item semantics, leading to improved personalization and recommendation accuracy.
Contribution
This paper introduces ULMRec, a new method that incorporates user-specific preferences into LLMs using user indexing and alignment tuning, addressing limitations of item-level focus in prior models.
Findings
ULMRec significantly outperforms existing recommendation methods on public datasets.
Replacing item IDs with titles enables better semantic understanding.
User indexing and alignment tuning improve personalization accuracy.
Abstract
Recent advances in Large Language Models (LLMs) have demonstrated promising performance in sequential recommendation tasks, leveraging their superior language understanding capabilities. However, existing LLM-based recommendation approaches predominantly focus on modeling item-level co-occurrence patterns while failing to adequately capture user-level personalized preferences. This is problematic since even users who display similar behavioral patterns (e.g., clicking or purchasing similar items) may have fundamentally different underlying interests. To alleviate this problem, in this paper, we propose ULMRec, a framework that effectively integrates user personalized preferences into LLMs for sequential recommendation. Considering there has the semantic gap between item IDs and LLMs, we replace item IDs with their corresponding titles in user historical behaviors, enabling the model to…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Topic Modeling · Sentiment Analysis and Opinion Mining
MethodsFocus
