AIDec 23, 2025

MemR$^3$: Memory Retrieval via Reflective Reasoning for LLM Agents

arXiv:2512.20237v110 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses the bottleneck of memory retrieval control in LLM agents, offering a plug-and-play solution for existing systems, though it appears incremental as it builds on standard retrieval pipelines.

The paper tackles the problem of suboptimal memory retrieval in LLM agents by introducing MemR³, a system with closed-loop control that improves answer quality through autonomous routing and evidence tracking, achieving overall improvements of +7.29% on RAG and +1.94% on Zep in benchmarks.

Memory systems have been designed to leverage past experiences in Large Language Model (LLM) agents. However, many deployed memory systems primarily optimize compression and storage, with comparatively less emphasis on explicit, closed-loop control of memory retrieval. From this observation, we build memory retrieval as an autonomous, accurate, and compatible agent system, named MemR$^3$, which has two core mechanisms: 1) a router that selects among retrieve, reflect, and answer actions to optimize answer quality; 2) a global evidence-gap tracker that explicitly renders the answering process transparent and tracks the evidence collection process. This design departs from the standard retrieve-then-answer pipeline by introducing a closed-loop control mechanism that enables autonomous decision-making. Empirical results on the LoCoMo benchmark demonstrate that MemR$^3$ surpasses strong baselines on LLM-as-a-Judge score, and particularly, it improves existing retrievers across four categories with an overall improvement on RAG (+7.29%) and Zep (+1.94%) using GPT-4.1-mini backend, offering a plug-and-play controller for existing memory stores.

Foundations

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

Your Notes