From Calculation to Adjudication: Examining LLM judges on Mathematical Reasoning Tasks
Andreas Stephan, Dawei Zhu, Matthias Aßenmacher, Xiaoyu Shen, Benjamin Roth
TL;DR
The paper investigates how large language model (LLM) judges perform on mathematical reasoning tasks, using multiple large and small models across three datasets with verifiable solutions. It shows that judge performance correlates with candidate task performance, indicating bias toward higher-quality models, and that a substantial portion of judgments can be predicted from simple linguistic features like POS-Ngrams. The authors analyze both population- and sample-level dynamics, finding that judges reliably rank higher-quality models but do not reliably improve task performance; practical guidance favors using judges as answer generators with majority voting. Overall, the work highlights systematic biases in LLM judges and emphasizes careful application, while outlining avenues to better understand and harness judge behavior in verifiable domains.
Abstract
To reduce the need for human annotations, large language models (LLMs) have been proposed as judges of the quality of other candidate models. The performance of LLM judges is typically evaluated by measuring the correlation with human judgments on generative tasks such as summarization or machine translation. In contrast, we study LLM judges on mathematical reasoning tasks. These tasks require multi-step reasoning, and the correctness of their solutions is verifiable, enabling a more objective evaluation. We perform a detailed performance analysis and find that easy samples are easy to judge, and difficult samples are difficult to judge. Our analysis uncovers a strong correlation between judgment performance and the candidate model task performance, indicating that judges tend to favor higher-quality models even if their answer is incorrect. As a consequence, we test whether we can predict the behavior of LLM judges using simple features such as part-of-speech tags and find that we can correctly predict 70%-75% of judgments. We conclude this study by analyzing practical use cases, showing that LLM judges consistently detect the on-average better model but largely fail if we use them to improve task performance.
