🤖 AI Summary
This study addresses the limitations of existing lexical-based evaluation metrics for large language models (LLMs), which often fail to accurately reflect model capabilities, and the high computational cost of LLM-as-a-Judge approaches. The authors systematically demonstrate, for the first time, the weak correlation between conventional lexical metrics and human judgments. To overcome these issues, they propose BERT-as-a-Judge, a framework that fine-tunes a lightweight BERT encoder on synthetically labeled question-answer triplets to efficiently assess the semantic correctness of generated responses. Extensive experiments across 36 models and 15 tasks show that this method significantly outperforms traditional lexical metrics, achieves performance comparable to that of large LLM judges, and offers high efficiency, strong scalability, and practical utility.
📝 Abstract
Accurate evaluation is central to the large language model (LLM) ecosystem, guiding model selection and downstream adoption across diverse use cases. In practice, however, evaluating generative outputs typically relies on rigid lexical methods to extract and assess answers, which can conflate a model's true problem-solving ability with its compliance with predefined formatting guidelines. While recent LLM-as-a-Judge approaches mitigate this issue by assessing semantic correctness rather than strict structural conformity, they also introduce substantial computational overhead, making evaluation costly. In this work, we first systematically investigate the limitations of lexical evaluation through a large-scale empirical study spanning 36 models and 15 downstream tasks, demonstrating that such methods correlate poorly with human judgments. To address this limitation, we introduce BERT-as-a-Judge, an encoder-driven approach for assessing answer correctness in reference-based generative settings, robust to variations in output phrasing, and requiring only lightweight training on synthetically annotated question-candidate-reference triplets. We show that it consistently outperforms the lexical baseline while matching the performance of much larger LLM judges, providing a compelling tradeoff between the two and enabling reliable, scalable evaluation. Finally, through extensive experimentation, we provide detailed insights into BERT-as-a-Judge's performance to offer practical guidance for practitioners, and release all project artifacts to foster downstream adoption.