Who Validates the Validators? Aligning LLM-Assisted Evaluation of LLM Outputs with Human Preferences
Shreya Shankar, J. D. Zamfirescu-Pereira, Björn Hartmann, Aditya G. Parameswaran, Ian Arawjo
TL;DR
<3-5 sentence high-level summary> EvalGen tackles the problem of validating LLM-based evaluators used to judge LLM outputs by introducing a mixed-initiative interface embedded in ChainForge. It automatically proposes evaluation criteria and candidate implementations (code or LLM prompts) and uses human grading on a sample of outputs to select the most aligned assertions, revealing phenomena like criteria drift and output-dependent criteria. Offline evaluation against SPADE and a qualitative user study show that human-in-the-loop criterion generation can achieve equal or better alignment with fewer assertions, while also exposing challenges in trust, control, and iterative refinement. The work offers design principles and empirical insights for building practical, human-guided LLM evaluation assistants in real-world LLMOps pipelines.
Abstract
Due to the cumbersome nature of human evaluation and limitations of code-based evaluation, Large Language Models (LLMs) are increasingly being used to assist humans in evaluating LLM outputs. Yet LLM-generated evaluators simply inherit all the problems of the LLMs they evaluate, requiring further human validation. We present a mixed-initiative approach to ``validate the validators'' -- aligning LLM-generated evaluation functions (be it prompts or code) with human requirements. Our interface, EvalGen, provides automated assistance to users in generating evaluation criteria and implementing assertions. While generating candidate implementations (Python functions, LLM grader prompts), EvalGen asks humans to grade a subset of LLM outputs; this feedback is used to select implementations that better align with user grades. A qualitative study finds overall support for EvalGen but underscores the subjectivity and iterative process of alignment. In particular, we identify a phenomenon we dub \emph{criteria drift}: users need criteria to grade outputs, but grading outputs helps users define criteria. What is more, some criteria appears \emph{dependent} on the specific LLM outputs observed (rather than independent criteria that can be defined \emph{a priori}), raising serious questions for approaches that assume the independence of evaluation from observation of model outputs. We present our interface and implementation details, a comparison of our algorithm with a baseline approach, and implications for the design of future LLM evaluation assistants.
