论文

大模型智能体团队互换性测试

Testing Interchangeability in LLM Agent Teams

精选理由

这篇论文测试了AI智能体团队互换性,发现虽然任务表现影响小,但沟通成本显著增加,对构建多智能体系统有重要启示。

研究团队测试了多智能体系统中角色互换的假设。他们使用同一基础模型组建8个团队,每个团队包含10个形成周期。交换角色匹配的智能体后,任务得分损失较小,但团队沟通成本增加16%至63%。在Hanabi游戏中,被交换的智能体比新手成本更高,表明与前任伙伴学习的约定产生干扰。在Collab-Overcooked中,当设置议程的智能体被替换时,大部分额外沟通来自留下的智能体。

原文 · arXiv cs.AI

Testing Interchangeability in LLM Agent Teams

Production multi-agent systems replace agents constantly, on the assumption that an agent filling a role is interchangeable with any other agent that can do the job. We test that assumption. Eight teams per setting are formed independently from one base model on the same tasks, each agent keeping a private notebook across ten formation episodes; we then trade role-matched agents between teams and measure what changes on held-out tasks. Against a placebo that reproduces the disruption of a roster change without changing who occupies the seat, a swap costs little in task score but raises the communication a team spends per unit of progress by 16 to 63 percent, and in Hanabi a swapped agent is more expensive than an inexperienced one, consistent with interference from conventions learned with its former partner. In Collab-Overcooked, when the agent that sets the agenda is replaced, most of the extra communication comes from the agent that stayed. Three ablations, over base models, decoding temperature and formation length, move the swap penalty alongside one other quantity: how far independently formed teams drift apart. Greedy decoding lowers both; doubling a team's history raises both. In these settings, agents are more fungible in task outcome than in coordination efficiency, with larger swap effects after longer formation histories.