菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-01-08
📄 Abstract - Memory Matters More: Event-Centric Memory as a Logic Map for Agent Searching and Reasoning

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.

顶级标签: llm agents systems
详细标签: memory mechanism event graph logical reasoning long-horizon planning retrieval 或 搜索:

记忆至关重要:以事件为中心的记忆作为智能体搜索与推理的逻辑地图 / Memory Matters More: Event-Centric Memory as a Logic Map for Agent Searching and Reasoning


1️⃣ 一句话总结

这篇论文提出了一个名为CompassMem的新框架,它像画一张逻辑地图一样,将智能体的过往经历组织成相互关联的事件网络,从而帮助智能体更有效地进行长期推理和决策,而不仅仅是简单地查找相似记忆。

源自 arXiv: 2601.04726