AICLJan 8

Memory Matters More: Event-Centric Memory as a Logic Map for Agent Searching and Reasoning

arXiv:2601.04726v111 citationsh-index: 27
Originality Incremental advance
AI Analysis

This addresses the challenge of logical reasoning over long-horizon dependencies for AI agents, representing an incremental advance in memory organization.

The paper tackles the problem of memory mechanisms in LLM-based agents for long-horizon scenarios, proposing CompassMem, an event-centric memory framework that organizes memory as an Event Graph with logical relations, and results show it improves retrieval and reasoning performance on benchmarks like LoCoMo and NarrativeQA.

Large language models (LLMs) are increasingly deployed as intelligent agents that reason, plan, and interact with their environments. To effectively scale to long-horizon scenarios, a key capability for such agents is a memory mechanism that can retain, organize, and retrieve past experiences to support downstream decision-making. However, most existing approaches organize and store memories in a flat manner and rely on simple similarity-based retrieval techniques. Even when structured memory is introduced, existing methods often struggle to explicitly capture the logical relationships among experiences or memory units. Moreover, memory access is largely detached from the constructed structure and still depends on shallow semantic retrieval, preventing agents from reasoning logically over long-horizon dependencies. In this work, we propose CompassMem, an event-centric memory framework inspired by Event Segmentation Theory. CompassMem organizes memory as an Event Graph by incrementally segmenting experiences into events and linking them through explicit logical relations. This graph serves as a logic map, enabling agents to perform structured and goal-directed navigation over memory beyond superficial retrieval, progressively gathering valuable memories to support long-horizon reasoning. Experiments on LoCoMo and NarrativeQA demonstrate that CompassMem consistently improves both retrieval and reasoning performance across multiple backbone models.

Foundations

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

Your Notes