Improving Multi-Agent Debate with Sparse Communication Topology
Yunxuan Li, Yibing Du, Jiageng Zhang, Le Hou, Peter Grabowski, Yeqing Li, Eugene Ie
TL;DR
This work investigates sparse communication topologies within the multi-agent debate (MAD) framework, showing that neighbor-connected graphs with reduced connectivity can match or exceed fully-connected MAD in accuracy while dramatically cutting input-token costs. By quantifying topology via density $D=\frac{2|\mathcal{E}|}{|\mathcal{V}|(|\mathcal{V}|-1)}$ (with $D=1$ for fully-connected and $D=\frac{2}{|\mathcal{V}|-1}$ for neighbor-connected) and evaluating on text and multimodal reasoning as well as alignment labeling, the authors demonstrate robust performance gains and cost savings across GPT-3.5, GPT-4, and Mistral 7B. The study further shows that sparse MAD generalizes to multimodal inputs and that assigning stronger LLMs to highly central nodes improves overall results. These findings highlight the efficiency and effectiveness of sparse, topology-aware collaboration in large-scale agent societies and offer practical guidance for designing communication topologies in AI debate and feedback systems.
Abstract
Multi-agent debate has proven effective in improving large language models quality for reasoning and factuality tasks. While various role-playing strategies in multi-agent debates have been explored, in terms of the communication among agents, existing approaches adopt a brute force algorithm -- each agent can communicate with all other agents. In this paper, we systematically investigate the effect of communication connectivity in multi-agent systems. Our experiments on GPT and Mistral models reveal that multi-agent debates leveraging sparse communication topology can achieve comparable or superior performance while significantly reducing computational costs. Furthermore, we extend the multi-agent debate framework to multimodal reasoning and alignment labeling tasks, showcasing its broad applicability and effectiveness. Our findings underscore the importance of communication connectivity on enhancing the efficiency and effectiveness of the "society of minds" approach.
