Demystifying Multi-Agent Debate: The Role of Confidence and Diversity (2026.findings-acl)
Copied to clipboard
| Challenge: | Multi-agent debate (MAD) is widely used to improve large language models' (LLMs) reasoning and test-time scaling. |
| Approach: | They propose 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. |
| Outcome: | The proposed protocol outperforms vanilla MAD and majority vote on six reasoning-oriented QA benchmarks. |
Similar Papers
Enhancing Multi-Agent Debate System Performance via Confidence Expression (2025.findings-emnlp)
Copied to clipboard
| Challenge: | Multi-Agent Debate systems leverage multiple LLMs to improve task performance. |
| Approach: | They propose to integrate confidence expression into MAD systems to help LLMs communicate their confidence levels. |
| Outcome: | The proposed approach improves debate effectiveness and overall system performance by integrating confidence expression into MAD systems. |
Free-MAD: Consensus-Free Multi-Agent Debate (2026.findings-acl)
Copied to clipboard
| Challenge: | Existing multi-agent debate methods rely on multiple rounds of interaction among agents to reach consensus, and the final output is decided by majority voting in the last round. |
| Approach: | They propose a multi-agent debate framework that eliminates the need for consensus among agents and reconstructs the debate phase by introducing anti-conformity. |
| Outcome: | Experiments on eight benchmark datasets show that Free-MAD significantly improves reasoning performance while requiring only a single-round debate and thus reducing token costs. |
SELENE: Selective and Evidence-Weighted LLM Debating for Efficient and Reliable Reasoning (2026.eacl-industry)
Copied to clipboard
| Challenge: | Existing multi-agent debate frameworks are computationally expensive and prone to degradation under pro-longed debates due to redundant exchanges and unstable judging. |
| Approach: | They propose a framework that unifies Selective Debate Initiation (SDI) with Evidence Weighted Self-Consistency (EWSC) for adaptive, debate-on-demand reasoning. |
| Outcome: | Evaluated on BoolQ, CosmosQA, and an internal QnA benchmark, the proposed framework achieves higher factual robustness and efficiency. |
S2-MAD: Breaking the Token Barrier to Enhance Multi-Agent Debate Efficiency (2025.naacl-long)
Copied to clipboard
Yuting Zeng, Weizhe Huang, Lei Jiang, Tongxuan Liu, XiTai Jin, Chen Tianying Tiana, Jing Li, Xiaohua Xu
| Challenge: | Large language models exhibit limitations when handling complex mathematical reasoning and logical inference tasks. |
| Approach: | They propose a sparsification strategy to reduce token costs within Multi-agent Debate (MAD) this strategy minimizes ineffective exchanges of information and unproductive discussions among agents . |
| Outcome: | The proposed approach reduces token costs by up to 94.5% while maintaining performance degradation below 2.0%. |
Encouraging Divergent Thinking in Large Language Models through Multi-Agent Debate (2024.emnlp-main)
Copied to clipboard
Tian Liang, Zhiwei He, Wenxiang Jiao, Xing Wang, Yan Wang, Rui Wang, Yujiu Yang, Shuming Shi, Zhaopeng Tu
| Challenge: | Modern large language models (LLMs) have shown remarkable performance on general language tasks but struggle on complex reasoning tasks. |
| Approach: | They propose a multi-agent debate framework that encourages divergent thinking in LLMs . they propose to break debate and use a judge to obtain a final solution . |
| Outcome: | The proposed framework encourages divergent thinking in large language models . it is able to generate novel thoughts even if initial stance is incorrect . |
Multiple LLM Agents Debate for Equitable Cultural Alignment (2025.acl-long)
Copied to clipboard
| Challenge: | Recent efforts focus on single-LLM, single-turn generation approaches, but it can be challenging for any single model to support all cultures equally well. |
| Approach: | They propose to exploit the complementary strengths of multiple LLMs to promote cultural adaptability. |
| Outcome: | The proposed model improves accuracy and cultural group parity over single-LLM models. |
MALLM: Multi-Agent Large Language Models Framework (2025.emnlp-demos)
Copied to clipboard
| Challenge: | Multi-agent debate (MAD) has demonstrated the ability to augment collective intelligence by scaling test-time compute and leveraging expertise. |
| Approach: | They propose an open-source framework that enables systematic analysis of multi-agent debates. |
| Outcome: | The proposed framework enables systematic analysis of multi-agent debate components. |
Latent Agents: A Post-Training Procedure for Internalized Multi-Agent Debate (2026.acl-long)
Copied to clipboard
| Challenge: | Multi-agent debate is compute-intensive and requires long transcripts before answering questions. |
| Approach: | They propose a framework that distills multi-agent debate into a single LLM by combining debate structure learning with internalization via dynamic reward scheduling and length clipping. |
| Outcome: | The proposed model matches or exceeds explicit multi-agent debate performance using 93% fewer tokens across multiple models and benchmarks. |
When Identity Skews Debate: Anonymization for Bias-Reduced Multi-Agent Reasoning (2026.acl-long)
Copied to clipboard
| Challenge: | Multi-agent debate (MAD) aims to improve large language model reasoning by letting multiple agents exchange answers and then aggregate their opinions. |
| Approach: | They propose a principled framework that joins sycophancy and self-bias to mitigate and quantify identity bias in multi-agent debate by removing identity markers from prompts. |
| Outcome: | The proposed framework joins identity-driven sycophancy and self-bias to mitigate and quantify identity bias in multi-agent debate. |
Judging with Many Minds: Do More Perspectives Mean Less Prejudice? On Bias Amplification and Resistance in Multi-Agent Based LLM-as-Judge (2025.findings-emnlp)
Copied to clipboard
Chiyu Ma, Enpei Zhang, Yilun Zhao, Wenjun Liu, Yaning Jia, Peijun Qing, Lin Shi, Arman Cohan, Yujun Yan, Soroush Vosoughi
| Challenge: | LLM-as-Judge frameworks provide scalable alternative to human evaluation . but the question of how intrinsic biases manifest in these settings remains unexplored . |
| Approach: | They conduct systematic analysis of four bias types in multi-agent LLM-as-Judge frameworks . they find debate framework amplifies biases sharply after initial debate . |
| Outcome: | The proposed frameworks amplify biases after debate and show they are stronger in meta-judge scenarios. |