TL;DR
Multi-agent debate systems often neglect the quality of intermediate reasoning, focusing solely on final answers. This study introduces a framework that uses log-probability distributions and an LLM-as-judge to evaluate reasoning quality in debates.
✦ Why It Matters
Engineers can leverage confidence signals to enhance the evaluation of multi-agent debate systems and improve reasoning quality.
Key Takeaways
How It Works
The framework pairs a two-agent debate architecture, where the Constructor generates arguments and the Auditor critiques them. An LLM-as-judge evaluates the reasoning quality based on instruction adherence, justification, and evidence grounding.
By analyzing log-probabilities of reasoning tokens, the system can track confidence levels and correlate them with external evaluations, revealing insights into the reasoning process.
Related