AMEM4Rec: Leveraging Cross-User Similarity for Memory Evolution in Agentic LLM Recommenders
Minh-Duc Nguyen, Hai-Dang Kieu, Dung D. Le
TL;DR
AMEM4Rec tackles the gap in LLM-based recommenders by explicitly modeling collaborative filtering signals through cross-user memory evolution. It builds a global, evolving pool of textual memories derived from user histories, links similar memories, and iteratively refines them to capture implicit CF patterns without pretrained CF models. The approach yields consistent gains over state-of-the-art baselines on four real-world datasets, especially under sparse interaction conditions, and demonstrates robustness across multiple LLM backbones. The work advances memory-augmented, agentic recommendation by enabling end-to-end collaborative pattern learning with practical considerations for prompting and retrieval.
Abstract
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 reasoning is limited by context length and hallucination risk. Moreover, existing agentic recommendation systems predominantly leverages semantic knowledge while neglecting the collaborative filtering (CF) signals essential for implicit preference modeling. To address these limitations, we propose AMEM4Rec, an agentic LLM-based recommender that learns collaborative signals in an end-to-end manner through cross-user memory evolution. AMEM4Rec stores abstract user behavior patterns from user histories in a global memory pool. Within this pool, memories are linked to similar existing ones and iteratively evolved to reinforce shared cross-user patterns, enabling the system to become aware of CF signals without relying on a pre-trained CF model. Extensive experiments on Amazon and MIND datasets show that AMEM4Rec consistently outperforms state-of-the-art LLM-based recommenders, demonstrating the effectiveness of evolving memory-guided collaborative filtering.
