Mandol: An Agglomerative Agent Memory System for Long-Term Conversations

📅 2026-06-29
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses critical limitations in existing long-term conversational agents, whose memory systems suffer from information fragmentation and high I/O latency due to reliance on heterogeneous vector and graph databases, while conventional RAG approaches often introduce noise, miss contextual cues, and lack token budget control. To overcome these issues, the authors propose Mandol, a cohesive memory architecture that unifies multimodal memory representations through a novel semantic data structure—SemanticMap+SemanticGraph—and constructs a hierarchical semantic graph model. Mandol features a hybrid retrieval mechanism integrating key-value, vector, and graph-based indexing, along with a quantized query engine that operates without large language model intervention, enabling adaptive routing, quantitative denoising, conflict resolution, and token-constrained generation. Experiments demonstrate that Mandol achieves state-of-the-art accuracy on LoCoMo and LongMemEval benchmarks, while delivering 5.4× and 4.8× speedups in retrieval and insertion throughput at 10 QPS, maintaining low latency even on consumer-grade hardware.
📝 Abstract
Long-term conversational agents need to remember and query cross-session, multi-typed information with complex correlations. Existing agent memory systems rely on heterogeneous vector and graph databases, which fragment memory information and cause high cross-database I/O latency. For retrieval, common RAG-style methods tend to introduce noise, miss correlated clues, and lack token budget control, degrading LLM accuracy and efficiency. We propose Mandol, an agglomerative memory system that consolidates fragmented memory representations and storage into a unified memory-native architecture. Its core components include: (1) a hierarchical memory model that organizes memory into a basic layer representing raw memory information and a high-level abstract layer that agglomerates basic memories into traceable abstract memories, both uniformly represented as structured semantic graphs; (2) an agglomerative semantic data structure combining SemanticMap and SemanticGraph, which natively fuses key-value, vector, and graph structures and provides unified hybrid retrieval operators to eliminate cross-database I/O; and (3) a quantitative query mechanism with query-adaptive routing, quantitative denoising and conflict resolution, and token-constrained context generation, all without involving LLMs during retrieval. Experiments on two widely used long-term conversation benchmarks, LoCoMo and LongMemEval, show that Mandol achieves the best overall accuracy among representative agent memory systems. For performance comparison, Mandol also obtains a 5.4x retrieval speedup and a 4.8x insertion speedup under 10 QPS concurrent load, while still maintaining low latency on consumer-grade hardware.
Problem

Research questions and friction points this paper is trying to address.

long-term conversation
agent memory
memory fragmentation
cross-database I/O
retrieval noise
Innovation

Methods, ideas, or system contributions that make the work stand out.

agglomerative memory
semantic graph
hybrid retrieval
token-constrained generation
cross-session memory
🔎 Similar Papers
No similar papers found.