paper-with-me

Papers

GAM: Hierarchical Graph-based Agentic Memory for LLM Agents

2026-04-14 · Zhaofen Wu, Hanrong Zhang, Fulin Lin, Wujiang Xu, Xinran Xu, Yankai Chen, Henry Peng Zou, Shaowen Chen, Weizhi Zhang, Xue Liu, Philip S. Yu, Hongwei Wang arxiv

To sustain coherent long-term interactions, Large Language Model (LLM) agents must navigate the tension between acquiring new information and retaining prior knowledge. Current unified stream-based memory systems facilitate context updates but remain vulnerable to interference from transient noise. Conversely, discrete structured memory architectures provide robust knowledge retention but often struggle to adapt to evolving narratives. To address this, we propose GAM, a hierarchical Graph-based Agentic Memory framework that explicitly decouples memory encoding from consolidation to effectively resolve the conflict between rapid context perception and stable knowledge retention. By isolating ongoing dialogue in an event progression graph and integrating it into a topic associative network only upon semantic shifts, our approach minimizes interference while preserving long-term consistency. Additionally, we introduce a graph-guided, multi-factor retrieval strategy to enhance context precision. Experiments on LoCoMo and LongDialQA indicate that our method consistently outperforms state-of-the-art baselines in both reasoning accuracy and efficiency.

📄 PDF Abstract BibTeX arXiv:2604.12285

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Temporal Order Matters for Agentic Memory: Segment Trees for Long-Horizon Agents

2026-06-03 · Yifan Simon Liu, Liam Gallagher, Faeze Moradi Kalarde, Jiazhou Liang 외 arxiv

Long-horizon conversational agents need to interact with users through evolving events, tasks, and goals. Such histories are naturally temporal, yet many existing memory systems organize information primarily by topical …

Towards Security-Auditable LLM Agents: A Unified Graph Representation

2026-05-07 · Chaofan Li, Lyuye Zhang, Jintao Zhai, Siyue Feng 외 arxiv

LLM-based agentic systems are rapidly evolving to perform complex autonomous tasks through dynamic tool invocation, stateful memory management, and multi-agent collaboration. However, this semantics-driven execution para…

SheetCompass: Hierarchical Relation Graphs for Agentic Spreadsheet Reasoning

2026-08-14 · Panjing He, Mingyue Cheng, Yucong Luo, Li Li 외 arxiv

Spreadsheets are widely used to organize, analyze, and manipulate semi-structured data, yet automated spreadsheet reasoning remains challenging for large language models (LLMs). Real-world workbooks often contain implici…

HMARS: A Hierarchical Multi-Agent Memory System for Long-Context Reasoning

2026-06-03 · Zeju Li, Ziyang Zheng, Yizhou Zhou, Qiang Xu arxiv

Long-context reasoning requires models to access, retrieve, and integrate evidence scattered across documents, dialogues, and accumulated interaction histories. Standard retrieval-augmented generation reduces this proble…

AgentSwift: Efficient LLM Agent Design via Value-guided Hierarchical Search

2025-06-06 · Yu Li, Lehui Li, Zhihao Wu, Qingmin Liao 외

Large language model (LLM) agents have demonstrated strong capabilities across diverse domains. However, designing high-performing agentic systems remains challenging. Existing agent search methods suffer from three majo…

Large Language ModelMath