Memory is Reconstructed, Not Retrieved: Graph Memory for LLM Agents
Abstract
MRAgent combines associative memory graphs with active reconstruction to enable dynamic memory access during reasoning, improving long-horizon memory reasoning while reducing computational costs.
Despite recent progress, LLM agents still struggle with reasoning over long interaction histories. While current memory-augmented agents rely on a static retrieve-then-reason paradigm, this rigid pipeline design prevents them from dynamically adapting memory access to intermediate evidence discovered during inference. To bridge this gap, we propose MRAgent, a framework that combines an associative memory graph with an active reconstruction mechanism. We represent memory as a Cue-Tag-Content graph, where associative tags serve as semantic bridges connecting fine-grained cues to memory contents. Operating on this structure, our active reconstruction mechanism integrates LLM reasoning directly into memory access, allowing the agent to iteratively explore and prune retrieval paths based on accumulated evidence. This ensures that memory retrieval is dynamically adapted to the reasoning context while avoiding combinatorial explosion caused by unconstrained expansion. Experiments on the LoCoMo benchmark and LongMemEval benchmark demonstrate significant improvements over strong baselines (up to 23%), while substantially reducing token and runtime cost, highlighting the effectiveness of active and associative reconstruction for long-horizon memory reasoning.
Community
the most interesting part is treating memory as a cue-tag-content graph and weaving active reconstruction into the reasoning loop rather than a static retrieve step. by using forward and reverse traversal to expand or prune candidate memories and a lightweight toolkit for tool-based queries, they keep search cost in check while letting the llm guide what to fetch. i’d like to see how robust the cue/tag extraction is to noisy dialogs or long-tail prompts, since bad tags could mislead the reconstruction. btw, arxivlens had a solid breakdown that helped me parse the method details, especially the reconstruction loop and how evidence accumulates: https://arxivlens.com/PaperView/Details/memory-is-reconstructed-not-retrieved-graph-memory-for-llm-agents-7839-d129fc11
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- HAGE: Harnessing Agentic Memory via RL-Driven Weighted Graph Evolution (2026)
- MemORAI: Memory Organization and Retrieval via Adaptive Graph Intelligence for LLM Conversational Agents (2026)
- RecMem: Recurrence-based Memory Consolidation for Efficient and Effective Long-Running LLM Agents (2026)
- H-Mem: A Novel Memory Mechanism for Evolving and Retrieving Agent Memory via a Hybrid Structure (2026)
- MemCog: From Memory-as-Tool to Memory-as-Cognition in Conversational Agents (2026)
- Organize then Retrieve: Hierarchical Memory Navigation for Efficient Agents (2026)
- PyraVid: Hierarchical Multimodal Memory for Long-Horizon Video Reasoning (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
Get this paper in your agent:
hf papers read 2606.06036 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper
