EvalAssist: A Human-Centered Tool for LLM-as-a-Judge
Zahra Ashktorab, Werner Geyer, Michael Desmond, Elizabeth M. Daly, Martin Santillan Cooper, Qian Pan, Erik Miehling, Tejaswini Pedapati, Hyo Jin Do
TL;DR
EvalAssist tackles the costly challenge of evaluating outputs from multiple LLMs by providing a human-centered, criterion-driven framework that supports direct assessment and pairwise comparison through a web UI and UNITXT-based API. It isolates generation from evaluation, enables multi-evaluator workflows, and integrates bias indicators to improve trust. A key contribution is the integration of prompt-chaining evaluation pipelines and open-source tooling (UNITXT) to export reproducible notebooks for large-scale analysis, including specialized judges for harms and risks. The work demonstrates practical impact by deploying with hundreds of users and showing preferred evaluation modes differ by task type, highlighting flexible, transparent evaluation as essential for reliable LLM-mediated judgments.
Abstract
With the broad availability of large language models and their ability to generate vast outputs using varied prompts and configurations, determining the best output for a given task requires an intensive evaluation process, one where machine learning practitioners must decide how to assess the outputs and then carefully carry out the evaluation. This process is both time-consuming and costly. As practitioners work with an increasing number of models, they must now evaluate outputs to determine which model and prompt performs best for a given task. LLMs are increasingly used as evaluators to filter training data, evaluate model performance, assess harms and risks, or assist human evaluators with detailed assessments. We present EvalAssist, a framework that simplifies the LLM-as-a-judge workflow. The system provides an online criteria development environment, where users can interactively build, test, and share custom evaluation criteria in a structured and portable format. We support a set of LLM-based evaluation pipelines that leverage off-the-shelf LLMs and use a prompt-chaining approach we developed and contributed to the UNITXT open-source library. Additionally, our system also includes specially trained evaluators to detect harms and risks in LLM outputs. We have deployed the system internally in our organization with several hundreds of users.
