Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

MemRec: Collaborative Memory-Augmented Agentic Recommender System

About

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/

Weixin Chen, Yuhan Zhao, Jingyuan Huang, Zihe Ye, Clark Mingxuan Ju, Tong Zhao, Neil Shah, Li Chen, Yongfeng Zhang• 2026

Related benchmarks

TaskDatasetResultRank
RecommendationGoodreads
Hit Rate @ 580.52
20
RecommendationBooks--
16
RecommendationBooks N=20 (test)
Hit Rate @ 142.36
9
RecommendationGoodreads N=20 (test)
H@126.57
9
RecommendationMovieTV (test)
H@10.5882
9
RecommendationMovieTV N=20 (test)
Hit Rate @ 1 (H@1)0.475
9
RecommendationYelp N=20 (test)
Hit Rate @136.2
9
RecommendationBooks InstructRec retrospective (test)
HR@139.6
9
RecommendationMovieTV InstructRec retrospective (test)
HR@147.1
9
RecommendationYelp InstructRec retrospective (test)
HR@140.2
9
Showing 10 of 13 rows

Other info

Follow for update