CLAIJan 9

Amory: Building Coherent Narrative-Driven Agent Memory through Agentic Reasoning

arXiv:2601.06282v12 citationsh-index: 11
Originality Highly original
AI Analysis

This addresses the scalability challenge for long-term conversational agents, offering a more efficient and coherent memory system compared to existing methods.

The paper tackles the computational inefficiency of processing entire conversation histories in long-term conversational agents by introducing Amory, a working memory framework that actively constructs structured memory representations through agentic reasoning, achieving performance comparable to full context reasoning while reducing response time by 50% on the LOCOMO benchmark.

Long-term conversational agents face a fundamental scalability challenge as interactions extend over time: repeatedly processing entire conversation histories becomes computationally prohibitive. Current approaches attempt to solve this through memory frameworks that predominantly fragment conversations into isolated embeddings or graph representations and retrieve relevant ones in a RAG style. While computationally efficient, these methods often treat memory formation minimally and fail to capture the subtlety and coherence of human memory. We introduce Amory, a working memory framework that actively constructs structured memory representations through enhancing agentic reasoning during offline time. Amory organizes conversational fragments into episodic narratives, consolidates memories with momentum, and semanticizes peripheral facts into semantic memory. At retrieval time, the system employs coherence-driven reasoning over narrative structures. Evaluated on the LOCOMO benchmark for long-term reasoning, Amory achieves considerable improvements over previous state-of-the-art, with performance comparable to full context reasoning while reducing response time by 50%. Analysis shows that momentum-aware consolidation significantly enhances response quality, while coherence-driven retrieval provides superior memory coverage compared to embedding-based approaches.

Foundations

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

Your Notes