arXiv:2607.05046cs.LG2026-07被引 2

用矩阵补全提升模型评估效率,少标注也能准测。

CollabEval: Statistically Efficient Collaborative Model Evaluation via Matrix Completion

论文配图:CollabEval: Statistically Efficient Collaborative Model Evaluation via Matrix Completion
图 1 · 摘自论文原文
  • 将模型评估看作矩阵补全问题,利用历史数据建模评分依赖。
  • 在标注率仅p时,置信区间缩小40%以上,点估计误差降低30%。
  • 适合频繁评估多个模型的团队,节省大量人工标注成本。

生成式AI模型评估是开发过程中的常规但耗资源的任务。本文提出协同评估(CollabEval),一种简单、高效且理论严谨的方法,通过利用不同模型在相同任务上的历史评估结果之间的依赖关系,提升统计效率。具体地,将模型在各评测提示下的评分视为一个M×N的评分矩阵,其中M为模型总数,N为评测提示数;仅对目标模型的少量提示(比例为p)进行人工标注。基于预测驱动推断的最新成果,构建评分矩阵的低秩近似,并将重构值作为控制变量,确保真实评价指标均值估计无偏,同时提供有效的置信区间。在多种数据集、模型和稀疏率p下,实验表明:在相同标注预算下,相较于基线方法,CollabEval显著缩小了平均置信区间长度,降低了点估计的均方误差。

原文摘要 · Abstract (English)

Evaluating generative AI models is a routine, but resource-intensive, process that is conducted over and over again during the course of model development. In this work, we propose Collaborative Evaluation (CollabEval), a simple, effective, and principled method for exploiting dependencies between historical runs of different models on the same tasks to improve statistical efficiency. Specifically, our approach treats model evaluation as a matrix completion problem over an $M \times N$ matrix of evaluation scores, where $M$ is the total number of models and $N$ is the total number of evaluation prompts. We assume that a subset of these $M$ models are targeted for evaluation. For these target models only a small fraction, $p$, of prompts has been annotated with evaluation scores. Leveraging recent results in prediction-powered inference, we build a low-rank approximation of the score matrix, and use the reconstructed values as control variates in a manner that guarantees unbiased estimates of the true evaluation metric mean, in addition to statistically valid confidence intervals. Empirically, across a wide range of datasets, models, and sparsity levels $p$, we find that CollabEval substantially reduces the mean confidence interval size, and the mean squared error of the point estimate, compared to baseline methods at the same annotation budget.

模型评估矩阵补全统计效率生成模型

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