Leveraging LLMs as Meta-Judges: A Multi-Agent Framework for Evaluating LLM Judgments
Yuran Li, Jama Hussein Mohamud, Chongren Sun, Di Wu, Benoit Boulet
TL;DR
This work tackles the challenge of evaluating LLM judgments by proposing a meta-judge pipeline that uses a rubric refined by GPT-4 and human experts, a multi-agent module to score judgments, and a threshold-based selection to filter reliable judgments. Unlike prior work that relies on single-model judgments or human alignment, it jointly addresses biases in human evaluation and the reliability of LLM judgments. The authors systematically compare single-agent and multi-agent configurations on JudgeBench, showing meaningful precision gains over raw judgments and single-agent baselines. The results suggest LLMs can serve as meta-judges to curate high-quality judgments and lay groundwork for automatic construction of preference datasets to train LLM-based evaluators.
Abstract
Large language models (LLMs) are being widely applied across various fields, but as tasks become more complex, evaluating their responses is increasingly challenging. Compared to human evaluators, the use of LLMs to support performance evaluation offers a more efficient alternative. However, most studies focus mainly on aligning LLMs' judgments with human preferences, overlooking the existence of biases and mistakes in human judgment. Furthermore, how to select suitable LLM judgments given multiple potential LLM responses remains underexplored. To address these two aforementioned issues, we propose a three-stage meta-judge selection pipeline: 1) developing a comprehensive rubric with GPT-4 and human experts, 2) using three advanced LLM agents to score judgments, and 3) applying a threshold to filter out low-scoring judgments. Compared to methods using a single LLM as both judge and meta-judge, our pipeline introduces multi-agent collaboration and a more comprehensive rubric. Experimental results on the JudgeBench dataset show about 15.55\% improvement compared to raw judgments and about 8.37\% improvement over the single-agent baseline. Our work demonstrates the potential of LLMs as meta-judges and lays the foundation for future research on constructing preference datasets for LLM-as-a-judge reinforcement learning.
