CLAIMay 14

Agentic Recommender System with Hierarchical Belief-State Memory

arXiv:2605.1440189.0
Predicted impact top 37% in CL · last 90 daysOriginality Highly original
AI Analysis

For recommender systems using LLM agents, MARS provides a principled memory architecture that separates ephemeral signals from stable preferences and introduces adaptive memory management, significantly outperforming flat memory approaches.

MARS treats recommendation as a partially observable problem and maintains a structured three-tier belief state (event, preference, profile memory) with a complete lifecycle of six operations adaptively scheduled by an LLM planner. It 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 on four InstructRec benchmarks.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes