The Value of Variance: Mitigating Debate Collapse in Multi-Agent Systems via Uncertainty-Driven Policy Optimization
Luoxi Tang, Yuqiao Meng, Joseph Costa, Yingxue Zhang, Muchao Ye, Zhaohan Xi
TL;DR
This work tackles debate collapse in multi-agent debate systems by introducing a three-level uncertainty framework—within-agent, between-agent, and system-wide—that correlates with incorrect reasoning and instability. Building on this diagnostic insight, it proposes Uncertainty-Driven Policy Optimization (UDPO), an asymmetric, uncertainty-informed training objective with stability, agreement, and confidence components, plus a clipped update rule and uncertainty-based replay. Empirical results across GSM8K, TruthfulQA, and CommonsenseQA show UDPO markedly improves accuracy while substantially reducing uncertainty, and maintains robustness under adversarial attacks, outperforming standard MAD, MAPPO, and RMAAC baselines. The findings establish uncertainty signals as reliable predictors of debate health and demonstrate a practical mitigation pathway to more robust and calibrated MAD, with potential implications for reliable collaborative reasoning in complex tasks.
Abstract
Multi-agent debate (MAD) systems improve LLM reasoning through iterative deliberation, but remain vulnerable to debate collapse, a failure type where final agent decisions are compromised on erroneous reasoning. Existing methods lack principled mechanisms to detect or prevent such failures. To address this gap, we first propose a hierarchical metric that quantifies behavioral uncertainty at three levels: intra-agent (individual reasoning uncertainty), inter-agent (interactive uncertainty), and system-level (output uncertainty). Empirical analysis across several benchmarks reveals that our proposed uncertainty quantification reliably indicates system failures, which demonstrates the validity of using them as diagnostic metrics to indicate the system failure. Subsequently, we propose a mitigation strategy by formulating an uncertainty-driven policy optimization to penalize self-contradiction, peer conflict, and low-confidence outputs in a dynamic debating environment. Experiments demonstrate that our proposed uncertainty-driven mitigation reliably calibrates the multi-agent system by consistently improving decision accuracy while reducing system disagreement.
