CLAIJan 9

Demystifying Multi-Agent Debate: The Role of Confidence and Diversity

Cambridge
arXiv:2601.19921v15 citationsh-index: 10
Originality Incremental advance
AI Analysis

This addresses the inefficiency of multi-agent debate for improving large language model performance, offering a principled solution for AI researchers and practitioners.

The paper tackled the problem that vanilla multi-agent debate (MAD) often underperforms majority vote despite higher computational cost, and showed that adding diversity-aware initialization and confidence-modulated updates consistently outperforms vanilla MAD and majority vote across six reasoning-oriented QA benchmarks.

Multi-agent debate (MAD) is widely used to improve large language model (LLM) performance through test-time scaling, yet recent work shows that vanilla MAD often underperforms simple majority vote despite higher computational cost. Studies show that, under homogeneous agents and uniform belief updates, debate preserves expected correctness and therefore cannot reliably improve outcomes. Drawing on findings from human deliberation and collective decision-making, we identify two key mechanisms missing from vanilla MAD: (i) diversity of initial viewpoints and (ii) explicit, calibrated confidence communication. We propose two lightweight interventions. First, a diversity-aware initialisation that selects a more diverse pool of candidate answers, increasing the likelihood that a correct hypothesis is present at the start of debate. Second, a confidence-modulated debate protocol in which agents express calibrated confidence and condition their updates on others' confidence. We show theoretically that diversity-aware initialisation improves the prior probability of MAD success without changing the underlying update dynamics, while confidence-modulated updates enable debate to systematically drift to the correct hypothesis. Empirically, across six reasoning-oriented QA benchmarks, our methods consistently outperform vanilla MAD and majority vote. Our results connect human deliberation with LLM-based debate and demonstrate that simple, principled modifications can substantially enhance debate effectiveness.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes