面向大语言模型推理的脑启发图多智能体系统 / Brain-Inspired Graph Multi-Agent Systems for LLM Reasoning
1️⃣ 一句话总结
这篇论文提出了一种受大脑全局工作空间理论启发的图多智能体系统,通过让多个专门的大语言模型智能体在动态构建的图中协同工作,有效提升了模型在复杂多步推理任务上的表现。
Large Language Models (LLMs) have demonstrated remarkable capabilities across a wide range of language tasks, yet complex multi-step reasoning remains a fundamental challenge. While Large Reasoning Models (LRMs) equipped with extended chain-of-thought mechanisms demonstrate improved performance over standard LLMs, both model types still suffer from accuracy collapse on sufficiently complex tasks, suggesting that scaling model-level reasoning alone is insufficient. Inspired by the global workspace theory of human cognition, we propose Brain-Inspired Graph Multi-Agent Systems (BIGMAS), in which specialized LLM agents are organized as nodes in a dynamically constructed directed graph and coordinate exclusively through a centralized shared workspace. A problem-adaptive GraphDesigner constructs task-specific agent topologies, while a global Orchestrator leverages the complete shared state for routing decisions, overcoming the local-view bottleneck of reactive approaches. Experiments on Game24, Six Fives, and Tower of London across six frontier LLMs demonstrate that BIGMAS consistently improves reasoning performance for both standard LLMs and LRMs, outperforming existing multi-agent baselines including ReAct and Tree of Thoughts, showing that multi-agent architectural design provides complementary gains orthogonal to model-level reasoning enhancements.
面向大语言模型推理的脑启发图多智能体系统 / Brain-Inspired Graph Multi-Agent Systems for LLM Reasoning
这篇论文提出了一种受大脑全局工作空间理论启发的图多智能体系统,通过让多个专门的大语言模型智能体在动态构建的图中协同工作,有效提升了模型在复杂多步推理任务上的表现。
源自 arXiv: 2603.15371