Label-Efficient Model Selection for Text Generation
Shir Ashury-Tahan, Ariel Gera, Benjamin Sznajder, Leshem Choshen, Liat Ein-Dor, Eyal Shnarch
TL;DR
Evaluating text-generation models is expensive due to the need for reliable preference judgments. DiffUse provides a label-efficient framework that builds semantic difference embeddings from model outputs, clusters these differences, and selects a small, informative set of examples for oracle annotation. Across HELM benchmarks with six generation tasks and hundreds of model-pair evaluations, DiffUse reduces annotation needs by up to $75\%$ while preserving reliable model ranking, and extends to prompt and configuration selection via an iterative, risk-based stopping criterion. The approach is model-agnostic and emphasizes the structure of output differences, with analyses showing high-norm difference vectors drive informative selections and guiding future work in efficient model assessment.
Abstract
Model selection for a given target task can be costly, as it may entail extensive annotation of the quality of outputs of different models. We introduce DiffUse, an efficient method to make an informed decision between candidate text generation models based on preference annotations. DiffUse reduces the required amount of annotations, thus saving valuable time and resources in performing evaluation. DiffUse intelligently selects instances by clustering embeddings that represent the semantic differences between model outputs. Thus, it is able to identify a subset of examples that are more informative for preference decisions. Our method is model-agnostic, and can be applied to any text generation model for selecting between models, prompts and configurations. Moreover, we propose a practical iterative approach for dynamically determining how many instances to annotate. In a series of experiments over hundreds of model pairs, we demonstrate that DiffUse can dramatically reduce the required number of annotations -- by up to 75% -- while maintaining high evaluation reliability.
