On Evaluating LLM Alignment by Evaluating LLMs as Judges
Yixin Liu, Pengfei Liu, Arman Cohan
TL;DR
This work defines generation-evaluation consistency (GE-consistency) to study the link between LLMs' generation quality and their ability to evaluate others' outputs. By using a strong preference oracle, the authors show high GE-consistency across models and tasks, enabling a benchmarking paradigm (AlignEval) that assesses alignment via evaluation capability rather than direct output evaluation. AlignEval, including variants with IFEval, achieves performance competitive with LLM-judge baselines while significantly reducing evaluation cost. The findings imply that evaluation skills are a meaningful indicator of alignment quality and open avenues for self-improvement and more scalable benchmarking, with caveats about the proxy nature of evaluation-based methods and potential adversarial risks.
Abstract
Alignment with human preferences is an important evaluation aspect of LLMs, requiring them to be helpful, honest, safe, and to precisely follow human instructions. Evaluating large language models' (LLMs) alignment typically involves directly assessing their open-ended responses, requiring human annotators or strong LLM judges. Conversely, LLMs themselves have also been extensively evaluated as judges for assessing alignment. In this work, we examine the relationship between LLMs' generation and evaluation capabilities in aligning with human preferences. To this end, we first conduct a comprehensive analysis of the generation-evaluation consistency (GE-consistency) among various LLMs, revealing a strong correlation between their generation and evaluation capabilities when evaluated by a strong LLM preference oracle. Utilizing this finding, we propose a benchmarking paradigm that measures LLM alignment with human preferences without directly evaluating their generated outputs, instead assessing LLMs in their role as evaluators. Our evaluation shows that our proposed benchmark, AlignEval, matches or surpasses widely used automatic LLM evaluation benchmarks, such as AlpacaEval and Arena-Hard, in capturing human preferences when ranking LLMs. Our study offers valuable insights into the connection between LLMs' generation and evaluation capabilities, and introduces a benchmark that assesses alignment without directly evaluating model outputs.
