Re-evaluating Automatic LLM System Ranking for Alignment with Human Preference
Mingqi Gao, Yixin Liu, Xinyu Hu, Xiaojun Wan, Jonathan Bragg, Arman Cohan
TL;DR
The paper tackles the challenge of reliably ranking LLMs in alignment with human preferences by formalizing automatic benchers with four core components and evaluating three meta-evaluation settings. Through controlled experiments across input sets, evaluation models, evaluation types, and aggregation methods, it demonstrates that Arena Hard as the input set and base pairwise evaluation with Bradley-Terry or win ratio generally yield the strongest agreement with human judgments, while 5-point and pointwise approaches often underperform, especially for open-source evaluators. It also shows that benchers degrade when comparing closely matched systems and that instance-level evaluator rankings do not always translate to system-level bencher performance, underscoring the need for dedicated system-level evaluation. The work offers practical design recommendations and highlights limitations, providing code and data to support replication and further research in robust LLM alignment benchmarking.
Abstract
Evaluating and ranking the capabilities of different LLMs is crucial for understanding their performance and alignment with human preferences. Due to the high cost and time-consuming nature of human evaluations, an automatic LLM bencher (i.e., an automatic evaluation framework that aims to rank LLMs based on their alignment with human preferences) is indispensable. An automatic LLM bencher consists of four components: the input set (e.g., a user instruction), the evaluation model (e.g., an LLM), the evaluation type (e.g., pairwise comparison), and the aggregation method (e.g., the ELO rating system). However, previous work has not thoroughly explored how to select these components or how their different combinations influence the results. In this work, through controlled experiments, we provide a series of recommendations on how to choose each component to better automate the evaluation of LLMs. Furthermore, we discovered that when evaluating LLMs with similar performance, the performance of the automatic LLM bencher declines sharply, underscoring the limitations of current benchers and calling for future work. Lastly, we found that the evaluation models' performance at the instance level (e.g., the accuracy of selecting the best output) does not always align with their effectiveness when used as a component of a bencher, highlighting the importance of dedicated system-level evaluation of benchers.
