English

Query-efficient model evaluation using cached responses

Machine Learning 2026-05-11 v1 Artificial Intelligence Methodology

Abstract

Evaluating a new model on an existing benchmark is often necessary to understand its behavior before deployment. For modern evaluation frameworks, generating and evaluating a response for all queries can be prohibitively expensive. In practice, responses from previously-evaluated models are often cached -- creating a potential opportunity to use this additional information to decrease the number of queries required to accurately evaluate a new model. In this paper, we introduce an approach for predicting benchmark performance that leverages cached model responses based on the Data Kernel Perspective Space (DKPS), a method for quantifying the relationship between models in the black-box setting. Theoretically, we show that DKPS-based methods are query-efficient under certain conditions. Empirically, we demonstrate that DKPS-based methods achieve the same mean absolute error as baselines with a substantially decreased query budget. We conclude by proposing an offline method for selecting a set of queries that maximizes the goodness-of-fit on reference models, improving prediction accuracy over random query selection.

Keywords

Cite

@article{arxiv.2605.07096,
  title  = {Query-efficient model evaluation using cached responses},
  author = {Hayden Helm and Ben Johnson and Carey Priebe},
  journal= {arXiv preprint arXiv:2605.07096},
  year   = {2026}
}
R2 v1 2026-07-01T12:56:38.799Z