EvalLM: Interactive Evaluation of Large Language Model Prompts on User-Defined Criteria
Tae Soo Kim, Yoonjoo Lee, Jamin Shin, Young-Ho Kim, Juho Kim
TL;DR
EvalLM introduces an interactive system that enables prompt designers to iteratively refine LLM prompts by evaluating outputs against user-defined, application-specific criteria using an LLM-based evaluation assistant and a criteria reviewer. Formative interviews reveal that designers rely on manual, multi-faceted, and dynamic evaluation, which is costly and hard to scale. In a comparative user study, EvalLM enabled broader and deeper evaluation, faster prompt refinements, and higher satisfaction with criteria, reducing the number of revisions by 59% compared to manual evaluation. The work contributes a practical, collaborative framework for prompt design and points toward extending these evaluation methods to model evaluation and alignment in real-world tasks.
Abstract
By simply composing prompts, developers can prototype novel generative applications with Large Language Models (LLMs). To refine prototypes into products, however, developers must iteratively revise prompts by evaluating outputs to diagnose weaknesses. Formative interviews (N=8) revealed that developers invest significant effort in manually evaluating outputs as they assess context-specific and subjective criteria. We present EvalLM, an interactive system for iteratively refining prompts by evaluating multiple outputs on user-defined criteria. By describing criteria in natural language, users can employ the system's LLM-based evaluator to get an overview of where prompts excel or fail, and improve these based on the evaluator's feedback. A comparative study (N=12) showed that EvalLM, when compared to manual evaluation, helped participants compose more diverse criteria, examine twice as many outputs, and reach satisfactory prompts with 59% fewer revisions. Beyond prompts, our work can be extended to augment model evaluation and alignment in specific application contexts.
