Memory Assisted LLM for Personalized Recommendation System
Jiarui Chen

TL;DR
This paper introduces MAP, a memory-assisted approach for personalized recommendations using LLMs, which dynamically incorporates user history to improve accuracy and adapt to growing user data.
Contribution
The paper proposes a novel Memory-Assisted Personalized LLM (MAP) that effectively captures and utilizes user history for enhanced personalized recommendations, outperforming existing prompt-based methods.
Findings
MAP outperforms regular LLM recommenders in experiments.
Performance advantage increases with larger user history.
Effective in both single domain and cross-domain scenarios.
Abstract
Large language models (LLMs) have demonstrated significant potential in solving recommendation tasks. With proven capabilities in understanding user preferences, LLM personalization has emerged as a critical area for providing tailored responses to individuals. Current studies explore personalization through prompt design and fine-tuning, paving the way for further research in personalized LLMs. However, existing approaches are either costly and inefficient in capturing diverse user preferences or fail to account for timely updates to user history. To address these gaps, we propose the Memory-Assisted Personalized LLM (MAP). Through user interactions, we first create a history profile for each user, capturing their preferences, such as ratings for historical items. During recommendation, we extract relevant memory based on similarity, which is then incorporated into the prompts 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 · Explainable Artificial Intelligence (XAI) · Topic Modeling
