A-VERT: Agnostic Verification with Embedding Ranking Targets
Nicolás Aguirre, Ramiro Caso, Ramiro Rodríguez Colmeiro, Mauro Santelli, Joaquín Toranzo Calderón
TL;DR
A-VERT addresses the challenge of evaluating free-form LM QA responses under real-world conditions by proposing an agnostic verification framework that ranks candidate target groups using semantic embeddings or rerankers. By constructing correct and wrong semantic groups and applying a normalized ranking mechanism, A-VERT achieves high agreement with human annotations across multiple benchmarks while using small parameter-efficient models. The method demonstrates strong correlations with human judgments (R^2 ≈ 0.967) and outperforms traditional exact-match and logprob-based scoring, highlighting its practicality for open-ended and multiple-choice QA. The approach enables benchmarks to reflect day-to-day LM usage, reduces reliance on expensive adjudication, and offers avenues for extending to additional targets and domains in future work.
Abstract
The automatic evaluation of Language Model (LM) responses is a critical piece in the development of benchmarks and metrics, both for model training and quality assessment of production model endpoints. The current approaches to response classification relies on methods that are too expensive (i.e. LLM-as-a-Judge) or that are far from real-world conditions (string-matching, logprob). In this paper, a structure-free evaluation method is presented. The method makes use of semantic embedding distances to match target candidates with arbitrary LM-generated text, resulting in a robust classification of the response at a relatively low compute cost (embedding models of less than $10B$ parameters). The results show a regression score of ~0.97 and an accuracy of ~96% against human annotators, tested over 3 data sets and 3 different LM architectures.
