MemRec: Collaborative Memory-Augmented Agentic Recommender System
Weixin Chen, Yuhan Zhao, Jingyuan Huang, Zihe Ye, Clark Mingxuan Ju, Tong Zhao, Neil Shah, Li Chen, Yongfeng Zhang
TL;DR
MemRec tackles the bottleneck of leveraging collaborative signals in agentic recommender systems by architecturally decoupling reasoning from memory management. It builds a dynamic collaborative memory graph managed by a dedicated LM_MEM, enabling efficient retrieval, synthesis, and asynchronous propagation of high-signal signals to a downstream LLM_REC. Through a three-stage pipeline—Collaborative Memory Retrieval, Grounded Reasoning, and Asynchronous Propagation—MemRec achieves state-of-the-art results on four benchmarks and establishes a Pareto-optimal trade-off between reasoning quality, cost, and deployment constraints. The work demonstrates strong empirical gains, rigorous ablations, and flexible deployment options, including local and cloud-native configurations, while outlining avenues for scalability and privacy-preserving updates.
Abstract
The evolution of recommender systems has shifted preference storage from rating matrices and dense embeddings to semantic memory in the agentic era. Yet existing agents rely on isolated memory, overlooking crucial collaborative signals. Bridging this gap is hindered by the dual challenges of distilling vast graph contexts without overwhelming reasoning agents with cognitive load, and evolving the collaborative memory efficiently without incurring prohibitive computational costs. To address this, we propose MemRec, a framework that architecturally decouples reasoning from memory management to enable efficient collaborative augmentation. MemRec introduces a dedicated, cost-effective LM_Mem to manage a dynamic collaborative memory graph, serving synthesized, high-signal context to a downstream LLM_Rec. The framework operates via a practical pipeline featuring efficient retrieval and cost-effective asynchronous graph propagation that evolves memory in the background. Extensive experiments on four benchmarks demonstrate that MemRec achieves state-of-the-art performance. Furthermore, architectural analysis confirms its flexibility, establishing a new Pareto frontier that balances reasoning quality, cost, and privacy through support for diverse deployments, including local open-source models. Code:https://github.com/rutgerswiselab/memrec and Homepage: https://memrec.weixinchen.com
