paper-with-me

Papers

GraphCogent: Mitigating LLMs' Working Memory Constraints via Multi-Agent Collaboration in Complex Graph Understanding

2025-08-17 · Rongzheng Wang, Shuang Liang, Qizhi Chen, Yihong Huang, Muquan Li, Yizhuo Ma, Dongyang Zhang, Ke Qin, Man-Fai Leung arxiv

Large language models (LLMs) show promising performance on small-scale graph reasoning tasks but fail when handling real-world graphs with complex queries. This phenomenon arises from LLMs' working memory constraints, which result in their inability to retain long-range graph topology over extended contexts while sustaining coherent multi-step reasoning. However, real-world graphs are often structurally complex, such as Web, Transportation, Social, and Citation networks. To address these limitations, we propose GraphCogent, a collaborative agent framework inspired by human Working Memory Model that decomposes graph reasoning into specialized cognitive processes: sense, buffer, and execute. The framework consists of three modules: Sensory Module standardizes diverse graph text representations via subgraph sampling, Buffer Module integrates and indexes graph data across multiple formats, and Execution Module combines tool calling and tool creation for efficient reasoning. We also introduce Graph4real, a comprehensive benchmark that contains four domains of real-world graphs (Web, Transportation, Social, and Citation) to evaluate LLMs' graph reasoning capabilities. Our Graph4real covers 21 different graph reasoning tasks, categorized into three types (Structural Querying, Algorithmic Reasoning, and Predictive Modeling tasks), with graph scales up to 10 times larger than existing benchmarks. Experiments show that Llama3.1-8B based GraphCogent achieves a 50% improvement over massive-scale LLMs like DeepSeek-R1 (671B). Compared to state-of-the-art agent-based baseline, our framework outperforms by 20% in accuracy while reducing token usage by 80% for in-toolset tasks and 30% for out-toolset tasks. Code will be available after review.

📄 PDF Abstract BibTeX arXiv:2508.12379

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

In-context superposition: human-like working memory interference in large language models

2026-04-01 · Hua-Dong Xiong, Li Ji-An, Jiaqi Huang, Robert C. Wilson 외 arxiv

Intelligent systems must maintain and manipulate task-relevant information online to adapt to dynamic environments. This capacity, known as working memory, is fundamental to human reasoning. Yet, human working memory is …

Are they human? Detecting large language models by probing human memory constraints

2026-03-10 · Simon Schug, Brenden M. Lake arxiv

The validity of online behavioral research relies on study participants being human rather than machine. In the past, it was possible to detect machines by posing simple challenges that were easily solved by humans but n…

Think Before You Act: Decision Transformers with Working Memory

2023-05-24 · Jikun Kang, Romain Laroche, Xingdi Yuan, Adam Trischler 외

Decision Transformer-based decision-making agents have shown the ability to generalize across multiple tasks. However, their performance relies on massive data and computation. We argue that this inefficiency stems from …

Atari GamesDecision MakingLanguage ModellingLarge Language Model

LLMs Do Not Have Human-Like Working Memory

2025-04-30 · Jen-tse Huang, Kaiser Sun, Wenxuan Wang, Mark Dredze

Human working memory is an active cognitive system that enables not only the temporary storage of information but also its processing and utilization. Without working memory, individuals may produce unreal conversations,…

Math

PhotoCraft: Agentic Reasoning with Hierarchical Self-Evolving Memory for Deep Image Search

2026-06-02 · Kailin Lyu, Zhiqiang Yuan, Jianwei He, Qiwei Yan 외 arxiv

Deep Image Search requires multi-step reasoning over rich contextual cues, such as time, location, and event relations. However, most existing LLM-based agents are stateless and reactive, lacking persistent memory to mai…

Answer Generation