arXiv:2604.09497cs.CLcs.AI2026-04被引 1

用BERT做评判者,比传统方法更准更省资源。

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

论文配图:BERT-as-a-Judge: A Robust Alternative to Lexical Methods for Efficient Reference-Based LLM Evaluation
图 1 · 摘自论文原文
  • 用BERT判断答案对错,不依赖固定格式。
  • 在36个模型15个任务上表现优于传统方法。
  • 轻量训练即可用,适合需要高效评估的场景。

准确评估是大语言模型生态系统的核心,指导模型选择和下游应用。然而,当前生成结果评估多依赖僵化的词法方法,易将模型真实解题能力与格式符合度混淆。尽管近期基于LLM的评判方法通过评估语义正确性缓解了该问题,但计算开销巨大。本文通过大规模实证研究(覆盖36个模型、15个下游任务)系统分析词法评估的局限性,证明其与人类判断相关性差。为此,提出BERT-as-a-Judge,一种基于编码器的参考式生成评估方法,对输出表述变化鲁棒,仅需在合成标注的问答-候选-参考三元组上进行轻量训练。实验表明,其性能持续优于词法基线,媲美大型LLM评判者,实现高可靠性与可扩展性的良好平衡。最后,通过大量实验提供实用指导,并开源全部项目资源以促进后续应用。

原文摘要 · Abstract (English)

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 trade-off 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.

模型评估BERTLLM轻量化

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。