用图结构提升大模型智能体的记忆能力,支持长期复杂任务
Graph-based Agent Memory: Taxonomy, Techniques, and Applications
- 用图结构组织记忆,建模知识间关系与层次
- 涵盖记忆提取、存储、检索、演化全生命周期技术
- 适合研究智能体长期决策与自我进化方向的开发者
记忆是大语言模型驱动智能体完成长周期复杂任务(如多轮对话、游戏博弈、科学发现)的核心模块,能够实现知识积累、迭代推理与自我演进。在多种范式中,图结构因其建模关系依赖、组织层级信息和高效检索的内在优势脱颖而出。本文从图视角全面综述智能体记忆,提出包含短期/长期记忆、知识/经验记忆、非结构化/结构化记忆的分类体系,并从记忆生命周期出发,系统分析图结构记忆的关键技术:记忆提取(将数据转化为内容)、存储(高效组织)、检索(支持推理的精准查找)与演化(内容更新)。此外,总结了开源库与基准测试集,探讨多样应用场景,识别关键挑战与未来方向。所有资源已整理至 https://github.com/DEEP-PolyU/Awesome-GraphMemory,旨在为构建更高效可靠的图结构智能体记忆系统提供实践指导。
原文摘要 · Abstract (English)
Memory emerges as the core module in the Large Language Model (LLM)-based agents for long-horizon complex tasks (e.g., multi-turn dialogue, game playing, scientific discovery), where memory can enable knowledge accumulation, iterative reasoning and self-evolution. Among diverse paradigms, graph stands out as a powerful structure for agent memory due to the intrinsic capabilities to model relational dependencies, organize hierarchical information, and support efficient retrieval. This survey presents a comprehensive review of agent memory from the graph-based perspective. First, we introduce a taxonomy of agent memory, including short-term vs. long-term memory, knowledge vs. experience memory, non-structural vs. structural memory, with an implementation view of graph-based memory. Second, according to the life cycle of agent memory, we systematically analyze the key techniques in graph-based agent memory, covering memory extraction for transforming the data into the contents, storage for organizing the data efficiently, retrieval for retrieving the relevant contents from memory to support reasoning, and evolution for updating the contents in the memory. Third, we summarize the open-sourced libraries and benchmarks that support the development and evaluation of self-evolving agent memory. We also explore diverse application scenarios. Finally, we identify critical challenges and future research directions. This survey aims to offer actionable insights to advance the development of more efficient and reliable graph-based agent memory systems. All the related resources, including research papers, open-source data, and projects, are collected for the community in https://github.com/DEEP-PolyU/Awesome-GraphMemory.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。