A trainable memory system that distills memory construction into a small model and uses a GRPO-trained summarizer to improve answer quality per unit inference cost in long-horizon agent conversations.
Memory is Reconstructed, Not Retrieved: Graph Memory for LLM Agents
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
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.
fields
cs.IR 1years
2026 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
MemoryCPT: An End-to-End Agent Memory Framework for Cost-Performance Trade-off
A trainable memory system that distills memory construction into a small model and uses a GRPO-trained summarizer to improve answer quality per unit inference cost in long-horizon agent conversations.