CollabEval: Statistically Efficient Collaborative Model Evaluation via Matrix Completion
2026-07-06 • Machine Learning
Machine Learning
AI summaryⓘ
The authors present CollabEval, a new way to evaluate AI models more efficiently by using past evaluation results from many models tested on the same tasks. They organize evaluation scores into a big grid and fill in missing scores by making smart guesses based on low-rank matrix completion. This method helps reduce the amount of new human-checked evaluations needed while still giving accurate and reliable estimates of model quality. Their tests show it works better than traditional methods in saving effort and improving accuracy.
generative AImodel evaluationmatrix completionlow-rank approximationcontrol variatesconfidence intervalsstatistical efficiencyprediction-powered inferencemean squared errorevaluation prompts
Authors
Adam Fisch, Daniel Deutsch, Joshua Maynez, Alekh Agarwal, Jonathan Berant, William Cohen, Amir Globerson, Jacob Eisenstein
Abstract
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.