English

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

Artificial Intelligence 2025-12-24 v1

Abstract

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 MemR3^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 MemR3^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.

Keywords

Cite

@article{arxiv.2512.20237,
  title  = {MemR$^3$: Memory Retrieval via Reflective Reasoning for LLM Agents},
  author = {Xingbo Du and Loka Li and Duzhen Zhang and Le Song},
  journal= {arXiv preprint arXiv:2512.20237},
  year   = {2025}
}

Comments

16 pages, 6 figures

R2 v1 2026-07-01T08:38:21.613Z