Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv AI · 2026/7/30 17:01:27
MANTA: Multi-Agent Network Topology Adaptation for Self-Evolving Multi-Agent Systems
AI 中文解读
多智能体协作系统迎来突破性进展。以往AI团队的分工协作模式都是事先定死的,遇到变数无法灵活调整,而新框架MANTA让AI系统能根据任务实际情况,在运行过程中随时调整内部沟通机制和组织结构,甚至改变成员角色分工和协作流程,相当于给AI装上了一个实时自我优化的"组织结构调整器"。实验数据相当亮眼:在五类测试任务中,MANTA平均得分高达74.0分,比最强竞争对手高出5.8个百分点,尤其在复杂规划类任务上表现突出。这意味着未来的AI应用将具备更强的灵活性和适应能力,面对突发状况能即时重组协作策略而非硬撑着旧方案。对普通用户来说,以后用AI完成工作或学习任务时,处理复杂问题的能力和成功率会明显提升,AI不再是"死脑筋"执行指令,而是能根据实际进度动态调整策略,真正像个会临场应变的智能团队。
Large language model-based multi-agent systems improve complex problem solving through task decomposition, agent specialization, information exchange, and intermediate validation. However, existing systems typically treat communication topology as a fixed design choice or an offline optimization target. We introduce MANTA, a framework for Multi-Agent Network Topology Adaptation that enables communication structures to self-evolve at inference time. Before execution, MANTA initializes a task-conditioned topology from prior structural experience. During deployment, it monitors collaboration traces and applies bounded structural updates when the current organization becomes insufficient. These updates can modify agent roles, communication links, execution order, information visibility, and validation pathways while preserving the task interface and agent budget. We evaluate MANTA against representative single-agent and multi-agent baselines on five benchmarks spanning information seeking, tool use, planning, workflow execution, and mathematical reasoning. MANTA achieves the highest average score of 74.0, outperforming the strongest baseline by 5.8 percentage points and obtaining the best result on PlanCraft. These results show that inference-time self-improvement can extend to the architecture of collaboration itself.
分享
阅读原文 ↗