用轻量模型+检查清单,高效准确评估大模型表现。
RocketEval: Efficient Automated LLM Evaluation via Grading Checklist
- 将评估任务转为多维度问答,用检查清单降低判断误差。
- 轻量模型作评判时相关性达0.965,接近GPT-4o水平。
- 成本降低50倍以上,适合大规模模型对比测试。
在多样且具有挑战性的场景中评估大语言模型(LLMs)对齐人类偏好至关重要。为降低人工评估的高昂成本,利用强大语言模型作为评判者成为主流方法。然而该方法存在费用高、隐私安全风险及可复现性差等问题。本文提出一种简单、可复现且准确的自动化评估方法——RocketEval,采用轻量级语言模型作为评判者。我们发现轻量与强大模型在评估任务中的性能差异主要源于全面分析能力不足,单纯使用链式思维难以提升。通过将评估重构为基于实例化检查清单的多维问答形式,我们证明轻量模型判断不准主要受高不确定性与位置偏差影响。为此,我们设计了基于检查清单评分的自动化流程,包含检查清单构建、轻量模型评分及项目重加权以匹配人工标注。在MT-Bench和WildBench数据集上的实验表明,当使用Gemma-2-2B作为评判者时,RocketEval与人类偏好相关性达0.965,媲美GPT-4o;同时在大规模评估与比较场景中实现超50倍的成本降低。代码已开源:https://github.com/Joinn99/RocketEval-ICLR。
原文摘要 · Abstract (English)
Evaluating large language models (LLMs) in diverse and challenging scenarios is essential to align them with human preferences. To mitigate the prohibitive costs associated with human evaluations, utilizing a powerful LLM as a judge has emerged as a favored approach. Nevertheless, this methodology encounters several challenges, including substantial expenses, concerns regarding privacy and security, and reproducibility. In this paper, we propose a straightforward, replicable, and accurate automated evaluation method by leveraging a lightweight LLM as the judge, named RocketEval. Initially, we identify that the performance disparity between lightweight and powerful LLMs in evaluation tasks primarily stems from their ability to conduct comprehensive analyses, which is not easily enhanced through techniques such as chain-of-thought reasoning. By reframing the evaluation task as a multi-faceted Q&A using an instance-specific checklist, we demonstrate that the limited judgment accuracy of lightweight LLMs is largely attributes to high uncertainty and positional bias. To address these challenges, we introduce an automated evaluation process grounded in checklist grading, which is designed to accommodate a variety of scenarios and questions. This process encompasses the creation of checklists, the grading of these checklists by lightweight LLMs, and the reweighting of checklist items to align with the supervised annotations. Our experiments carried out on the automated evaluation benchmarks, MT-Bench and WildBench datasets, reveal that RocketEval, when using Gemma-2-2B as the judge, achieves a high correlation (0.965) with human preferences, which is comparable to GPT-4o. Moreover, RocketEval provides a cost reduction exceeding 50-fold for large-scale evaluation and comparison scenarios. Our code is available at https://github.com/Joinn99/RocketEval-ICLR .
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。