🤖 AI Summary
Existing LLM evaluation methods suffer from heavy reliance on human annotation, domain specificity, and poor scalability. To address these limitations, this paper proposes the first automated evaluation framework based on multi-agent debate: a proposer LLM poses questions, multiple debater LLMs engage in multi-turn argumentation, and a judge LLM holistically assesses knowledge mastery, reasoning capability, and contradiction detection. The framework integrates structured debate prompt engineering, LLM self-judgment mechanisms, and consistency/logicality scoring models. Evaluated on multiple SOTA models, it achieves high alignment with human judgments (Spearman ρ > 0.92), substantially reduces evaluation cost, and demonstrates strong scalability and multidimensional dynamic assessment capability. Its core contribution lies in systematically introducing the debate paradigm into LLM evaluation—eliminating dependence on manual annotation and establishing a reproducible, generalizable automated evaluation paradigm.
📝 Abstract
Large Language Models (LLMs) are rapidly evolving and impacting various fields, necessitating the development of effective methods to evaluate and compare their performance. Most current approaches for performance evaluation are either based on fixed, domain-specific questions that lack the flexibility required in many real-world applications, or rely on human input, making them unscalable. To address these issues, we propose an automated benchmarking framework based on debates between LLMs, judged by another LLM. This method assesses not only domain knowledge, but also skills such as argumentative reasoning and inconsistency recognition. We evaluate the performance of various state-of-the-art LLMs using the debate framework and achieve rankings that align closely with popular rankings based on human input, eliminating the need for costly human crowdsourcing.