基本信息
- 来源: arxiv
- 原始来源: http://arxiv.org/abs/2608.23541v1
- 发布域名: arxiv.org
- 分类: cs.MA
- 作者: Summer Eunhyung Ann、Haokun Liu、Chenhao Tan
要点解读
这是什么
该文提出“多交互税”(interaction tax)概念:当多个大语言模型代理相互读取完整答案时,方案在单轮内趋于相同,失去多样性。作者在匹配预算的若干验证任务上比较全答案交互与独立生成,发现全答案交互效果弱,独立生成可保持思路分散,从而避免多样性崩溃。
用在哪里
适用于研究多智能体协同、系统设计以及评估大语言模型协作策略的研究者和工程师,尤其在需要保持方案多样性的场景(如辩论、审查循环、混合代理合成)中,可帮助判断信息共享方式对最终性能的影响。
可以推断的
推测:在需要多种解决思路的任务中,避免直接让代理共享完整答案有助于保留各自独特的方法。
推测:若必须进行交互,仅传递关键约束或错误提示而非全部输出,可能在保持效率的同时防止思路趋同。
来源摘要/节选
Does multi-agent LLM interaction help or hurt? Some work reports gains from debate (Du et al., 2024), critique loops (Chen et al., 2025), and mixture-of-agents synthesis (Wang et al., 2025), while other work finds that interaction adds cost without improving quality under equal budgets (Tran & Kiela, 2026; Xu et al., 2026; Jarrett et al., 2025), or that independent sampling already captures multi-agent gains (Li et al., 2024). We argue this contradiction partly reflects a missing distinction, because not all multi-agent communication is equal. Different model families find structurally different solutions, but when agents read each other’s complete outputs, their proposals converge within one round, erasing the diversity that motivates using multiple models. We call this the interaction tax. We test 11 verifier-scored optimization tasks under matched budgets and find that full-solution interaction is a weak default. Independent proposal generation avoids this collapse. Full-solution interaction mainly makes agents stay close to the first solution they see instead of trying different approaches, and critique helps only if the violated rule is easy for the LLM to find and fix. These results suggest that multi-agent performance depends less on the number of agents than on the information they exchange, and interaction helps only when agents share the right information at the right time.
来源说明
当前保存的是来源摘要,不代表论文全文。请以原始来源为准。
「要点解读」由 AI Stack 依据上方已保存内容整理,不代表来源的完整表述;标注「推测:」的判断来自编辑,不是来源陈述。