具有分层信念状态记忆的智能推荐系统 / Agentic Recommender System with Hierarchical Belief-State Memory
1️⃣ 一句话总结
本文提出了一种名为MARS的智能推荐系统,通过将用户行为数据分层存储为事件记忆、偏好记忆和档案记忆,并利用大语言模型智能调度六种记忆操作(提取、强化、削弱、合并、遗忘和重述),从而更精准地推断和动态更新用户偏好,在推荐效果上显著优于现有方法。
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 complete lifecycle governing how memory should evolve. We propose MARS (Memory-Augmented Agentic Recommender System), a framework that treats recommendation as a partially observable problem and maintains a structured belief state that progressively abstracts noisy behavioral observations into a compact estimate of user preferences. MARS organizes this belief state into three tiers: event memory buffers raw signals, preference memory maintains fine-grained mutable chunks with explicit strength and evidence tracking, and profile memory distills all preferences into a coherent natural language narrative. A complete lifecycle of six operations -- extraction, reinforcement, weakening, consolidation, forgetting, and resynthesis -- is adaptively scheduled by an LLM-based planner rather than fixed-interval heuristics. Experiments on four InstructRec benchmark domains show that \ours achieves state-of-the-art performance with average improvements of 26.4% in HR@1 and 10.3% in NDCG@10 over the strongest baselines with further gains from agentic scheduling in evolving settings.
具有分层信念状态记忆的智能推荐系统 / Agentic Recommender System with Hierarchical Belief-State Memory
本文提出了一种名为MARS的智能推荐系统,通过将用户行为数据分层存储为事件记忆、偏好记忆和档案记忆,并利用大语言模型智能调度六种记忆操作(提取、强化、削弱、合并、遗忘和重述),从而更精准地推断和动态更新用户偏好,在推荐效果上显著优于现有方法。
源自 arXiv: 2605.14401