AriadneMem: Threading the Maze of Lifelong Memory for LLM Agents
Summary
AriadneMem is a novel structured memory system designed for long-horizon LLM agents, specifically addressing challenges of "disconnected evidence" and "state updates" within fixed context budgets. It employs a decoupled two-phase pipeline: an offline construction phase uses "entropy-aware gating" to filter noise and "conflict-aware coarsening" to build an evolutionary graph that explicitly preserves state transitions as temporal edges. The online reasoning phase then executes "algorithmic bridge discovery" to reconstruct logical paths between retrieved facts, followed by "single-call topology-aware synthesis," eliminating expensive iterative planning. This approach significantly improves performance, achieving a 15.2% increase in Multi-Hop F1 and a 9.0% gain in Average F1 on LoCoMo experiments with GPT-4o, while crucially reducing total runtime by 77.8% using only 497 context tokens.
Key takeaway
AriadneMem is a novel structured memory system for LLM agents that resolves disconnected evidence and state update challenges in long-term dialogues. It employs offline entropy-aware gating and conflict-aware coarsening, alongside online algorithmic bridge discovery and single-call topology-aware synthesis. This approach boosts Multi-Hop F1 by 15.2% and Average F1 by 9.0% on LoCoMo (GPT-4o), while cutting total runtime by 77.8% using only 497 context tokens, making complex reasoning efficient for lifelong agents.
Topics
- LLM Agents
- Structured Memory Systems
- Graph-based Memory
- Multi-Hop Reasoning
- Conflict-Aware Coarsening
Code references
Best for: AI Scientist, Research Scientist, NLP Engineer, AI Researcher, AI Engineer, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.