An Empirical Analysis on Large Language Models in Debate Evaluation
Xinyi Liu, Pinxin Liu, Hangfeng He
TL;DR
The paper tackles automated debate evaluation by empirically analyzing large language models, notably GPT-3.5 and GPT-4, using a prompt-based evaluation template and varied verbalizers to study performance and biases. It demonstrates that these LLMs can match or exceed human evaluators and surpass state-of-the-art fine-tuned baselines, while also revealing prompt-design–driven biases such as positional, lexical, and end-of-discussion effects. The study systematically dissects how label choices and answer order influence judgments and provides a balanced/unbalanced data framework to separate model biases from dataset biases. The findings underscore the importance of careful prompt engineering and bias mitigation for reliable, fair automated debate evaluation, with practical implications for deploying LLM-based evaluators in research and applied settings.
Abstract
In this study, we investigate the capabilities and inherent biases of advanced large language models (LLMs) such as GPT-3.5 and GPT-4 in the context of debate evaluation. We discover that LLM's performance exceeds humans and surpasses the performance of state-of-the-art methods fine-tuned on extensive datasets in debate evaluation. We additionally explore and analyze biases present in LLMs, including positional bias, lexical bias, order bias, which may affect their evaluative judgments. Our findings reveal a consistent bias in both GPT-3.5 and GPT-4 towards the second candidate response presented, attributed to prompt design. We also uncover lexical biases in both GPT-3.5 and GPT-4, especially when label sets carry connotations such as numerical or sequential, highlighting the critical need for careful label verbalizer selection in prompt design. Additionally, our analysis indicates a tendency of both models to favor the debate's concluding side as the winner, suggesting an end-of-discussion bias.
