paper-with-me

Papers

Memory Assisted LLM for Personalized Recommendation System

2025-05-03 · Jiarui Chen

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 enhance personalized recommendations. In our experiments, we evaluate MAP using a sequential rating prediction task under two scenarios: single domain, where memory and tasks are from the same category (e.g., movies), and cross-domain (e.g., memory from movies and recommendation tasks in books). The results show that MAP outperforms regular LLM-based recommenders that integrate user history directly through prompt design. Moreover, as user history grows, MAP's advantage increases in both scenarios, making it more suitable for addressing successive personalized user requests.

📄 PDF Abstract BibTeX arXiv:2505.03824

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Goal-based Course Recommendation

2018-12-25 · Weijie Jiang, Zachary A. Pardos, Qiang Wei

With cross-disciplinary academic interests increasing and academic advising resources over capacity, the importance of exploring data-assisted methods to support student decision making has never been higher. We build on…

Decision Making

ProactivePIM: Accelerating Weight-Sharing Embedding Layer with PIM for Scalable Recommendation System

2024-02-06 · Youngsuk Kim, Junghwan Lim, Hyuk-Jae Lee, Chae Eun Rhee

The model size growth of personalized recommendation systems poses new challenges for inference. Weight-sharing algorithms have been proposed for size reduction, but they increase memory access. Recent advancements in pr…

CPURecommendation Systems

REMI: A Novel Causal Schema Memory Architecture for Personalized Lifestyle Recommendation Agents

2025-09-08 · Vishal Raman, Vijai Aravindh R, Abhijith Ragav arxiv

Personalized AI assistants often struggle to incorporate complex personal data and causal knowledge, leading to generic advice that lacks explanatory power. We propose REMI, a Causal Schema Memory architecture for a mult…

UpDLRM: Accelerating Personalized Recommendation using Real-World PIM Architecture

2024-06-20 · Sitian Chen, Haobin Tan, Amelie Chi Zhou, Yusen Li 외

Deep Learning Recommendation Models (DLRMs) have gained popularity in recommendation systems due to their effectiveness in handling large-scale recommendation tasks. The embedding layers of DLRMs have become the performa…

CPUGPURecommendation Systems

MemLens: A Value-Aware Memory Management System with Interactive Analytics for LLM-based Agents

2026-07-28 · Shuyue Wei, Chang Liu, Zimu Zhou, Yongxin Tong 외 arxiv

Recently, memory management has become a key infrastructure for LLM-based agents, as it directly affects long-horizon reasoning, personalized responses, and knowledge reuse. However, existing LLM memory systems typically…