paper-with-me

Papers

MemRec: Collaborative Memory-Augmented Agentic Recommender System

2026-01-13 · Weixin Chen, Yuhan Zhao, Jingyuan Huang, Zihe Ye, Clark Mingxuan Ju, Tong Zhao, Neil Shah, Li Chen, Yongfeng Zhang arxiv

The evolution of recommender systems has shifted from traditional collaborative filtering to LLM-based agentic systems, which rely on semantic user and item memories to make predictions. However, existing agents maintain these memories in isolation. This overlooks crucial collaborative signals, such as user-item co-engagements and peer relationships across the community, which significantly limits their ability to uncover hidden preferences and accurately infer user needs, particularly for data-sparse users. To bridge this gap, we introduce collaborative memory, a paradigm that connects isolated semantics to enable the sharing of relational insights. Yet, naively utilizing collaborative memory causes severe context overload and introduces noise to downstream LLMs, alongside prohibitive computational costs. To resolve this, we propose MemRec, a framework that architecturally decouples memory management from reasoning. MemRec introduces a dedicated, lightweight language model (LM_Mem) to efficiently manage and synthesize a dynamic collaborative memory graph in the background. It provides only distilled, high-signal contexts to a downstream, heavyweight large language model (LLM_Rec) for the final recommendation. Extensive experiments on four benchmarks demonstrate that MemRec achieves state-of-the-art performance. Code: https://github.com/rutgerswiselab/memrec and Homepage: https://memrec.weixinchen.com/

📄 PDF Abstract BibTeX arXiv:2601.08816

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative Filtering

Similar Papers 제목 키워드 기반

AMEM4Rec: Leveraging Cross-User Similarity for Memory Evolution in Agentic LLM Recommenders

2026-02-09 · Minh-Duc Nguyen, Hai-Dang Kieu, Dung D. Le arxiv

Agentic systems powered by Large Language Models (LLMs) have shown strong potential in recommender systems but remain hindered by several challenges. Fine-tuning LLMs is parameter-inefficient, and prompt-based agentic re…

Collaborative FilteringRecommendation Systems

When Memory Takes Gradients: Collaborative Vector Memory for Agentic Recommender Systems

2026-08-27 · Hanchong Chen, Xing Tang, Lingjie Li, Xiongfeng Shan 외 arxiv

Agentic recommender systems ground each decision of a large language model (LLM) in a persistent memory of the user, and in existing agents that memory is text: a narrative written and maintained by further LLM calls. Te…

Agentic Recommender System with Hierarchical Belief-State Memory

2026-05-14 · Xiang Shen, Yuhang Zhou, Yifan Wu, Zhuokai Zhao 외 arxiv

Memory-augmented LLM agents have advanced personalized recommendation, yet existing approaches universally adopt flat memory representations that conflate ephemeral signals with stable preferences, and none provides a co…

The Future is Agentic: Definitions, Perspectives, and Open Challenges of Multi-Agent Recommender Systems

2025-07-02 · Reza Yousefi Maragheh, Yashar Deldjoo

Large language models (LLMs) are rapidly evolving from passive engines of text generation into agentic entities that can plan, remember, invoke external tools, and co-operate with one another. This perspective paper inve…

Explanation GenerationHallucinationRecommendation SystemsText Generation+1

ScienceDB AI: An LLM-Driven Agentic Recommender System for Large-Scale Scientific Data Sharing Services

2026-01-03 · Qingqing Long, Haotian Chen, Chenyang Zhao, Xiaolei Du 외 arxiv

The rapid growth of AI for Science (AI4S) has underscored the significance of scientific datasets, leading to the establishment of numerous national scientific data centers and sharing platforms. Despite this progress, e…

Collaborative Filtering