让推荐系统学会协作记忆,提升冷启动用户推荐效果
MemRec: Collaborative Memory-Augmented Agentic Recommender System
- 用轻量模型构建动态协作记忆图,共享用户间互动关系
- 在四个数据集上超越现有方法,冷启动用户性能提升显著
- 适合关注个性化推荐与大模型效率平衡的研究者
推荐系统正从传统协同过滤转向基于大语言模型的智能体系统,依赖用户与物品的语义记忆进行预测。然而,现有智能体各自独立维护记忆,忽略了用户-物品共参与和社区内人际关系等关键协作信号,导致难以发现隐藏偏好,尤其对数据稀疏用户效果不佳。为此,我们提出协同记忆范式,将孤立语义连接起来以共享关系洞察。但直接使用协同记忆会引发严重上下文过载、引入噪声并带来高昂计算成本。为此,我们设计了MemRec框架,通过架构分离实现记忆管理与推理解耦:专用轻量级语言模型(LM_Mem)在后台高效管理并合成动态协同记忆图,仅向下游重型大语言模型(LLM_Rec)提供提炼后的高信噪比上下文用于最终推荐。在四个基准数据集上的大量实验表明,MemRec达到当前最优性能。
原文摘要 · Abstract (English)
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/
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。