arXiv:2506.15451cs.CL2025-06被引 11

让大模型多智能体系统更高效:分而治之实现并行推理

AgentGroupChat-V2: Divide-and-Conquer Is What LLM-Based Multi-Agent System Need

  • 将任务分解为层级森林结构,支持并行处理与依赖管理
  • 在GSM8K上达91.5%准确率,比最优基线高5.6个百分点
  • 适合复杂推理任务,尤其擅长高难度数学题求解

基于大语言模型的多智能体系统在社交模拟和复杂任务求解中展现出巨大潜力。然而,现有框架在系统架构设计、跨领域泛化能力及性能保障方面面临挑战,尤其当任务复杂度和智能体数量增加时。本文提出AgentGroupChat-V2,通过三项核心创新解决上述问题:(1)采用分而治之的全并行架构,将用户查询分解为层级任务森林结构,实现依赖管理与分布式并发处理;(2)自适应协作引擎,根据任务特征动态选择异构LLM组合与交互模式;(3)结合分治策略的智能体组织优化方法,提升问题分解效率。大量实验表明,AgentGroupChat-V2在多个领域表现卓越,在GSM8K上达到91.50%准确率(优于最佳基线5.6个百分点),在竞赛级AIME上达30.4%准确率(接近其他方法的两倍),HumanEval pass@1达79.20%。性能优势随任务难度提升而愈发显著,尤其在Level 5 MATH问题上,相比顶尖基线提升超11个百分点。结果验证了该框架在构建高效、通用的大模型多智能体系统中的全面优势。代码已开源:https://github.com/MikeGu721/AgentGroupChat-V2。

原文摘要 · Abstract (English)

Large language model based multi-agent systems have demonstrated significant potential in social simulation and complex task resolution domains. However, current frameworks face critical challenges in system architecture design, cross-domain generalizability, and performance guarantees, particularly as task complexity and number of agents increases. We introduces AgentGroupChat-V2, a novel framework addressing these challenges through three core innovations: (1) a divide-and-conquer fully parallel architecture that decomposes user queries into hierarchical task forest structures enabling dependency management and distributed concurrent processing. (2) an adaptive collaboration engine that dynamically selects heterogeneous LLM combinations and interaction modes based on task characteristics. (3) agent organization optimization strategies combining divide-and-conquer approaches for efficient problem decomposition. Extensive experiments demonstrate AgentGroupChat-V2's superior performance across diverse domains, achieving 91.50% accuracy on GSM8K (exceeding the best baseline by 5.6 percentage points), 30.4% accuracy on competition-level AIME (nearly doubling other methods), and 79.20% pass@1 on HumanEval. Performance advantages become increasingly pronounced with higher task difficulty, particularly on Level 5 MATH problems where improvements exceed 11 percentage points compared to state-of-the-art baselines. These results confirm that AgentGroupChat-V2 provides a comprehensive solution for building efficient, general-purpose LLM multi-agent systems with significant advantages in complex reasoning scenarios. Code is available at https://github.com/MikeGu721/AgentGroupChat-V2.

多智能体分而治之大模型推理复杂任务

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。