arXiv:2506.07673cs.LG2025-06NeurIPS被引 23

小样本预测大模型性能,发现随机抽样加回归竟胜过复杂方法。

How Benchmark Prediction from Fewer Data Misses the Mark

  • 用随机采样+回归拟合做预测,效果优于多数现有方法。
  • 模型越相似,预测越准;新模型表现超预期时,所有方法均失效。
  • 提出新方法提升外推性能,但仍依赖模型相似性,增益有限。

大型语言模型(LLM)评估成本日益高昂,促使人们探索通过缩减基准数据集来加速评估的方法。基准预测(也称高效LLM评估)旨在选取少量评估点,基于这些点预测整体基准性能。本文系统评估了11种基准预测方法在19个多样化基准上的表现。首先,我们发现一个极具竞争力的基线:随机采样后用回归模型预测缺失值,其表现优于多数现有方法,挑战了‘需精心选择子集’的假设。其次,我们发现所有现有方法高度依赖模型相似性:仅在模型间相似时有效;当新模型性能超过历史模型时(即外推场景),预测性能急剧下降,此时无一方法持续优于随机样本的简单平均。为改进该问题,我们提出一种受增强逆倾向权重启发的新方法,在外推情况下仍优于随机样本平均。然而,其性能依然依赖于模型相似性,总体增益有限。这表明基准预测在最需要时——即评估未知能力的新模型时——恰恰失效。

原文摘要 · Abstract (English)

Large language model (LLM) evaluation is increasingly costly, prompting interest in methods that speed up evaluation by shrinking benchmark datasets. Benchmark prediction (also called efficient LLM evaluation) aims to select a small subset of evaluation points and predict overall benchmark performance from that subset. In this paper, we systematically assess the strengths and limitations of 11 benchmark prediction methods across 19 diverse benchmarks. First, we identify a highly competitive baseline: Take a random sample and fit a regression model on the sample to predict missing entries. Outperforming most existing methods, this baseline challenges the assumption that careful subset selection is necessary for benchmark prediction. Second, we discover that all existing methods crucially depend on model similarity. They work best when interpolating scores among similar models. The effectiveness of benchmark prediction sharply declines when new models have higher accuracy than previously seen models. In this setting of extrapolation, none of the previous methods consistently beat a simple average over random samples. To improve over the sample average, we introduce a new method inspired by augmented inverse propensity weighting. This method consistently outperforms the random sample average even for extrapolation. However, its performance still relies on model similarity and the gains are modest in general. This shows that benchmark prediction fails just when it is most needed: at the evaluation frontier, where the goal is to evaluate new models of unknown capabilities.

LLM评估基准预测小样本学习

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