BERT-as-a-Judge: A Robust Alternative to Lexical Methods for Efficient Reference-Based LLM Evaluation

📅 2026-04-10
📈 Citations: 0
Influential: 0
📄 PDF

career value

167K/year
🤖 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.

Technology Category

Application Category

📝 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.
Problem

Research questions and friction points this paper is trying to address.

LLM evaluation
lexical methods
semantic correctness
reference-based evaluation
computational overhead
Innovation

Methods, ideas, or system contributions that make the work stand out.

BERT-as-a-Judge
reference-based evaluation
semantic correctness
lightweight training
LLM evaluation