arXiv:2605.09539cs.CL2026-05被引 2

让大模型多智能体系统在推理时动态调整能力与连接结构,提升复杂任务表现。

TacoMAS: Test-Time Co-Evolution of Topology and Capability in LLM-based Multi-Agent Systems

论文配图:TacoMAS: Test-Time Co-Evolution of Topology and Capability in LLM-based Multi-Agent Systems
图 1 · 摘自论文原文
  • 快慢双循环:快速更新能力,缓慢调整通信拓扑。
  • 实测平均性能比最强基线高13.3%。
  • 适合需要动态协作的复杂任务场景。

多智能体系统(MAS)已成为解决复杂任务的有前景范式。现有方法或在推理时固定拓扑,或仅动态调整能力或拓扑。我们通过实验与理论证明,有效推理时演化需联合调整两者,但时间尺度不同:能力应快速响应新子任务,拓扑则需缓慢变化以维持协作稳定。为此提出TacoMAS框架,将推理建模为在线图适应问题,节点代表具角色特性的智能体,边定义通信拓扑。推理中,快速能力循环基于轨迹反馈更新智能体专长;慢速元大模型驱动拓扑循环执行智能体生灭操作,包括边修改、新增与移除。该快慢设计促使系统趋向任务条件下的稳定均衡。四个基准测试显示,TacoMAS超越近20个基线,平均提升13.3%。代码已开源:https://github.com/chenxu2-gif/TacoMAS-MultiAgent。

原文摘要 · Abstract (English)

Multi-agent systems (MAS) have emerged as a promising paradigm for solving complex tasks. Recent work has explored self-evolving MAS that automatically optimize agent capabilities or communication topologies. However, existing methods either learn a topology that remains fixed at inference time or adapt only the topology or capability during inference. We empirically and theoretically show that effective test-time evolution requires jointly adapting both axes, but on different time scales: capabilities should update rapidly to handle emerging subtasks, while the topology should evolve more slowly to preserve coordination stability. We then introduce TacoMAS, a test-time co-evolution framework for dynamic MAS. TacoMAS formulates MAS inference as a task of online graph adaptation, where nodes represent agents with role-specific capabilities and edges define their communication topology. During inference, a fast capability loop updates agent expertise using trajectory-level feedback, while a slow meta-LLM-driven topology loop performs agents' birth-death operations on MAS, including edge edit, agent addition, and agent removal. We further show that this fast-slow design drives MAS evolution toward a task-conditioned stable equilibrium. Experiments on four benchmarks demonstrate that TacoMAS outperforms nearly 20 multi-agent baselines, achieving an average improvement of 13.3% over the strongest baseline. The codes are released at https://github.com/chenxu2-gif/TacoMAS-MultiAgent.

多智能体大模型动态演化推理优化

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