Paper deep dive
BayesAME: Bayesian Active Model Evaluation
Paula Cordero Encinar, Taylan Cemgil, Arnaud Doucet, Virginia Aglietti, Silvia Chiappa
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 91%
Last extracted: 8/4/2026, 11:23:38 AM
Summary
The paper introduces BayesAME, a sequential Bayesian framework for automatically determining the coreset size in large-scale model evaluation. It models item performance via latent abilities grouped by historical reference model scores, using a joint prior to capture similarities. BayesAME iteratively selects items to maximize information gain, updating posterior distributions to estimate performance and uncertainty. A multi-target extension captures correlations across models. Experiments show BayesAME outperforms existing methods, validating non-random selection and the use of continuous log-likelihoods over binary scores.
Entities (8)
Relation Signals (6)
BayesAME โ uses โ Latent Ability
confidence 95% ยท BayesAME models performance as a random variable by defining a latent ability for each group of items
BayesAME โ uses โ Information-Gain Criterion
confidence 92% ยท select items to add to the coreset via an information-gain criterion
Non-Random Selection โ advantageousover โ Random Selection
confidence 90% ยท establishing that non-random coreset selection is advantageous over random selection
BayesAME โ outperforms โ Sequential Adaptations of Existing Methods
confidence 90% ยท BayesAME consistently outperforms sequential adaptations of existing methods
BayesAME โ extendsto โ Linear Model of Coregionalization
confidence 88% ยท We capture cross-model correlations... using a linear model of coregionalization
Log-Likelihoods โ enhances โ Estimation Accuracy
confidence 85% ยท leveraging continuous response log-likelihoods over traditional binary scores significantly enhances estimation accuracy
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Evaluating large generative models across benchmarks is time-consuming and computationally expensive. This drives the need for methods that can estimate full benchmark performance by evaluating models on only a subset of items, known as a coreset. Current literature mostly requires the practitioner to input a coreset size. However, when reliable performance estimation takes priority over efficiency, an evaluation method should also be capable of automatically determining a coreset size that reflects this priority. We introduce BayesAME, a sequential Bayesian framework specifically targeting automatic determination of the coreset size. BayesAME models performance as a random variable by defining a latent ability for each group of items sharing the same historical model performances, with a joint prior distribution encoding the belief that the target model behaves similarly to these historical models. The posterior distribution over these abilities is used to derive performance estimators, quantify performance uncertainty, and select items to add to the coreset via an information-gain criterion. The coreset is iteratively augmented until the performance estimate fluctuation and the performance uncertainty fall below their respective user-defined thresholds. We propose a multi-target extension that captures performance correlations across multiple target models to further reduce the coreset size. Through extensive experiments across diverse benchmarks, we demonstrate that BayesAME consistently outperforms sequential adaptations of existing methods. Crucially, our comprehensive analysis addresses recent skepticism in the literature, establishing that non-random coreset selection is advantageous over random selection. Finally, we highlight that leveraging continuous response log-likelihoods over traditional binary scores significantly enhances estimation accuracy.
Tags
Links
- Source: https://arxiv.org/abs/2607.27023v1
- Canonical: https://arxiv.org/abs/2607.27023v1
Trouble viewing inline? Open PDF directly โ
Full Text
107,569 characters extracted from source content.
Expand or collapse full text
BayesAME: Bayesian Active Model Evaluation Paula Cordero Encinar 1 , Taylan Cemgil 2 , Arnaud Doucet 2 , Virginia Aglietti *2 and Silvia Chiappa *2 1 Imperial College London (work conducted while at Google DeepMind), 2 Google DeepMind Evaluating large generative models across benchmarks is time-consuming and computationally expensive. This drives the need for methods that can estimate full benchmark performance by evaluating models on only a subset of items, known as a coreset. Current literature mostly requires the practitioner to input a coreset size. However, when reliable performance estimation takes priority over efficiency, an evaluation method should also be capable of automatically determining a coreset size that reflects this priority. We introduce BayesAME, a sequential Bayesian framework specifically targeting automatic determination of the coreset size. BayesAME models performance as a random variable by defining a latent ability for each group of items sharing the same historical model performances, with a joint prior distribution encoding the belief that the target model behaves similarly to these historical models. The posterior distribution over these abilities is used to derive performance estimators, quantify performance uncertainty, and select items to add to the coreset via an information-gain criterion. The coreset is iteratively augmented until the performance estimate fluctuation and the performance uncertainty fall below their respective user-defined thresholds. Moreover, we propose a multi-target extension that actively captures performance correlations across multiple target models to further reduce the coreset size. Through extensive experiments across diverse benchmarks, we demonstrate that BayesAME consistently outperforms sequential adaptations of existing methods. Crucially, our comprehensive analysis addresses recent skepticism in the literature, establishing that non-random coreset selection is advantageous over random selection, and demonstrating that one can reliably improve upon the random sample mean baseline. Additionally, we highlight that leveraging continuous response log-likelihoods over traditional binary scores significantly enhances estimation accuracy. 1. Introduction The massive scale and frequency of generating responses render large generative model evaluation across benchmarks a time-consuming and computationally expensive process (Liang et al., 2023). To mitigate this, a growing number of methods estimate full benchmark performance by evaluating models on only a subset of items, known as a coreset. Such methods mostly require the practitioner to input a coreset size (Berrada et al., 2025; Bowyer et al., 2026; Fisch et al., 2026; Hsu and Shekhar, 2026; Huang et al., 2026; Kipnis et al., 2025; Kossen et al., 2021; Liao et al., 2025; Liu et al., 2026; Perlitz et al., 2024; Saranathan et al., 2025; Vivek et al., 2024; Zhang et al., 2025). While this is most suitable when facing strict computational limits, in scenarios where reliable performance estimation takes priority over efficiency, an evaluation method should also be capable of automatically determining a coreset size that reflects this priority. In addition, the predominant approach of leveraging evaluations from historical models (reference models) has largely operated within the regime in which the models being evaluated (target models) fall within the performance range of these reference models (interpolation regime). Zhang et al. (2025) underscored the importance of also testing efficient model evaluation methods in regimes where the target models significantly deviate from this range (extrapolation regimes) to obtain a more accurate assessment of a methodโs robustness. In particular, through a study that considered both regimes, the authors questioned the utility of non-random coreset selection and highlighted the difficulty of outperforming the mean of a random coreset as a performance estimate in extrapolation. In this work, we focus on efficient model evaluation leveraging reference models, specifically targeting auto- matic determination of the coreset size. We propose BayesAME, a sequential Bayesian method that models *Senior co-authors. ยฉ 2026 Google DeepMind. All rights reserved arXiv:2607.27023v1 [cs.LG] 29 Jul 2026 BayesAME: Bayesian Active Model Evaluation performance as a random variable via underlying abilities whose joint prior distribution encodes the belief that the target model behaves similarly to the reference models. The posterior distribution over these abilities is used to derive performance estimators, quantify performance uncertainty, and select items to add to the coreset via an information-gain criterion. The coreset is iteratively augmented until the performance estimate fluctuation and the performance uncertainty fall below their respective user-defined thresholds. In the setting where multiple target models are being evaluated, we capture correlation among them using a linear model of coregionalization (รlvarez et al., 2012; Journel and Huijbregts, 1978) with the goal of further reducing the coreset size. To validate our approach, we comprehensively evaluate BayesAME against sequential adaptations of existing methods. Our main contributions are summarized as follows: โขWe formulate efficient model evaluation with automatic coreset-size determination as a Bayesian sequential process that augments the coreset until the performance estimate fluctuation and the performance uncertainty fall below their respective user-defined thresholds. โขWe develop a computationally efficient method, equipped with robust performance estimators possessing well-defined properties. โข We design active selection strategies that identify benchmark items maximizing information gain. โข We extend the method to capture correlations across multiple target models to further reduce the coreset size. โข We conduct an extensive empirical analysis across varying numbers of reference models, interpola- tion/extrapolation regimes, and different degrees of target model correlation, showing that BayesAME outperforms sequential adaptations of existing methods designed to automatically determine the coreset size. We further show that BayesAME remains advantageous even when the coreset size is predetermined. โขCrucially, this analysis overturns recent claims in the literature by demonstrating that non-random coreset selection does improve performance and that several methods can reliably outperform the random sample mean baseline. โขWe demonstrate that leveraging available response log-likelihoods, rather than using binary scores, greatly improves performance estimation. 2. Problem Setup Consider a benchmarkํธ=(ํฅ ํ , ํฆ ํ ) ํ ํ=1 , whereํฅ ํ is theํ-th input instance andํฆ ํ is the corresponding ground- truth response. LetT=ํก 1 , . . . , ํก ํพ ํก be a set ofํพ ํก target models that we wish to evaluate, and letํ ํก ํ be the score of target modelํก โ Ton item(ํฅ ํ , ํฆ ํ ). We consider the problem of estimating the full benchmark performance ํ โ ํก = 1 ํ ร ํ ํ=1 ํ ํก ํ by evaluating the target modelํกonly on a subset of itemsC ํก โ ํธ, which we refer to as a coreset. We focus on the setting where the full benchmark scores for a set ofํพ ํ reference modelsํ 1 , . . . , ํ ํพ ํ are available. Although our framework is applicable to scoresํ ํก ํ โ โ , in our experiments we consider either binary scores (ํ ํก ํ โ 0,1), indicating whether the modelโs response matchesํฆ ํ , or bounded continuous scores, where, e.g., ํ ํก ํ โ [0, 1] represents the probability assigned by the model to the ground-truth response ํฆ ํ . Our goal is to address the setting in which the user prioritizes reliable performance estimation over minimizing cost, without a priori knowing the coreset size required to achieve this. Therefore, we focus on methods that not only operate with a user-specified coreset size, but can also automatically determine a coreset size that reflects this priority. In the remainder of the paper, with a slight abuse of notation, we useํธandC ํก to indicate the indices of the benchmark items rather than the items themselves. 3. BayesAME BayesAME is a sequential Bayesian method that assigns a latent ability to each group of benchmark items sharing the same reference model performances. It then treats the item scores as noisy versions of these 2 BayesAME: Bayesian Active Model Evaluation abilities and models the full benchmark performance as a random variable defined as the average of the scores, ํ ํก = 1 ํ ร ํ ํ=1 ํ ํก ํ (where, with a slight abuse of notation, we useํ ํก ํ to denote both the score random variable and its realization). The abilities are assigned a joint Gaussian prior distribution to encode the belief that, if the reference models achieved similar scores on two groups of items, the target model likely exhibits similar behavior. At each iteration, the posterior distribution of the latent abilities is used to derive performance estimators, quantify performance uncertainty, and select an item to add to the coreset via an information gain criterion. The sequential process terminates when the performance fluctuation and uncertainty fall below their respective user-defined thresholds. 3.1. Single-Target Setting We first consider the setting of a single target model. For the remainder of this section, we omit the target model index. Let(ํ ํ 1 ํ , . . . , ํ ํ ํพ ํ ํ )be the vector of scores achieved by theํพ ํ reference models on item(ํฅ ํ , ํฆ ํ ). Suppose that the reference models yieldํตunique score vectors across theํbenchmark items, which we denote as the setํ 1 , . . . , ํ ํต . This partitions the items intoํตdisjoint buckets, such that all items assigned to bucket ํ share the same reference score vector ํ ํ . We consider a random vectorํ=(ํ 1 , . . . , ํ ํต ), whereํ ํ represents the target modelโs underlying ability on items belonging to bucket ํ, with a Gaussian prior distribution ํ(ํ)=N(ํ ํ ,ฮฃ ํ ), defined as: ํ ํ ํ = 1 ํพ ํ ํ โค ํ 1 ํพ ํ ,ฮฃ ํ ํ,ํ โฒ = ํผexp โ ํฝ ํพ ํ โฅํ ํ โ ํ ํ โฒ โฅ 2 ,(1) where 1 ํพ ํ denotes aํพ ํ -dimensional column vector of ones,ํผandํฝare parameters to be learned, andโฅํ ํ โํ ํ โฒ โฅ 2 is the squared Euclidean distance. This form of the covariance encodes the belief that buckets with similar reference scores yield highly correlated latent abilities for the target model 1 . Applying this latent variable approach at the bucket level, rather than the item level, reduces overreliance on prior information when reference models behave similarly and thus a large number of items map to the sameํ ํ , which most commonly manifests when ํพ ํ is small or when the scores are binary. For any item(ํฅ ํ , ํฆ ํ )belonging to bucketํ, we model the target modelโs scoreํ ํ as a random variable with conditional distributionํ(ํ ํ | ํ ํ )=N(ํ ํ , ํ ํ ํ 2 ), whereํ ํ is the number of items in bucketํ. Letํปdenote anํ ร ํตbinary indicator matrix, whereํป ํ,ํ =1 if theํ-th item belongs to bucketํ, and 0 otherwise. The target modelโs score vectorํ=(ํ 1 , . . . , ํ ํ )is then modeled as a random variable with conditional distribution ํ(ํ| ํ)=N(ํปํ, ํท), whereํทis anํร ํdiagonal noise matrix such thatํท ํ,ํ = ํ 2 ร ํต ํ=1 ํป ํ,ํ ํ ํ . Note that, when all items map to unique reference vectors (ํต= ํ),ํท ํ,ํ = ํ 2 . This bucket-size-dependent noise accounts for the inherent heterogeneity within larger buckets. Even though items in a large bucket share identical reference scores, the target modelโs performance on each individual item might vary. By scaling the individual item variance byํ ํ , we ensure that the variance of the average bucket score remains constant atํ 2 , regardless of how many items the bucket contains:Var 1 ํ ํ ร ํโbucket ํ ํ ํ = 1 ํ 2 ํ ร ํโbucket ํ Var(ํ ํ )= 1 ํ 2 ํ (ํ ํ ยท ํ ํ ํ 2 )= ํ 2 . While a more principled approach to modeling binary and bounded continuous scores would explicitly model their support, exploring this direction revealed that the approximations required not only introduced substantial computational overhead but also resulted in inferior performance (see Appendix B.3). In contrast, the Gaussian model admits closed-form posterior distributions, delivering superior scalability and performance. We therefore adopt a Gaussian model as the default choice. Letํ C denote the subvector ofํ corresponding to the items inC, and letํ ํ |C andฮฃ ํ |C be the posterior mean and covariance ofํconditioned onํ C , such thatํ(ํ| ํ C )=N(ํ ํ |C ,ฮฃ ํ |C ) . The posterior mean and variance of the full benchmark performance ํ = 1 ํ ร ํ ํ=1 ํ ํ are given by: ํผ[ํ | ํ C ]= 1 ํ ยฉ ยญ ยซ โ๏ธ ํโC ํ ํ + โ๏ธ ํโํธ ํผ[ํ ํ | ํ C ] ยช ยฎ ยฌ = 1 ํ โ๏ธ ํโC ํ ํ + ํต โ๏ธ ํ=1 (ํ ํ โ ํ ํ )ํ ํ ํ|C ! , 1 When given metadata for the reference and target models, we could employ a weighted mean and covariance, where the weights capture the similarity between the target and reference models, see Appendix B.2. 3 BayesAME: Bayesian Active Model Evaluation Var(ํ | ํ C )= 1 ํ 2 โ๏ธ ํโํธ โ๏ธ ํ โฒ โํธ Cov(ํ ํ , ํ ํ โฒ | ํ C )= 1 ํ 2 ํต โ๏ธ ํ=1 (ํ ํ โ ํ ํ ) ํ 2 ํ ํ + ํต โ๏ธ ํ โฒ =1 (ํ ํ โฒ โ ํ ํ โฒ )ฮฃ ํ ํ,ํ โฒ |C ! ,(2) whereํ ํ is the number of evaluated items in bucketํ. As more items are evaluated, the posterior mean increasingly relies on the actual scores, converging to the true performanceํ โ when the entire benchmark has been evaluated (ํ ํ = ํ ํ for all ํ), at which point the posterior variance vanishes. Performance Estimator We construct an estimator ห ํ ofํ โ by adapting our approach to the number of unique reference score vectors in the benchmark, introducing a small marginํ 0 >0 to allow for slight deviations from uniqueness. In the nearly-unique reference regimeํตโฅ ํโ ํ 0 , the natural and optimal performance estimator is the Bayesian posterior expectation: ห ํ Bayes = ํผ[ํ | ํ C ]= 1 ํ โ๏ธ ํโC ํ ํ + ํต โ๏ธ ํ=1 (ํ ํ โ ํ ํ )ํ ํ ํ|C ! .(3) However, using Eq. (3) in the non-unique reference regimeํต < ํโ ํ 0 presents a potential issue: if a heavily populated bucketํhas a large number of unevaluated items (ํ ํ โช ํ ํ ), its posterior meanํ ํ ํ|C exerts a high weight on the overall estimate, amplifying any estimation errors. In this regime, we instead use the following estimator: ห ํ CV = 1 ํ โ๏ธ ํโC ํ ํ + ํต โ๏ธ ํ=1 ํ ํ ํ โ ํ ํ ํ ํผ[ํ ํ | ํ C ]= 1 ํ โ๏ธ ํโC ํ ํ + ํต โ๏ธ ํ=1 ํ ํ ํ โ ํ ํ ํ ํ ํ ํ|C ,(4) whereํindicates the size of the coresetC. This estimator serves as an in-sample proxy for the unbiased control variate estimator given in Appendix A.2. We can unify both regimes into a single estimator: ห ํ = ํค โ๏ธ ํโC ํ ํ + ํต โ๏ธ ํ=1 ํ ํ ํ โ ํ ํ ํค ํ ํ ํ|C ,(5) where ํค= 1 ํ if ํต < ํโ ํ 0 and ํค= 1 ํ if ํตโฅ ํโ ํ 0 . Selection Strategy At each iteration of the sequential process, we use an information-gain criterion to select the next item on which to evaluate the target model. Specifically, we choose an item that maximally reduces the expected uncertainty of the modelโs performanceํ , measured via differential entropy:ํผ IG (ํ)= H(ํ | ํ C )โ ํผ ํ ํ [H(ํ | ํ C , ํ ํ )] . Assuming candidate item(ํฅ ํ , ํฆ ํ )belongs to bucketํ, due to the Gaussian nature of the posterior distribution, this expected information gain simplifies to: ํผ IG (ํ)= 1 2 log Var(ํ | ํ C ) Var(ํ | ํ C , ํ ํ ) =โ 1 2 log ยฉ ยญ ยซ 1โ ร ํต ํ โฒ =1 (ํ ํ โฒ โ ํ ํ โฒ )ฮฃ ํ ํ,ํ โฒ |C + ํ 2 ํ ํ 2 ํ 2 Var(ํ | ํ C )(ฮฃ ํ ํ,ํ|C + ํ 2 ํ ํ ) ยช ยฎ ยฌ .(6) Note that all items in the same bucket have the same expected information-gain value. In the non-unique reference regime with imbalanced bucket sizes, purely active selection can degrade performance. This occurs because the target model may exhibit fine-grained variations in behavior that are not captured by the coarse grouping of the reference models. Consequently, whenํต < ํ โ ํ 0 , we default to random selection, which ensures that the expected number of sampled items from each bucket remains proportional to its size. The marginํ 0 >0 allows the method to use active sampling whenever the reference score vectors are nearly unique. Furthermore, when dealing with continuous scores, unique reference score vectors may become non-unique when rounded to a specified tolerance. Under such conditions, we similarly default to random selection. We also explored alternative selection strategies that operate on batches of items rather than individual items, including non-myopic approaches. However, these provided similar performance (see Appendix B.1). 4 BayesAME: Bayesian Active Model Evaluation Stopping Criterion One of our key objectives is to determine the coreset size, rather than requiring it as input from the user. Intuitively, we would like to stop evaluating additional items once they are unlikely to meaningfully change our estimate of the target modelโs performance. To formalize this, we monitor the uncertainty ofํ as items are evaluated. We quantify this uncertainty using the width of the 95% credible interval ofํ :ํ 97.5 (ํ | ํ C )โํ 2.5 (ํ | ํ C )=2ํง 0.975 โ๏ธ Var(ํ | ํ C ), whereํง 0.975 denotes the standard normalํง-score andVar(ํ | ํ C )is given in Eq. (2). We dynamically augment the coreset until a two-condition stopping criterion is satisfied:(ํ)the performance estimate ห ํ stabilizes, defined as its range over a window ofํiterations falling below a thresholdํ 1 ; and(ํ)2ํง 0.975 โ๏ธ Var(ํ | ํ C ) โค ํ 2 . The threshold ํ 2 represents the maximum acceptable width of this uncertainty interval, translating directly into a userโs tolerated margin of error. By treatingํ 1 andํ 2 as user-defined parameters, BayesAME enables the user to decide the precision required. For additional discussion, see Appendix A.3. Posterior Distribution To optimize the cost required to computeํ ํ |C andฮฃ ํ |C , throughout the sequential process we adapt our formulation as detailed below. Letํป C andํท C denote the submatrices ofํปandํทformed by the rows corresponding toC. LetC ํ denote the subset ofํ ํ items in the coresetCthat are in bucketํ. Finally, let ฬํ C 1:ํต =( ฬํ C 1 , . . . , ฬํ C ํต ), where ฬํ C ํ = 1 ํ ํ ร ํโC ํ ํ ํ (for notational simplicity we assumeํ ํ >0 for allํ). As detailed in Appendix A.1, the posterior distribution ofํsatisfiesํ(ํ| ํ C )= ํ(ํ| ฬํ C 1:ํต ). Although mathematically equivalent, computingํ(ํ| ํ C )requires inverting anํร ํmatrix, whereas computingํ(ํ| ฬํ C 1:ํต )requires inverting at most a ํตร ํต matrix. Indeed, ํ(ํ| ํ C ) is Gaussian with mean ํ ํ |C and covarianceฮฃ ํ |C given by: ํ ํ |C = ํ ํ +ฮฃ ํ ํป โค C (ํป C ฮฃ ํ ํป โค C + ํท C ) โ1 (ํ C โ ํป C ํ ํ ), ฮฃ ํ |C =ฮฃ ํ โฮฃ ํ ํป โค C (ํป C ฮฃ ํ ํป โค C + ํท C ) โ1 ํป C ฮฃ ํ ,(7) while, starting from ํ(ํ| ฬํ C 1:ํต ), the mean ํ ํ |C and covarianceฮฃ ํ |C can be expressed as: ํ ํ |C = ํ ํ +ฮฃ ํ (ฮฃ ํ +ฮ) โ1 ( ฬํ C 1:ํต โ ํ ํ ), ฮฃ ํ |C =ฮฃ ํ โฮฃ ํ (ฮฃ ํ +ฮ) โ1 ฮฃ ํ ,(8) whereฮis a diagonal noise matrix with entriesฮ ํ,ํ = ํ 2 ํ ํ /ํ ํ . To achieve the best computational cost, we use Eq. (7) whenํ < ํตand Eq. (8) whenํโฅ ํต. We employ Cholesky updates across both regimes, leveraging the fact that the prior covarianceฮฃ ํ remains fixed between hyperparameter updates, which occur everyํน iterations. This yields a computational complexity ofO(min(ํ, ํต) 2 ) per iteration. Algorithm We summarize the method in Algorithm 1. Starting with an empty coresetC, BayesAME iteratively selects the benchmark item maximizing the expected information gainํผ IG (ํ)whenํตโฅ ํโ ํ 0 (or at random otherwise). The target model is evaluated on this item, its index is added toC, and the posterior meanํ ํ |C and covarianceฮฃ ํ |C are updated, along with the performance estimate ห ํ . Everyํนiterations, the covariance hyperparametersํผandํฝare optimized by minimizing the negative log-marginal likelihoodL(ํผ, ํฝ) of the coreset scores (see Appendix A.4). This sequential process terminates once the two-condition stopping criterion is satisfied:(ํ)the range of the performance estimate ห ํ over a window ofํiterations falls below threshold ํ 1 ; and (ํ) the width of the 95% credible interval falls below threshold ํ 2 . 3.2. Multi-Target Setting In the case of multiple target modelsT= ํก 1 , . . . , ํก ํพ ํก , a standard approach would be to simply apply the single-target method of Section 3.1 to each model independently. However, jointly modeling target models that exhibit correlated performance behaviors can improve estimation accuracy and reduce the required coreset size. We model the targets jointly using a linear model of coregionalization (รlvarez et al., 2012; Journel and Huijbregts, 1978). 5 BayesAME: Bayesian Active Model Evaluation Algorithm 1 BayesAME Single-target Require:Benchmarkํธ; noise varianceํ 2 ; marginํ 0 ; stopping criterion thresholdsํ 1 , ํ 2 and window-length ํ; Optimizer, hyperparameter initial values ํผ 0 , ํฝ 0 and update frequency ํน Initialize coresetC โโ Initialize hyperparameters ํผโ ํผ 0 , ํฝ โ ํฝ 0 for ํโ 1, . . . , ํ do if ํตโฅ ํโ ํ 0 then Select item via expected information gain: ํ โ = argmax ํโํธ ํผ IG (ํ)โฒ Eq. (6) else Select item via random sampling: ํ โ โผ Uniform(ํธ ) end if Obtain score ํ ํ โ and add ํ โ to the coreset: C โCโชํ โ Compute ํ ํ |C andฮฃ ํ |C โฒ Eq. (7) or Eq. (8) Compute performance estimate ห ํ โฒ Eq. (5) Set ห ํ ํ โ ห ํ if ํ%ํน= 0 then Update hyperparameters: ํผ, ํฝ โ Optimizer(L(ํผ, ํฝ), ํผ, ํฝ)โฒ Eq. (11) end if if ํโฅ ํ and max ํโ[ ํโํ+1,ํ] ( ห ํ ํ )โ min ํโ[ ํโํ+1,ํ] ( ห ํ ํ ) โค ํ 1 and 2ํง 0.975 โ๏ธ Var(ํ | ํ C ) โค ํ 2 then break end if end for Return ห ํ We capture cross-model correlations by assuming that their abilities are driven byํฟshared, independent latent random vectorsํข ํ โ โ ํต . Specifically, letํ ํก ํ represent the latent ability of target modelํกon bucketํ, and let ํ ํก =(ํ ํก 1 , . . . , ํ ํก ํต ). We model ํ ํก as: ํ ํก = ํ ํ ํก + ํฟ โ๏ธ ํ=1 ํค ํก ํ ํข ํ , whereํ ํ ํก is defined as in Eq. (1),ํค ํก 1 , . . . , ํค ํก ํฟ are model-specific weights to be learned, andํข ํ โผ N(0,ฮฃ ํ,ํ ), whereฮฃ ํ,ํ is a covariance matrix specific to latent vectorํ. This induces a Gaussian prior distribution over ํ=(ํ ํก 1 , . . . , ํ ํก ํพ ํก ) given by: ํ(ํ)=N ํ ํ , ํฟ โ๏ธ ํ=1 ํค ํ ํค โค ํ โฮฃ ํ,ํ ! , whereโdenotes the Kronecker product,ํค ํ = (ํค ํก 1 ํ , . . . , ํค ํก ํพ ํก ํ ) โค andํ ํ = (ํ ํ ํก 1 , . . . , ํ ํ ํก ํพ ํก ). This formula- tion provides a flexible yet computationally efficient way to capture correlation across both buckets and models by combining bucket-specific (ฮฃ ํ,ํ ํ,ํ โฒ ) and model-specific (ํค ํก ํ ) terms. To provide greater modeling flexibility, we use two covariance families with complementary inductive biases: the squared exponential covariance defined as in Eq. (1), which imposes strict smoothness, and a Matรฉrn-3/2 kernel of the form ฮฃ ํ,ํ ํ,ํ โฒ = ํผ ํ 1+ โ 3ํฝ ํ โฅํ ํ โ ํ ํ โฒ โฅ exp โ โ 3ํฝ ํ โฅํ ํ โ ํ ํ โฒ โฅ withํผ ํ , ํฝ ํ >0, which imposes weaker smoothness. Be- cause the degree of correlation between the target models is typically unknown a priori, we setํฟ= ํพ ํก . This enables the framework to dynamically adapt: it captures strong correlations by sharing latent components across models, yet it retains the ability to recover the fully independent case. The scores are then modeled similarly to the single-target setting described in Section 3.1. Selection Strategy In contrast to the single-target setting, the multi-target selection step requires simultane- ously selecting an item and a target model to evaluate on that item, substantially expanding the search space. Furthermore, relying on a purely greedy information-gain criterion across this joint item-model space can bias performance estimates, particularly during early stages when correlations across target models are still being learned. To mitigate this bias and establish a robust initial estimate of the correlation structure, we depart 6 BayesAME: Bayesian Active Model Evaluation from the empty coreset initialization used in the single-target setting. Instead, we randomly select 10% of the benchmark items and evaluate all target models on them. After this initialization step, we deploy the following selection strategy, which maintains some degree of exploration. We iterate deterministically through the target models. For a given modelํก, we select the item that maximizes the expected information gain:ํผ ํก IG (ํ)= H(ํ ํก | ํ C ) โ ํผ ํ ํก ํ [H(ํ ํก | ํ C , ํ ํก ํ )], whereํ C = ํ ํก 1 C ํก 1 , . . . , ํ ํก ํพ ํก C ํก ํพ ํก . This approach substantially reduces the search space, maintaining a selection complexity identical to that of the single-target setting. We iteratively augment the coresetsC ํก 1 , . . . ,C ํก ํพ ํก until all target models have met the two-condition stopping criterion detailed above. We also investigated an alternative average marginalized information-gain strategy. At each iteration, we first select the item that maximizes the expected information gain averaged across allํพ ํก target models: ํผ IG (ํ)= 1 ํพ ํก ร ํพ ํก ํก=1 H(ํ ํก | ํ C )โ ํผ ํ ํก ํ [H(ํ ํก | ํ C , ํ ํก ํ )] . After selecting an item, we choose the target model uniformly at random. We present these results in Figure 15 of Appendix C.4. 4. Related work The issue of computational inefficiency in model evaluation is primarily tackled from two, sometimes intersecting, directions: constructing smaller, static versions of existing benchmarks (or developing methods for reducing benchmarks) (Bean et al., 2025; Kipnis et al., 2025; Zhao et al., 2025), and estimating performance without fully evaluating the target model (Berrada et al., 2025; Bowyer et al., 2026; Fisch et al., 2026; Hsu and Shekhar, 2026; Huang et al., 2026; Kipnis et al., 2025; Kossen et al., 2021; Liao et al., 2025; Liu et al., 2026; Polo et al., 2024; Saranathan et al., 2025; Vivek et al., 2024; Wang et al., 2025; Zhang et al., 2025). Automatic Determination of Coreset Size With the exception of Cer-Eval (Wang et al., 2025), all methods in the second category assume that the evaluation budget is specified by the user. Cer-Eval differs substantially from our method as it does not utilize reference models, relying instead exclusively on the responses from the target model. It repeats the following steps until a strict confidence condition is met:(ํ)partitioning the benchmark based on previously evaluated items to isolate regions of low variance in the target modelโs scores, (ํ)computing summary statistics for each partition,(ํ)identifying the partition that yields the greatest expected reduction in evaluation uncertainty; and (ํํฃ) sampling an item from that optimal partition. Extending methods designed for user-specified coreset sizes to automatically determine the coreset size poses fundamental challenges. This task requires striving for accurate estimation across all coreset sizes, which, as we show in our experiments, is not always achievable. Furthermore, establishing a reliable stopping criterion requires confidence intervals that accurately reflect the true remaining uncertainty, a property that existing formulations often lack. Performance Modeling and Estimation From a modeling perspective, many works that leverage reference model information rely on Item Response Theory (IRT) to infer the target modelโs profile (Kipnis et al., 2025; Liao et al., 2025; Polo et al., 2024). However, obtaining reliable parameter estimates with IRT requires on the order of hundreds (Jiang et al., 2026) or thousands (Kipnis et al., 2025) of reference models. Another line of work (Bowyer et al., 2026; Zhang et al., 2025) frames the problem as a regression task. ProEval (Huang et al., 2026) introduces a Gaussian process approach that shares similarities with our Bayesian modeling. However, we depart critically from their formulation to address automatic coreset size determination and more robustly handle the lack of prior information about the target model. Multi-Target Setting Finally, to the best of our knowledge, the only other work that leverages performance correlations across multiple target models rather than treating them independently is Fisch et al. (2026). This approach frames model evaluation as a matrix completion problem. While the method could be run 7 BayesAME: Bayesian Active Model Evaluation sequentially by randomly sampling the next item and model to evaluate, its confidence intervals capture only the sampling uncertainty around the mean performance, assuming the benchmark is a finite sample drawn from an infinite population of prompts. Consequently, even when all items in the finite benchmark have been evaluated, the confidence interval does not shrink to zero. In contrast, our Bayesian credible intervals provide a direct probability statement about the true, finite-sample benchmark performance given the observed data, yielding an intuitively appealing and actionable stopping criterion. 5. Experiments We evaluate our approach across seven standard benchmarks collected from three primary sources: the Open LLM Leaderboard (Fourrier et al., 2024), evaluations compiled by Zhang et al. (2025), and the HELM Lite benchmark (Liang et al., 2023). From the Open LLM Leaderboard, we extracted scores for GPQA (Rein et al., 2024), MMLU-Pro (Hendrycks et al., 2021; Wang et al., 2024), BBH (Suzgun et al., 2023), ARC-Challenge (Clark et al., 2018), and MuSR (Sprague et al., 2024). Beyond standard binary scores, we leveraged the leaderboardโs raw log-likelihoods to obtain continuous scores via a softmax transformation. These continuous scores allow us to assess the impact of exploiting richer information and mitigate the issue of identical reference model scores. To ensure a representative distribution of model capabilities, we partitioned the available models into five quantiles based on accuracy. We then sampled evenly by selecting the most popular models from each quantile, resulting in an initial set of 300 models. After extracting the data for these selections, we filtered out any records containing NaN values caused by incomplete leaderboard entries, formatting discrepancies, or evaluation timeouts. This curation process yielded the following final model counts per benchmark: GPQA: 102, MMLU-Pro: 165, BBH: 279, ARC-Challenge: 125, and MuSR: 288. From Zhang et al. (2025), we extracted binary scores for IFEval (Zhou et al., 2023) across 448 models. Finally, from HELM Lite (up to version 1.13.0), we extracted the F1 scores for the Natural QA Openbook long-answer scenario (Kwiatkowski et al., 2019) across 44 models. 5.1. Single-Target Setting Baselines Since all existing approaches that leverage reference models assume a predefined coreset size, we adapt the most effective methods to operate in the same sequential manner as Algorithm 1. Specifically,Cis iteratively augmented untilmax ํโ[ ํโํ,ํ] ( ห ํ ํ )โ min ํโ[ ํโํ,ํ] ( ห ํ ํ ) โค ํ 1 and 2ํง 0.975 โ Var ํ โค ํ 2 where ห ํ andVar ํ are defined below. 1. BayesAME-RS: A simpler version of BayesAME that selects items at random. 2. Seq-APW: An extension of the anchor points weighted method from Vivek et al. (2024), in whichCis augmented by choosing items that maximize space covering, as measured by correlations between the reference modelsโ performances. Benchmark items are partitioned into clusters by assigning each item to its nearest anchor inC. ห ํ = ร ํโC ํค ํ ํ ํ , whereํค ํ is a weight proportional to the cluster size, whileVar ํ is given by the following estimator of Var(ํ ): Var ํ = ํ 2 โ๏ธ ํโC ํค 2 ํ ! ํโ ํ eff ํ , ํ eff = ร ํโC ํค ํ 2 ร ํโC ํค 2 ํ ,(9) whereํ denotes the sample standard deviation. By construction, ห ํ recovers the true performanceํ โ once the entire benchmark has been evaluated. Moreover,Var ํ captures the sampling variance arising from the randomness in the coreset selection. Due to the finite-population correction factor, this variance decreases as the coreset grows and converges to zero when the full benchmark is evaluated. 3.RS-Mean: The simplest baseline that augmentsCby selecting items at random and estimates the full benchmark performance as the empirical average performance onC.Var ํ is given by Eq. (9) using ํค ํ = 1/ํ. The same properties regarding ห ํ and Var ํ discussed for Seq-APW apply. 8 BayesAME: Bayesian Active Model Evaluation 4.Bayes-AIPW: A Bayesian ridge regression extension of AIPW (Zhang et al., 2025), obtained by placing a Gaussian prior distribution on the coefficientsํฝof the modelํ ํ = ํ โค ํ ํฝ+ ํ ํ , whereํ ํ =(ํ ํ 1 ํ , . . . , ํ ํ ํพ ํ ํ ), andํ ํ โผ N(0, ํผ โ1 )withํผ โผ Gamma(ํผ 1 , ํผ 2 ). By conditioning on(ํ ํ , ํ ํ ) ํโC , we obtain a posterior distribution over ํฝ with mean ํ ํฝ |C and covarianceฮฃ ํฝ |C . As ห ํ , we use the AIPW estimator: ห ํ = 1 ํ โ๏ธ ํโC ํ ํ + 1 1+ ํ ํโํ 1 ํโ ํ โ๏ธ ํโํธ ํ ํ|C โ 1 ํ โ๏ธ ํโC ํ ํ|C ! , whereํ ํ|C = ํ โค ํ ํ ํฝ |C . Note that ห ํ recovers the true performanceํ โ when all items have been evaluated. Posterior uncertainty is obtained by propagating the posterior distribution ofํฝthrough the AIPW correction, yielding: Var ํ = ( ฬ ํ ํธ โ ฬ ํ C ) โค ฮฃ ํฝ |C ( ฬ ํ ํธ โ ฬ ํ C )+ หํผ โ1 1 ํ + 1 ํโํ 1+ ํ ํโํ 2 , where ฬ ํ C = 1 ํ ร ํโC ํ ํ , ฬ ํ ํธ = 1 ํโํ ร ํโํธ ํ ํ , andหํผis the posterior mean ofํผ.Cis augmented by selecting items at random. Figure 6 in Appendix C.3 shows that this Bayesian extension matches or exceeds the performance of the original AIPW method. 5.Bayes-RS-Learn: A Bayesian ridge regression extension of Random-Sampling-Learn (Zhang et al., 2025), obtained by placing a Gaussian prior on the coefficientsํฝof the modelํ = ํ โค C ํฝ + ํ, where ํโผN(0, ํผ โ1 ),ํผโผ Gamma(ํผ 1 , ํผ 2 ). We perform inference onํฝby conditioning on(ํ ํ ํ C , ํ โ ํ ํ ) ํพ ํ ํ=1 . This yields a posterior distribution over ํฝ with mean ํ ํฝ |C and covarianceฮฃ ํฝ |C . We then obtain ห ํ and Var ํ as: ห ํ = ํ โค C ํ ํฝ |C , Var ํ = ํ โค C ฮฃ ํฝ |C ํ C + หํผ โ1 , where หํผ โ1 is the posterior mean of ํผ โ1 . 6.ProEval: The method in Huang et al. (2026) for the setting with no prior performance data for the target model (called New Model setting with Score Features in the original paper), without abstention rule. The method defines the target modelโs performance asํ = 1 ํ ร ํ ํ=1 ํ ํ , whereํ= (ํ 1 , . . . , ํ ํ )is a Gaussian random vector whose prior covariance matrix is given by the empirical covariance of the reference model scores. ห ํ = ํผ[ํ | ํ C ]andVar ํ = Var(ํ | ํ C ). Becauseํ is defined as the average of the latent abilities, the estimator ห ํ can deviate significantly from the true performanceํ โ even for large coreset sizes, as discussed in Section 4. The confidence interval induced byVar ํ can be interpreted as a Bayesian credible interval. 7.IRT: Two variants of IRT whereCis selected randomly, depending on the score type: one for binary scores based on the 2-PL model (Polo et al., 2024) (p-IRT) and one for continuous scores based on the Beta distribution, specifically the extension of Noel and Dauvier (2007) provided in Chen et al. (2019). The item parameters are learned using the reference modelsโ scores, and the scoresํ C are used to fit the target model-specific parameters. As the performance estimator, we deploy Eq. (5) withํค=1/ํ. Because we fit the model parameters separately for each benchmark, treating them as scalars rather than vector-valued as in Polo et al. (2024), applying the generalized variant (gp-IRT) does not improve performance. We fit the parameters using MCMC. This provides samples from the posterior distribution of the parameters, allowing us to directly obtain the posterior distribution ofํ and its variance, which we use as ห ํ andVar ํ . Due to the computational cost of MCMC, we update the parameters only every 50 evaluations (resulting in piecewise-constant curves in the plots). Metrics We evaluate our framework using four metrics: RMSE Log, RMSE Gain, Evaluation-Weighted Integrated RMSE, and Cost-Accuracy Trade-Off. By computing the Root Mean Square Error (RMSE) over 200 initialization seeds, all metrics intrinsically account for the empirical variance of the performance estimates across different samples, thereby providing a rigorous evaluation of each methodโs precision. The first three metrics evaluate the methods when stopping at fixed coreset sizesํ=1, . . . , ํ(thereby not using the ํ 1 , ํ 2 stopping criterion). Evaluating across the entire range of coreset sizes as input stopping points enables us to determine whether any method dominates the others regardless of the stopping point. In contrast, the Cost-Accuracy Trade-Off measures estimation error at the specific coreset sizes reached when theํ 1 , ํ 2 9 BayesAME: Bayesian Active Model Evaluation stopping criterion is met, demonstrating which method achieves the lowest estimation error at the smallest automatically determined coreset size. 1. RMSE Log: The RMSE on a logarithmic scale, multiplied by 100. 2. RMSE Gain: The relative improvement of a given method over the RS-Mean baseline, calculated as: RMSE Gain(Method)= 20 log 10 RMSE(RS-Mean) RMSE(Method) . A positive gain indicates a relative reduction in estimation error compared to the baseline. 3. Evaluation-Weighted Integrated RMSE: The weighted integral 100 โซ ํ 0 ํ โฒ RMSE(ํ โฒ ) ํํ โฒ , which ensures that late-stage errors are penalized more heavily than early-stage ones. 4.Cost-Accuracy Trade-Off: The RMSE (multiplied by 100) computed at the coreset sizes dynamically determined by theํ 1 , ํ 2 stopping criterion, plotted against the average coreset size ฬํacross seeds. We vary ํ 2 โ 0.005,0.0075,0.01,0.015,0.02,0.025,0.03, and fixํ 1 =0.005 since empirical results indicate that ํ 2 is the primary factor governing the stopping decision. We also evaluate our method using Spearmanโs rank correlation to assess how well the estimated performance preserves the true relative ordering of the models. The results, presented in Appendix C.3, demonstrate that our method works well for tasks such as model comparison and ranking. Interpolation and Extrapolation Reference Setup To investigate the interpolation and extrapolation regimes with granularity, we partition the available models into a pool of potential reference models and a fixed set of 10 target models, following an approach similar to Zhang et al. (2025). In the interpolation regime, the target models are selected uniformly at random, with all remaining models assigned to the reference pool. In the extrapolation regime, we induce a distribution shift by designating the 10 highest-performing models as the target set, discarding the next 20% of models to create a performance gap, and using the remaining lower-performing models as potential reference models. To assess the impact of reference model quantity, we vary the size of the set of reference models by sampling 10%, 50%, or 90% of the reference pool uniformly at random. 5.1.1. Results Figure 1 shows the RMSE Log (top three rows) and RMSE Gain (bottom three rows) for GPQA withํ ํ โ 0,1 (left two columns) and MMLU-Pro withํ ํ โ [0,1](right two columns) across different percentages of reference models (10%, 50%, and 90%) for the interpolation and extrapolation regimes. Overall, when considering the entire range of coreset sizes, BayesAME consistently achieves the lowest RMSE Log, demonstrating superior estimation accuracy and precision. The relative gains of BayesAME and the two other most competitive methods, BayesAME-RS and Bayes-AIPW, over the RS-Mean baseline can be fully appreciated in the RMSE Gain plots (bottom three rows), which exclude the less competitive methods (Seq-APW, Bayes-RS-Learn, ProEval, and IRT) for clarity. The plots also illustrate that the gain scales positively with the number of reference models, and that this trend is more pronounced for BayesAME. This confirms that a richer reference pool establishes a stronger prior, which BayesAME successfully exploits to isolate and select the most critical benchmark items. In the two cases whereํต < ํโ ํ 0 , which occur for GPQA with 10% of reference models, BayesAME and BayesAME-RS coincide by construction and perform comparably to Bayes-AIPW. Figure 2 displays the Cost-Accuracy Trade-Off for GPQA withํ ํ โ 0,1(left two columns) and MMLU-Pro withํ ํ โ [0,1](right two columns). By providing the most accurate performance estimates for any threshold value at the lowest cost across both the interpolation and extrapolation regimes, BayesAME establishes a strictly superior Pareto frontier. Plots corresponding to Figures 1 and 2 for the remaining benchmarks, which show similar conclusions, are provided in Appendix C.3. We summarize these results for 50% of reference models via the Evaluation- Weighted Integrated RMSE in Table 1. As the table shows, BayesAME outperforms the other methods in 10 BayesAME: Bayesian Active Model Evaluation InterpolationExtrapolationInterpolationExtrapolation 10% 50% 90% 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 InterpolationExtrapolationInterpolationExtrapolation 10% 50% 90% 20406080 2 1 0 1 2 3 4 5 6 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 2 1 0 1 2 3 4 5 6 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 20406080 0 2 4 6 8 10 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 0 2 4 6 8 10 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 Figure 1|Single-target Setting. GPQA with binary scores (left two columns) and MMLU-Pro with continuous scores (right two columns). RMSE Log (top three rows) and RMSE Gain (bottom three rows) across varying proportions of reference models (10%, 50%, and 90%) for the interpolation and extrapolation regimes. The ํฅ-axis denotes the coreset size ํ as a percentage of the benchmark size ํ. nearly all cases. For binary scores, we haveํต < ํโ ํ 0 for MMLU-Pro, ARC-Challenge, and MuSR in both the interpolation and extrapolation regimes, and for IFEVAL in the extrapolation regime. For continuous scores, we have thatํต < ํโ ํ 0 up to some tolerance for ARC-Challenge in the extrapolation regime. In these cases, BayesAME-RS coincides with BayesAME by construction. The table clearly quantifies the overall benefit of using richer continuous scores over binary scores. In Appendix C.3, we demonstrate this advantage via the other three metrics. Our results demonstrate that active coreset selection becomes significantly advantageous over random coreset selection whenever reference models provide sufficiently unique item representations (e.g., via larger reference pools or continuous scores), and show that it is possible to strongly outperform RS-Mean. While non-unique representations cause BayesAME to default to random selection (matching BayesAME-RS and Bayes-AIPW), richer item signals enable active selection to effectively target informative items and strongly outperform RS-Mean, addressing the concerns raised by Zhang et al. (2025). 11 BayesAME: Bayesian Active Model Evaluation InterpolationExtrapolationInterpolationExtrapolation 10% 50% 90% 80859095100 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 BayesAME BayesAME-RS BayesAIPW RS-Mean 80859095100 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 BayesAME BayesAME-RS BayesAIPW RS-Mean 80859095100 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 80859095100 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 80859095100 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 80859095100 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 20406080100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 20406080100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 20406080100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 20406080100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 Figure 2|Single-target Setting. GPQA with binary scores (left two columns) and MMLU-Pro with continuous scores (right two columns). Cost-Accuracy Trade-Off across varying proportions of reference models (10%, 50%, and 90%) for the interpolation and extrapolation regimes. Theํฅ-axis denotes the average coreset size ฬํ as a percentage of the benchmark size ํ. 5.2. Multi-Target Setting We compare the multi-target version of BayesAME (Section 3.2) against its single-target counterpart (Sec- tion 3.1) applied independently to each target model. To evaluate the multi-target formulation under varying degrees of correlation, we construct sets of 10 target models exhibiting either low or high correlation. Specif- ically, we form the low-correlation set using a random selection of 10 models, and the high-correlation set using the 10 most correlated models overall. We construct the set of reference models by sampling 50% of the reference model pool uniformly at random. Figure 3 shows RMSE Log, RMSE Gain, and Cost-Accuracy Trade-Off for IFEval withํ ํ โ 0,1(left two columns) and GPQA withํ ํ โ [0,1](right two columns). Additional results for GPQA withํ ํ โ 0,1are given in Fig. 14 of Appendix C.4. The primary conclusion drawn from these plots is that jointly evaluating multiple target models provides a significant efficiency advantage when the models exhibit correlated behaviors. Specifically, in the high-correlation regime, BayesAME Multi-target demonstrates a steeper decline in RMSE Log and reach a higher RMSE Gain much earlier compared to BayesAME Single-target. This is further reflected in the Cost-Accuracy Trade-Off plots, where BayesAME Multi-target establishes a strictly superior Pareto frontier, achieving the same level of estimation accuracy at a notably lower coreset size across all threshold values. However, the low-correlation regime plots reveal a practical nuance of the multi-target framework. When target models do not share meaningful behavioral similarities, attempting to jointly model their latent abilities introduces a degree of negative transfer. As observed in the Cost-Accuracy Trade-Off plots, the multi-target approach slightly underperforms BayesAME Single-target, exhibiting higher estimation errors for a given evaluation budget. Crucially, however, this degradation is not catastrophic, the performance of the multi-target method degrades gracefully to match that of the competitive baseline Bayes-AIPW. This suggests that while the active selection process expends some resources attempting to learn nonexistent cross-model correlations, the underlying framework remains highly robust. Nonetheless, to maximize evaluation efficiency, practitioners should apply the multi-target extension primarily when there is a reasonable prior expectation of correlated performance. 12 BayesAME: Bayesian Active Model Evaluation BenchmarksBayesAME BayesAME-RS RS-Mean Seq-APW Bayes-AIPW Bayes-RS-Learn ProEvalIRT Binary GPQAInterpolation61.5466.3876.48866.6167.2199.0696.2989.61 Extrapolation68.9172.6581.73751.0873.41403.29418.1191.40 MMLU-ProInterpolation30.1830.1840.201141.0630.6890.5995.5646.38 Extrapolation37.2037.2044.89821.4037.69670.20701.84 156.33 BBHInterpolation31.7036.3550.42495.0135.5450.6357.8250.95 Extrapolation38.3542.0252.59448.0441.34448.53600.98 158.41 ARC-ChallengeInterpolation36.5336.5356.091391.2236.6870.8474.0644.19 Extrapolation36.5636.5653.21768.8338.03327.45364.2188.58 MuSRInterpolation47.8647.8669.27949.9049.1869.1268.5484.51 Extrapolation54.1954.1971.28719.8656.72289.76353.44 104.41 IFEvalInterpolation49.5356.1472.451464.9156.7176.2278.5379.06 Extrapolation58.0858.0864.54488.5460.52466.451017.33 212.27 Continuous GPQAInterpolation30.5834.4245.2550.2235.2149.0854.0381.44 Extrapolation40.4040.7556.6462.5246.77262.65313.65 142.56 MMLU-ProInterpolation13.1117.1027.8039.9917.1972.6682.6266.44 Extrapolation26.8231.1040.8347.0731.33482.43570.76 311.12 BBHInterpolation13.0417.5435.2149.3818.0126.1340.4561.84 Extrapolation29.8035.5747.1048.5033.64303.09612.49 388.23 ARC-ChallengeInterpolation26.0426.4747.6793.8226.1946.8453.5746.10 Extrapolation33.1633.1649.0743.5233.05292.45354.75 144.55 MuSRInterpolation27.8333.4250.6776.2134.3450.0262.8857.39 Extrapolation36.9642.5660.1970.6443.69246.90372.08 211.37 Natural QA Openbook Interpolation28.2629.6845.911185.8729.12275.90286.37 129.11 Extrapolation20.8328.3641.761044.0227.70226.18262.55 127.84 Table 1|Single-target Setting. Evaluation-Weighted Integrated RMSE for 50% of reference models. 6. Discussion and Conclusions A primary objective of this work was to provide an efficient model evaluation method that is capable of automatically determining a coreset size when reliable performance estimation takes priority over efficiency, while remaining flexible to accept a predefined coreset size. To this end, we introduced a simple, high- performing method, BayesAME. Furthermore, we proposed an extension to the multi-target setting that leverages performance correlations among target models to further reduce the coreset size. Another objective was to address skepticism in recent literature, which suggests that random coreset selection and simply using a random sample mean baseline gives competitive performance. Our study overturns this belief by showing that, when leveraging richer information (such as continuous scores and sufficiently varied sets of reference models), looking across the entire spectrum of coreset sizes, and accounting for the empirical variance of the performance estimates across different samples, non-random coreset selection and more robust performance estimation remain highly advantageous. Interestingly, while our results challenge the literatureโs reliance on random selection, they do validate the underlying intuition that simple methods are difficult to outperform. We found that introducing highly sophisticated, principled modeling of the scores did not translate to better performance. For example, when dealing with binary or bounded continuous scores, a more principled model of the latent abilities using logit transformations (as described in Appendix B.3) failed to outperform the coarser joint Gaussian approach. Though relying on an improper prior for bounded data, the Gaussian approach proved far more effective because it allowed for highly efficient, closed-form evaluations of information gain. Similarly, our attempts to find richer, more complex representations of items (for example, including prompt embeddings), rather than simply relying on reference scores, did not yield tangible improvements. There are several limitations of BayesAME that provide promising avenues for future research. Currently, our framework assumes scalar scores. A natural step is to adapt it to handle more complex, multi-dimensional, or unstructured evaluation formats. In addition, future iterations could investigate ways to integrate architecture details, training hyperparameters, or training data distributions to further refine the prior covariance. 13 BayesAME: Bayesian Active Model Evaluation Low correlationHigh correlationLow correlationHigh correlation 20406080100 10 2 10 1 10 0 10 1 BayesAME Single-target BayesAME Multi-target BayesAME-RS Single-target BayesAIPW RS-Mean 20406080100 10 2 10 1 10 0 10 1 102030405060708090100 10 2 10 1 10 0 10 1 BayesAME Single-target BayesAME Multi-target BayesAME-RS Single-target BayesAIPW RS-Mean 102030405060708090100 10 2 10 1 10 0 10 1 BayesAME Single-target BayesAME Multi-target BayesAME-RS Single-target BayesAIPW RS-Mean 102030405060708090 2 1 0 1 2 3 4 5 6 102030405060708090 2 1 0 1 2 3 4 5 6 102030405060708090 2 0 2 4 6 8 102030405060708090 2 0 2 4 6 8 707580859095100 0.2 0.4 0.6 0.8 1.0 707580859095100 0.2 0.4 0.6 0.8 1.0 5060708090100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 5060708090100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 Figure 3|Multi-target Setting. IFEval with binary scores (left two columns) and GPQA with continuous scores (right two columns). The rows represent RMSE Log, RMSE Gain, and Cost-Accuracy Trade-Off, respectively, for 50% of reference models for the low and high correlation regimes. Acknowledgments The authors would like to thank Michalis Titsias for valuable discussions and providing feedback on the manuscript. References M. A. รlvarez, L. Rosasco, and N. D. Lawrence. Kernels for vector-valued functions: A review. Foundations and Trendsยฎ in Machine Learning, 4:195โ266, 2012. A. M. Bean, N. Seedat, S. Chen, and J. R. Schwarz. Scales++: Compute efficient evaluation subset selection with cognitive scales embeddings. arXiv preprint arXiv:2510.26384, 2025. G. Berrada, J. Kossen, M. Razzak, F. B. Smith, Y. Gal, and T. Rainforth. Scaling up active testing to large language models. In Advances in Neural Information Processing Systems, 2025. S. Bowyer, A. Locatelli, and K. Cao. Efficient benchmarking is just feature selection and multiple regression. arXiv preprint arXiv:2605.25773, 2026. R. H. Byrd, P. Lu, J. Nocedal, and C. Zhu. A limited memory algorithm for bound constrained optimization. SIAM Journal on Scientific Computing, 16:1190โ1208, 1995. Y. Chen, T. S. Filho, R. B. Prudencio, T. Diethe, and P. Flach.ํฝ 3 -IRT: A new item response model and its applications. In International Conference on Artificial Intelligence and Statistics, pages 1013โ1021, 2019. P. Clark, I. Cowhey, O. Etzioni, T. Khot, A. Sabharwal, C. Schoenick, and O. Tafjord. Think you have solved question answering? Try ARC, the AI2 reasoning challenge. arXiv preprint arXiv:1803.05457, 2018. A. Fisch, D. Deutsch, J. Maynez, A. Agarwal, J. Berant, W. Cohen, A. Globerson, and J. Eisenstein. CollabEval: Statistically efficient collaborative model evaluation via matrix completion. arXiv preprint arXiv:2607.05046, 2026. C. Fourrier, N. Habib, A. Lozovskaya, K. Szafer, and T. Wolf. Open LLM leaderboard v2, 2024. 14 BayesAME: Bayesian Active Model Evaluation D. Hendrycks, C. Burns, S. Basart, A. Zou, M. Mazeika, D. Song, and J. Steinhardt. Measuring massive multitask language understanding. In International Conference on Learning Representations, 2021. C.-Y. Hsu and S. Shekhar. Efficient sequential evaluation of large language models. arXiv preprint arXiv:2607.17409, 2026. Y. Huang, W. Zeng, A. Kumaresan, and Z. Wang. ProEval: Proactive failure discovery and efficient performance estimation for generative AI evaluation. In International Conference on Machine Learning, 2026. H. Jiang, S. Kwon, J. Luo, Z. Xiao, and S. Zhang. Can we trust item response theory for AI evaluation? arXiv preprint arXiv:2607.15190, 2026. A. G. Journel and C. J. Huijbregts. Mining Geostatistics. Academic Press, 1978. A. Kipnis, K. Voudouris, L. M. Schulze Buschoff, and E. Schulz. metabench - A sparse benchmark of reasoning and knowledge in large language models. In International Conference on Learning Representations, 2025. J. Kossen, S. Farquhar, Y. Gal, and T. Rainforth. Active testing: Sample-efficient model evaluation. In International Conference on Machine Learning, 2021. A. Kulesza and B. Taskar. k-DPPs: Fixed-size determinantal point processes. In International Conference on Machine Learning, pages 1193โ1200, 2011. T. Kwiatkowski, J. Palomaki, O. Redfield, M. Collins, A. Parikh, C. Alberti, D. Epstein, I. Polosukhin, J. Devlin, K. Lee, K. Toutanova, L. Jones, M. Kelcey, M.-W. Chang, A. M. Dai, J. Uszkoreit, Q. Le, and S. Petrov. Natural questions: A benchmark for question answering research. Transactions of the Association for Computational Linguistics, 7:452โ466, 2019. P. Liang, R. Bommasani, T. Lee, D. Tsipras, D. Soylu, M. Yasunaga, Y. Zhang, D. Narayanan, Y. Wu, A. Kumar, B. Newman, B. Yuan, B. Yan, C. Zhang, C. Cosgrove, C. D. Manning, C. Re, D. Acosta-Navas, D. A. Hudson, E. Zelikman, E. Durmus, F. Ladhak, F. Rong, H. Ren, H. Yao, J. WANG, K. Santhanam, L. Orr, L. Zheng, M. Yuksekgonul, M. Suzgun, N. Kim, N. Guha, N. S. Chatterji, O. Khattab, P. Henderson, Q. Huang, R. A. Chi, S. M. Xie, S. Santurkar, S. Ganguli, T. Hashimoto, T. Icard, T. Zhang, V. Chaudhary, W. Wang, X. Li, Y. Mai, Y. Zhang, and Y. Koreeda. Holistic evaluation of language models. Transactions on Machine Learning Research, 2023. L. Liao, Q. Zhang, R. Wu, and G. Fang. Toward a unified framework for data-efficient evaluation of large language models. arXiv preprint arXiv:2510.04051, 2025. Z. Liu, J. Zhang, C. Liu, and Y. Zhu. Active testing of large language models via approximate Neyman allocation. arXiv preprint arXiv:2605.10075, 2026. I. Loshchilov and F. Hutter. Decoupled weight decay regularization. In International Conference on Learning Representations, 2019. D. J. C. MacKay. The evidence framework applied to classification networks. Neural Computation, 4(5):720โ736, 1992. Y. Noel and B. Dauvier. A Beta item response model for continuous bounded responses. Applied Psychological Measurement, 31(1):47โ73, 2007. M. Osborne, R. Garnett, S. Roberts, C. Hart, S. Aigrain, and N. Gibson. Bayesian quadrature for ratios. In International Conference on Artificial Intelligence and Statistics, pages 832โ840, 2012. F. Pedregosa, G. Varoquaux, A. Gramfort, V. Michel, B. Thirion, O. Grisel, M. Blondel, P. Prettenhofer, R. Weiss, V. Dubourg, J. Vanderplas, A. Passos, D. Cournapeau, M. Brucher, M. Perrot, and ร. Duchesnay. Scikit-learn: Machine learning in Python. Journal of Machine Learning Research, 12:2825โ2830, 2011. Y. Perlitz, E. Bandel, A. Gera, O. Arviv, L. Ein-Dor, E. Shnarch, N. Slonim, M. Shmueli-Scheuer, and L. Choshen. Efficient benchmarking (of language models). In Conference of the North American Chapter of the Association for Computational Linguistics, pages 2519โ2536, 2024. 15 BayesAME: Bayesian Active Model Evaluation F. M. Polo, L. Weber, L. Choshen, Y. Sun, G. Xu, and M. Yurochkin. tinyBenchmarks: evaluating LLMs with fewer examples. In International Conference on Machine Learning, 2024. C. E. Rasmussen and C. K. I. Williams. Gaussian Processes for Machine Learning. The MIT Press, 2006. D. Rein, B. L. Hou, A. C. Stickland, J. Petty, R. Y. Pang, J. Dirani, J. Michael, and S. R. Bowman. GPQA: A graduate-level google-proof Q&A benchmark. In First Conference on Language Modeling, 2024. G. Saranathan, C. Xu, M. P. Alam, T. Kumar, M. Foltin, S. Y. Wong, and S. Bhattacharya. SubLIME: Subset selection via rank correlation prediction for data-efficient LLM evaluation. In Annual Meeting of the Association for Computational Linguistics, pages 30572โ30593, 2025. Z. Sprague, X. Ye, K. Bostrom, S. Chaudhuri, and G. Durrett. MuSR: Testing the limits of chain-of-thought with multistep soft reasoning. In International Conference on Learning Representations, 2024. M. Suzgun, N. Scales, N. Schรคrli, S. Gehrmann, Y. Tay, H. Chung, A. Chowdhery, Q. Le, E. Chi, D. Zhou, and J. Wei. Challenging BIG-Bench tasks and whether chain-of-thought can solve them. In Findings of the Association for Computational Linguistics, pages 13003โ13051, 2023. R. Vivek, K. Ethayarajh, D. Yang, and D. Kiela. Anchor points: Benchmarking models with much fewer examples. In Conference of the European Chapter of the Association for Computational Linguistics, pages 1576โ1601, 2024. G. Wang, Z. Chen, B. Li, and H. Xu. Cer-Eval: Certifiable and cost-efficient evaluation framework for LLMs. arXiv preprint arXiv:2505.03814, 2025. Y. Wang, X. Ma, G. Zhang, Y. Ni, A. Chandra, S. Guo, W. Ren, A. Arulraj, X. He, Z. Jiang, T. Li, M. Ku, K. Wang, A. Zhuang, R. Fan, X. Yue, and W. Chen. MMLU-Pro: A more robust and challenging multi-task language understanding benchmark. In Advances in Neural Information Processing Systems (Track on Datasets and Benchmarks), 2024. G. Zhang, F. E. Dorner, and M. Hardt. How benchmark prediction from fewer data misses the mark. In Advances in Neural Information Processing Systems, 2025. H. Zhao, M. Li, L. Sun, and T. Zhou. BenTo: Benchmark reduction with in-context transferability. In International Conference on Learning Representations, 2025. J. Zhou, T. Lu, S. Mishra, S. Brahma, S. Basu, Y. Luan, D. Zhou, and L. Hou. Instruction-following evaluation for large language models. arXiv preprint arXiv:2311.07911, 2023. 16 BayesAME: Bayesian Active Model Evaluation A. BayesAME Details A.1. Posterior Distribution Computation In this section, we show the equivalence betweenํ(ํ| ํ C )andํ(ํ| ฬํ C 1:ํต )stated in Section 3.1. Based on this, we derive the two equivalent expressions for ํ ํ |C andฮฃ ํ |C given in Eq. (7) and Eq. (8). Recall that ฬํ C 1:ํต =( ฬํ C 1 , . . . , ฬํ C ํต ), where ฬํ C ํ = 1 ํ ํ ร ํโC ํ ํ ํ andC ํ denotes the subset ofํ ํ items inCthat are in bucket ํ. As ํ( ฬํ C ํ | ํ ํ )=N ํ ํ , ํ 2 ํ ํ ํ ํ , we have: ํ(ํ C ํ | ํ ํ ) โ exp โ 1 2ํ 2 ํ ํ โ๏ธ ํโC ํ (ํ ํ โ ํ ํ ) 2 ! = exp โ 1 2ํ 2 ํ ํ โ๏ธ ํโC ํ ((ํ ํ โ ฬํ C ํ )+( ฬํ C ํ โ ํ ํ )) 2 ! = exp โ 1 2ํ 2 ํ ํ โ๏ธ ํโC ํ (ํ ํ โ ฬํ C ํ ) 2 + ํ ํ ( ฬํ C ํ โ ํ ํ ) 2 !! = exp โ 1 2ํ 2 ํ ํ โ๏ธ ํโC ํ (ํ ํ โ ฬํ C ํ ) 2 ! exp โ ํ ํ 2ํ 2 ํ ํ ( ฬํ C ํ โ ํ ํ ) 2 โ exp โ ํ ํ 2ํ 2 ํ ํ ( ฬํ C ํ โ ํ ํ ) 2 โ ํ( ฬํ C ํ | ํ ํ ), where the proportionality is with respect to ํ ํ . This results into: ํ(ํ| ํ C ) โ ํ(ํ)ํ(ํ C | ํ)= ํ(ํ) ํต ร ํ=1; ํ ํ >0 ํ(ํ C ํ | ํ ํ ) โ ํ(ํ) ํต ร ํ=1; ํ ํ >0 ํ( ฬํ C ํ | ํ ํ )= ํ(ํ)ํ( ฬํ C 1:ํต | ํ) โ ํ(ํ| ฬํ C 1:ํต ), which establishes that ํ(ํ| ํ C )= ํ(ํ| ฬํ C 1:ํต ). Having shown this equivalence, we now derive the explicit form forํ(ํ| ํ C )= ํ(ํ| ฬํ C 1:ํต )through the Gaussian conditioning rule, which states that, for a joint distributionํ(ํฅ 1 , ํฅ 2 ), the conditional distributionํ(ํฅ 1 | ํฅ 2 )has mean ํ 1 +ฮฃ 12 ฮฃ โ1 22 (ํฅ 2 โ ํ 2 ) and covarianceฮฃ 11 โฮฃ 12 ฮฃ โ1 22 ฮฃ 21 . Recall thatํป C andํท C denote the submatrices ofํปandํทformed by the rows corresponding toC. The joint distribution of (ํ, ํ C ) can be written as: ํ ํ C โผN ํ ํ ํป C ํ ํ , ฮฃ ํ ฮฃ ํ ํป โค C ํป C ฮฃ ํ ํป C ฮฃ ํ ํป โค C + ํท C . Applying the Gaussian conditioning rule, we obtain: ํ ํ |C = ํ ํ +ฮฃ ํ ํป โค C (ํป C ฮฃ ํ ํป โค C + ํท C ) โ1 (ํ C โ ํป C ํ ํ ), ฮฃ ํ |C =ฮฃ ํ โฮฃ ํ ํป โค C (ํป C ฮฃ ํ ํป โค C + ํท C ) โ1 ํป C ฮฃ ํ , which corresponds to Eq. (7). Letฮbe a diagonal noise matrix with entriesฮ ํ,ํ = ํ 2 ํ ํ /ํ ํ . The joint distribution of(ํ, ฬํ C 1:ํต )can be written as: ํ ฬํ C 1:ํต โผN ํ ํ ํ ํ , ฮฃ ํ ฮฃ ํ ฮฃ ํ ฮฃ ํ +ฮ . 17 BayesAME: Bayesian Active Model Evaluation Applying the Gaussian conditioning rule, we obtain: ํ ํ |C = ํ ํ +ฮฃ ํ (ฮฃ ํ +ฮ) โ1 ( ฬํ C 1:ํต โ ํ ํ ), ฮฃ ํ |C =ฮฃ ํ โฮฃ ํ (ฮฃ ํ +ฮ) โ1 ฮฃ ํ , which corresponds to Eq. (8). A.2. Performance Estimator In this section, we discuss the estimator ห ํ ํถํ (Eq. (4)) that we use in the non-unique reference regimeํต < ํโํ 0 . To simplify the exposition, we adopt an item-level, rather than bucket-level, description. Specifically, for an item(ํฅ ํ , ํฆ ํ )belonging to bucketํ, we useํ ํ|C to denoteํผ[ํ ํ | ํ C ]. We can rewrite Eq. (4) at the item-level as: ห ํ CV = 1 ํ โ๏ธ ํโC ํ ํ โ ํ ํ|C + 1 ํ ํ โ๏ธ ํ=1 ํ ํ|C . This estimator can be seen as an in-sample proxy of the following control variate estimator that uses out-of- sample posteriors: ห ํ CVO = 1 ํ โ๏ธ ํโC ยฉ ยญ ยซ ํ ํ โ ํ ํ|C\ํ + 1 ํ ํ โ๏ธ ํ=1 ํ ํ|C\ํ ยช ยฎ ยฌ . Note that the in-sample proxy estimator avoids the computational bottleneck of recomputing the posterior for every held-out item. ห ํ CVO is unbiased with respect to the random selection of the coreset as shown below. LetC=(ํ 1 , . . . , ํ ํ )be constructed by sampling items uniformly at random with replacement, such thatํ ํ โผ ํ(1, . . . , ํ). ห ํ CVO can be expressed as: ห ํ CVO = 1 ํ ํ โ๏ธ ํ=1 ยฉ ยญ ยซ ํ ํ ํ โ ํ ํ ํ |C\ํ ํ + 1 ํ ํ โ๏ธ ํ=1 ํ ํ|C\ํ ํ ยช ยฎ ยฌ . Taking the unconditional expectation with respect to the random selection of the coresetC yields: ํผ[ ห ํ CVO ]= 1 ํ ํ โ๏ธ ํ=1 ํผ[ํ ํ ํ ]โ 1 ํ ํ โ๏ธ ํ=1 ยฉ ยญ ยซ ํผ ํ ํ ํ |C\ํ ํ โ 1 ํ ํ โ๏ธ ํ=1 ํผ ํ ํ|C\ํ ํ ยช ยฎ ยฌ .(10) We first focus on the term ํผ ํ ํ ํ |C\ํ ํ . Using the Law of Total Expectation, we have: ํผ ํ ํ ํ |C\ํ ํ = ํผ C\ํ ํ ํผ ํ ํ ํ |C\ํ ํ |C\ํ ํ . Becauseํ ํ is drawn independently from the remaining coreset itemsC\ํ ํ , the inner expectation over the uniform draw of ํ ํ is exactly the population mean: ํผ ํ ํ ํ |C\ํ ํ = ํผ C\ํ ํ ๏ฃฎ ๏ฃฏ ๏ฃฏ ๏ฃฏ ๏ฃฏ ๏ฃฐ 1 ํ ํ โ๏ธ ํ=1 ํ ํ|C\ํ ํ ๏ฃน ๏ฃบ ๏ฃบ ๏ฃบ ๏ฃบ ๏ฃป = 1 ํ ํ โ๏ธ ํ=1 ํผ ํ ํ|C\ํ ํ . Plugging this into Eq. (10), the second term cancels out, resulting in: ํผ[ ห ํ CVO ]= 1 ํ ํ โ๏ธ ํ=1 ํผ[ํ ํ ํ ]= 1 ํ ํ โ๏ธ ํ=1 ํผ C\ํ ํ [ํผ[ํ ํ ํ |C\ํ ํ ]]= 1 ํ ํ โ๏ธ ํ=1 ํผ C\ํ ํ ๏ฃฎ ๏ฃฏ ๏ฃฏ ๏ฃฏ ๏ฃฏ ๏ฃฐ 1 ํ ํ โ๏ธ ํ=1 ํ ํ ๏ฃน ๏ฃบ ๏ฃบ ๏ฃบ ๏ฃบ ๏ฃป = 1 ํ ํ โ๏ธ ํ=1 ํ ํ = ํ . Remark: In practice, the coreset is sampled without replacement. This breaks strict independence, introducing a weak dependence betweenํ ํ andC\ํ ํ and yielding a residual bias. However, this value is negligible when ํ โซ 1. 18 BayesAME: Bayesian Active Model Evaluation A.3. Stopping Criterion Recall that, to monitor posterior uncertainty about the random variableํ , we consider the width of the 95% credible interval forํ , which is governed byVar(ํ | ํ C ). Crucially, this quantity is not tied to a particular choice of point estimator. This distinction is important in the non-unique reference regime,ํต < ํโ ํ 0 , where we use the control-variate estimator ห ํ CV in Eq. (4). Our stopping criterion deliberately separates these two roles: the stability condition(ํ)is applied to the reported estimator ห ํ CV , whereas the credible-interval condition(ํ)is applied to the target quantity ํ . A natural alternative would be to define a random variableํ CV = 1 ํ ร ํโC ํ ํ + ร ํต ํ=1 ํ ํ ํ โ ํ ํ ํ ํ ํ and use Var(ํ CV | ํ C )in the stopping criterion. However, this variance is not reliable as a measure of uncertainty about ํ since it vanishes wheneverํ ํ /ํ= ํ ํ /ํ, which occurs, e.g., when there is only one bucket. Another possible estimator-specific diagnostic is the posterior MSE,ํผ[(ํ โ ห ํ CV ) 2 | ํ ํถ ]= Var(ํ | ํ C )+( ห ํ Bayes โ ห ํ CV ) 2 . This is a valid posterior risk criterion under squared-error loss: the first term captures residual uncertainty aboutํ , while the second captures the conditional bias ofํ CV relative to the posterior mean. We useVar(ํ | ํ C )as the default uncertainty measure because it preserves a direct credible-interval interpretation for the benchmark performance and avoids conflating posterior uncertainty with the deliberate correction introduced by the control-variate estimator. The estimator-specific discrepancy is instead monitored through the stability condition (ํ). A.4. Hyperparameter Optimization Single-target Setting We tune the hyperparametersํผandํฝ, which govern the prior covarianceฮฃ ํ , by minimizing the negative log-marginal likelihoodL(ํผ, ํฝ)of the coreset scores. As established in Appendix A.1, the conditional likelihoodsํ(ํ C | ํ)andํ( ฬํ C 1:ํต | ํ)are proportional up to a constant independent ofํ. As a result, their negative log-marginal likelihoods differ only by a constant independent ofํผandํฝ. Therefore, to evaluate the objective efficiently, we defineL(ํผ, ํฝ) as: L(ํผ, ํฝ)= ( 1 2 (ํ C โ ํป C ํ ํ ) โค (ํป C ฮฃ ํ ํป โค C + ํท C ) โ1 (ํ C โ ํป C ํ ํ )+ 1 2 log|ํป C ฮฃ ํ ํป โค C + ํท C | if ํ < ํต 1 2 ( ฬํ C 1:ํต โ ํ ํ ) โค (ฮฃ ํ +ฮ) โ1 ( ฬํ C 1:ํต โ ํ ํ )+ 1 2 log|ฮฃ ํ +ฮ|if ํโฅ ํต (11) For additional efficiency and to maintain numerical stability, we employ a Cholesky decomposition of the respective covariance matrix. We perform this minimization via an L-BFGS-B optimizer (Byrd et al., 1995), constraining the parameters with a small lower bound of 10 โ5 to ensure the covariance matrix remains positive definite. Multi-target Setting We tune the hyperparametersํผ ํ andํฝ ํ which govern the prior covarianceฮฃ ํ,ํ , as well as the model-specific weightsํค ํก ํ ํพ ํก ํก=1 for eachํ=1, . . . , ํฟ. Additionally, we learn the noise varianceํ 2 instead of keeping it fixed as for the single-target setting. This turns minimizing the negative log-marginal likelihood into a highly non-convex, joint optimization problem. Consequently, instead of L-BFGS-B, we employ AdamW (Loshchilov and Hutter, 2019). AdamW leverages momentum to successfully navigate complex loss surfaces and provides adaptive, per-parameter learning rates, which are essential for handling parameters that operate on fundamentally different scales. Because the hyperparameters naturally stabilize as the coreset grows, we deploy an adaptive computational schedule that executes 500 gradient steps during the initial active learning iterations and progressively decreases this count in later iterations to significantly reduce computational overhead. To ensure numerical stability throughout the training process, we clip the values ofํผ ํ ,ํฝ ํ , andํ 2 after each update, enforcing a lower bound of 10 โ4 . 19 BayesAME: Bayesian Active Model Evaluation B. BayesAME Single-target Variants B.1. Batch Selection Strategies We extend the approach from the main text by introducing selection strategies that identify an optimal batch of itemsํด, rather than a single item. We focus on the nearly unique reference regimeํตโฅ ํโ ํ 0 . To simplify the presentation, we denoteฮฃ |C = ํปฮฃ ํ |C ํป โค + ํท, which in the case ํต= ํ simplifies toฮฃ |C =ฮฃ ํ |C + ํ 2 ํผ ํ . The extension of the expected information gain Eq. (6) from one item to a batch of items ํด is given by: ํผ IG (ํด)=H(ํ | ํ C )โ ํผ ํ ํด [H(ํ | ํ C , ํ ํด )] =โ 1 2 log 1โ 1 ํ 2 Var(ํ | ํ C ) (ฮฃ ํด,ํ|C 1 |ํ| ) โค ฮฃ โ1 ํด,ํด|C (ฮฃ ํด,ํ|C 1 |ํ| ) , whereฮฃ ํด,ํ|C denotes the submatrix ofฮฃ |C of columns and rows corresponding toํดand the unevaluated set ํ= ํธ , respectively, and 1 |ํ| is a|ํ|-dimensional vector of ones. A fundamental property of Gaussian conditioning where the noise is not a function of the score value implies thatฮฃ |C depends only on the score indexes rather than their actual values. This means that batch selection strategies simplify to a purely combinatorial problem of identifying an optimal batch of indices. Once this optimal batch is identified, the specific sequence in which these items are evaluated is arbitrary. Because the expected information gain is strictly monotonically increasing with respect to the variance reduction, maximizing ํผ IG (ํด) is equivalent to maximizing the variance reduction term: ํฝ(ํด)= 1 ํ 2 (ฮฃ ํด,ํ|C 1 |ํ| ) โค ฮฃ โ1 ํด,ํด|C (ฮฃ ํด,ํ|C 1 |ํ| ).(12) Therefore, for a batch ํด of specified size |ํด|= ํ, we obtain the following optimization problem: ํด โ = argmax ํดโํ,|ํด|=ํ ํฝ(ํด).(13) Batch Size|ํด|=2 When|ํด|=2, we can derive a closed-form expression ofํฝ(ํด=ํ, ํ)that can be efficiently vectorized: ํฝ(ํ, ํ)= 1 ํ 2 ํ ํ ํ ํ ฮฃ ํ,ํ|C ฮฃ ํ,ํ|C ฮฃ ํ,ํ|C ฮฃ ํ,ํ|C โ1 ํ ํ ํ ํ = 1 ํ 2 ํ 2 ํ ฮฃ ํ,ํ|C + ํ 2 ํ ฮฃ ํ,ํ|C โ 2ํ ํ ํ ํ ฮฃ ํ,ํ|C ฮฃ ํ,ํ|C ฮฃ ํ,ํ|C โฮฃ 2 ํ,ํ|C , where ํ ํ = ร ํโํ ฮฃ ํ,ํ|C and similarly for ํ ํ . Batch Size|ํด| >2 As the batch size|ํด|grows, an exhaustive search over all |ํ| |ํด| subsets requiresO(|ํ| |ํด| |ํด| 3 ) operations, which quickly becomes computationally infeasible even for moderate|ํ|. We address this by replacing the exhaustive search with an approximation algorithm that scales linearly with|ํ|. Specifically, we use heuristic warm-start strategies to identify initial candidate batches, followed by a combination of local search and Sequential Monte Carlo (SMC). Coupling local search with SMC prevents the algorithm from getting stuck in local optima: we maintain a population of candidate batches, apply local search to each independently, and resample them according to their fitness ํฝ(ํด). We use the following warm-start strategies: โขLARS: Solve anโ 1 -penalized continuous relaxation of Eq. (13). In particular, forํค โ โ ํ define the following function: ํ(ํค)= 1 2 ํค โค ฮฃ |C ํคโ ํค โค ํฃ, where ํฃ=ฮฃ ํธ,ํ|C 1 |ํ| . Fix a subset ํด and let ํค ํด ํ = 0. The gradient of ํ with respect to ํค ํด is โ ํค ํด ํ=ฮฃ ํด,ํด|C ํค ํด โ ํฃ ํด , 20 BayesAME: Bayesian Active Model Evaluation whereํฃ ํด =ฮฃ ํด,ํ|C 1 |ํ| . Setting the gradient to zero yields the optimizerํค โ ํด =ฮฃ โ1 ํด,ํด|C ํฃ ํด . Substitutingํค โ ํด into ํ gives ํ(ํค โ ํด )=โ 1 2 ํฃ โค ํด ฮฃ โ1 ํด,ํด|C ํฃ ํด =โ ํ 2 2 ํฝ(ํด). Therefore, maximizingํฝ(ํด)over all subsetsํดof sizeํis equivalent to solving theโ 0 -constrained quadratic program min ํคโโ ํ 1 2 ํค โค ฮฃ |C ํคโ ํค โค ํฃ subject to โฅํคโฅ 0 โค ํ. Since this problem is NP-hard, we instead consider the standard โ 1 relaxation min ํคโโ ํ 1 2 ํค โค ฮฃ |C ํคโ ํค โค ํฃ+ ํโฅํคโฅ 1 , ํ > 0. To solve this, we apply the least angle regression (LARS) algorithm to efficiently extract an initial active set of |ํด| items. โขDPP: Sample multiple diverse initial batches using aํ-determinantal point process (ํ-DPP) (Kulesza and Taskar, 2011) restricted to size|ํด|, using the posterior covariance matrix of the candidates as the likelihood kernel. โขClust: Performํพ-means clustering on the reference model score vectorsํ ํ to partition the candidate pool into|ํด|distinct clusters. Generate multiple initial sets by uniformly sampling one item from each cluster. Crucially, during the local search phase, evaluating a neighbor where only a single item in the candidate batch is swapped can be computed highly efficiently using rank-2 updates. Suppose we wish to recompute the inverse in Eq. (12) after a swap. Letํ ํด =ฮฃ ํด,ํด|C be the original|ํด|ร|ํด|matrix andํ โฒ ํด =ฮฃ ฬ ํด, ฬ ํด|C be the updated matrix. If theํ-th item is swapped fromํดto ฬ ํด, thenํ ํด andํ โฒ ํด differ only by theirํ-th row and column. Let ํ ํ โ โ |ํด| denote theํ-th standard basis vector (a vector of zeros with a 1 at theํ-th coordinate). Letํ ํ be theํ-th column ofํ ํด and ฬํ ํ be the corresponding column inํ โฒ ํด . Defining the difference vectorํ= ฬํ ํ โ ํ ํ , we can express the update as: ํ โฒ ํด = ํ ํด + ํํ โค ํ + ํ ํ ํ โค โ ํ ํ ํ ํ ํ โค ํ , where ํ ํ denotes the ํ-th coordinate of ํ. This can be factorized into ํ โฒ ํด = ํ ํด + ํํ โค , where ํ= ํ ํ ํโ 1 2 ํ ํ ํ ํ , ํ= ํโ 1 2 ํ ํ ํ ํ ํ ํ . This rank-2 factorization allows us to apply the Woodbury matrix identity: (ํ ํด + ํํ โค ) โ1 = ํ โ1 ํด โ ํ โ1 ํด ํ(ํผ 2 + ํ โค ํ โ1 ํด ํ) โ1 ํ โค ํ โ1 ํด . Becauseํ โค ํ โ1 ํด ํis only a 2ร2 matrix, evaluating this update is extremely fast. We can plug this inverted matrix directly back into Eq. (12), reducing the computational complexity of evaluating a neighbor to just O(|ํด| 2 ) instead ofO(|ํด| 3 ). Once the optimal batchํด โ is found, we can proceed in two different ways: (i) Myo: We evaluate the target model on all items inํด โ simultaneously. Batch evaluation allows us to maximize throughput when multiple evaluations can be processed in parallel; or (i) Non-Myo: We select a single item from it at random. Because this item is selected based on an optimal future horizon rather than just the immediate next step, this renders the active selection non-myopic. Figure 4 presents the RMSE Log, RMSE Gain, and Cost-Accuracy Trade-Off for GPQA with binary (left two columns) and continuous (right two columns) scores. We evaluate the selection strategies outlined above using batch sizes of|ํด|=2 and|ํด|=5. We observe that the overall performance of these batch approaches is similar to that of the single-item selection strategy. Table 2 compares the Evaluation-Weighted Integrated RMSE achieved by BayesAME with single- candidate selection, random selection, bath selection with|ํด|=2 using both myopic (Myo) and non-myopic (Non-Myo) criteria, and Bayes-AIPW across the different benchmarks. Consistent with the results of Figure 4, BayesAME with batch size|ํด|=2 exhibits performance similar to that of myopic single-candidate selection under both the myopic and non-myopic variants. 21 BayesAME: Bayesian Active Model Evaluation InterpolationExtrapolationInterpolationExtrapolation 50% 90% 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME |A|=2 Myo BayesAME |A|=2 Non-Myo BayesAME |A|=5 Myo LARS BayesAME |A|=5 Myo DPP BayesAME |A|=5 Myo Clust BayesAME-RS RS-Mean 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME |A|=2 Myo BayesAME |A|=2 Non-Myo BayesAME |A|=5 Myo LARS BayesAME |A|=5 Myo DPP BayesAME |A|=5 Myo Clust BayesAME-RS RS-Mean 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME |A|=2 Myo BayesAME |A|=2 Non-Myo BayesAME |A|=5 Myo LARS BayesAME |A|=5 Myo DPP BayesAME |A|=5 Myo Clust BayesAME-RS RS-Mean 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME |A|=2 Myo BayesAME |A|=2 Non-Myo BayesAME |A|=5 Myo LARS BayesAME |A|=5 Myo DPP BayesAME |A|=5 Myo Clust BayesAME-RS RS-Mean 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 InterpolationExtrapolationInterpolationExtrapolation 50% 90% 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 InterpolationExtrapolationInterpolationExtrapolation 50% 90% 707580859095100 0.2 0.4 0.6 0.8 BayesAME BayesAME |A|=2 Myo BayesAME |A|=2 Non-Myo BayesAME |A|=5 Myo LARS BayesAME |A|=5 Myo DPP BayesAME |A|=5 Myo Clust BayesAME-RS RS-Mean 707580859095100 0.2 0.4 0.6 0.8 BayesAME BayesAME |A|=2 Myo BayesAME |A|=2 Non-Myo BayesAME |A|=5 Myo LARS BayesAME |A|=5 Myo DPP BayesAME |A|=5 Myo Clust BayesAME-RS RS-Mean 707580859095100 0.2 0.4 0.6 0.8 707580859095100 0.2 0.4 0.6 0.8 2030405060708090100 0.2 0.4 0.6 0.8 1.0 BayesAME BayesAME |A|=2 Myo BayesAME |A|=2 Non-Myo BayesAME |A|=5 Myo LARS BayesAME |A|=5 Myo DPP BayesAME |A|=5 Myo Clust BayesAME-RS RS-Mean 2030405060708090100 0.2 0.4 0.6 0.8 1.0 BayesAME BayesAME |A|=2 Myo BayesAME |A|=2 Non-Myo BayesAME |A|=5 Myo LARS BayesAME |A|=5 Myo DPP BayesAME |A|=5 Myo Clust BayesAME-RS RS-Mean 2030405060708090100 0.2 0.4 0.6 0.8 1.0 2030405060708090100 0.2 0.4 0.6 0.8 1.0 Figure 4|Single-target Setting. GPQA with binary scores (left two columns) and continuous scores (right two columns). RMSE Log (top two rows) and RMSE Gain (central two rows), and Cost-Accuracy Trade-Off (bottom two rows) across 50%, and 90% of reference models (percentages with unique reference scoresํต= ํ). B.2. Metadata-Weighted Prior Distribution When rich metadata (such as, model size, training data, or hyperparameter configurations) is available for both the reference and target models, we can formulate a weighted prior distribution. Specifically, we define a weight vectorํค=(ํค 1 , . . . , ํค ํพ ํ ), whereํค ํ โฅ0 captures the prior positive correlation between reference model ํ and the target model, with ร ํพ ํ ํ=1 ํค ํ = 1. We then consider the prior distribution ํ(ํ)=N(ํ ํ ,ฮฃ ํ ) with ํ ํ ํ = ํ โค ํ ํค,ฮฃ ํ ํ,ํ โฒ = ํผexp โ ํฝ ํพ ํ (ํ ํ โ ํ ํ โฒ ) โค ํ(ํ ํ โ ํ ํ โฒ ) , whereํ= diag(ํค). In practice, public leaderboards rarely provide sufficiently detailed metadata to calibrate these weights reliably, so we assign uniform weights across the reference models ํค ํ = 1/ํพ ํ . 22 BayesAME: Bayesian Active Model Evaluation BenchmarksBayesAME BayesAME-RS BayesAME |A|=2 Myo BayesAME |A|=2 Non-Myo Bayes-AIPW Binary GPQAInterpolation61.5466.3862.0861.5167.21 Extrapolation68.9172.6569.4369.5073.41 MMLU-ProInterpolation30.1830.18--30.68 Extrapolation37.2037.20--37.69 BBHInterpolation31.7036.3530.5130.9835.54 Extrapolation38.3542.0238.4738.6641.34 ARC-ChallengeInterpolation36.5336.53--36.68 Extrapolation36.5636.56--38.03 MuSRInterpolation47.8647.86--49.18 Extrapolation54.1954.19--56.72 IFEvalInterpolation49.5356.1449.9950.0056.71 Extrapolation58.0858.08--60.52 Continuous GPQAInterpolation30.5834.4230.8429.8835.21 Extrapolation40.4040.7541.1740.7646.77 MMLU-ProInterpolation13.1117.1013.14 13.3217.19 Extrapolation26.8231.1026.2426.6031.33 BBHInterpolation13.04 17.5412.8113.1318.01 Extrapolation29.8035.5730.6230.4933.64 ARC-ChallengeInterpolation26.0426.47--26.19 Extrapolation33.1633.16--33.05 MuSRInterpolation27.8333.4227.9427.4334.34 Extrapolation36.9642.5635.7036.5743.69 Natural QA Openbook Interpolation28.2629.6828.4128.8929.12 Extrapolation20.8328.3620.4320.7927.70 Table 2|Evaluation-Weighted Integrated RMSE for 50% reference models. A dash - denotes that we are in a non-unique reference regime. Therefore, selection defaults to random and the entry is omitted. B.3. Logit-Normal Prior Distribution While achieving strong empirical performance, a Gaussian prior distribution onํis not the best choice for binary and bounded continuous scores from a modeling viewpoint, as it assigns positive probability mass outside the true support. Below, we describe more appropriate alternative formulations that we considered. Caseํ ํ โ [0,1]We introduce a logit-normal model that respects the support of scores. Specifically, we map both the latent abilities and the observed scores to the unconstrained real line using the logit transformation. We define the latent variable vectorํ= ( ํ 1 , . . . , ํ ํต ), whereํ ํ = logit(ํ ํ )= ln ํ ํ 1โํ ํ , and assign a Gaussian prior distribution on it. The scores are similarly transformed, and we assume a Gaussian conditional distribution ํ(logit(ํ ํ )| ํ ํ )=N( ํ ํ , ํ ํ ํ 2 )for an itemํbelonging to bucketํ. The posterior distribution ofํ=( ํ 1 , . . . , ํ ํต ) conditioned on ํ C is given by: ํ( ํ | ํ C ) โ ํ( ํ) ร ํโC ํ(logit(ํ ํ )| ํ). Under this specification, ํ( ํ | ํ C ) is itself Gaussian and inference over ํ remains fully tractable. Caseํ ํ โ 0,1Similarly to above, consider the latent variable vectorํ=( ํ 1 , . . . , ํ ํ ), whereํ ํ = logit(ํ ํ ), and assign a Gaussian prior distribution on it. In the case of binary responses, a more appropriate model would use a Bernoulli likelihood of the form ํ(ํ ํ | ํ)= ํ( ํ ํ ) ํ ํ (1โ ํ( ํ ํ )) 1โํ ํ , for an itemํbelonging to bucketํ. Then, the posterior distribution ofํ= ( ํ 1 , . . . , ํ ํต )conditioned onํ C is given by: ํ( ํ | ํ C ) โ ํ( ํ) ร ํโC ํ(ํ ํ | ํ). 23 BayesAME: Bayesian Active Model Evaluation InterpolationExtrapolationInterpolationExtrapolation 50% 90% 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAME-Logit BayesAME-Logit-RS 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAME-Logit BayesAME-Logit-RS 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAME-Logit BayesAME-Logit-RS 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAME-Logit BayesAME-Logit-RS 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 Figure 5|Single-target Setting. GPQA with binary scores (left two columns) and continuous scores (right two columns). RMSE Log across 50% and 90% of reference models. In this case, we can resort to variational inference or a Laplace approximation (Rasmussen and Williams, 2006) to compute the posterior. However, we are interested in the posterior ofํ= ํ( ํ)=(1+ ํ โ ํ ) โ1 , conditioned onํ C . The posterior mean can be computed as: ํผ[ํ ํ | ํ C ]= โซ ํ( ํ ํ )ํ( ํ | ํ C ) dํ, which does not admit a closed-form solution because of the nonlinearity ofํ. We consider three strategies for approximating this integral. โขMonte Carlo estimation. The main drawback is that obtaining accurate estimates for allํitems requires a large number of samples, which is prohibitive inside the sequential active learning loop. โขOther numerical integration methods. We can approximateํ( ํ ํ )in the integral with a rescaled probit function that has the same slope at the origin (MacKay, 1992), obtaining: ํผ[ํ ํ | ํ C ] โ ํ ํผ[ ํ ํ | ํ C ] โ๏ธ 1+ ํVar( ํ ํ |ํ C )/8 . โขLinear approximation. Following Osborne et al. (2012), we linearize the logistic term around a reference point ํ ํ,0 , that is, ํ( ํ ํ )= ํ( ํ ํ,0 )+ ํ( ํ ํ,0 )(1โ ํ( ํ ํ,0 ))( ํ ํ โ ํ ํ,0 ) Under this approximation, the posterior mean ofํadmits a closed-form expression. To select the reference point, we introduce an auxiliary multivariate Gaussian model in the original space and setํ( ํ ํ,0 )to be its posterior mean givenํ C , i.e.,ํ( ํ ํ,0 )= ํผ[ํ ํ | ํ C ], clipping the value to[0,1]if necessary to remain within the valid range. Although this auxiliary Gaussian model is not appropriate as it does not have the correct range, it is used solely to inform the choice of ํ ํ,0 . While these alternative formulations offer a more principled treatment of the score support, they require approximate inference at every step and introduce substantial computational overhead. In practice, we found that these approximations resulted in worse performance. For example, Figure 5 compares BayesAME and BayesAME-RS with their corresponding versions using logit-normal models (BayesAME-Logit and BayesAME-Logit-RS) on GPQA for both binary and continuous scores, using the linear approximation described above to derive the posterior forํ. For both settings and regardless of the selection strategy, BayesAME and BayesAME-RS outperform the logit-normal formulation. 24 BayesAME: Bayesian Active Model Evaluation C. Experimental Details and Additional Results C.1. Implementations Details BayesAME For the single-target setting, we use Algorithm 1 withํ 2 =10 โ4 whenํตโฅ ํโ ํ 0 andํ 2 =10 โ1 otherwise,ํ 0 =10,ํ=30. As described in Appendix A.4, optimization is performed using L-BFGS-B with ํผ 0 = ํฝ 0 = 1, and ํน= 50. For the multi-target setting, we setํ 0 =10, andํ=30. Of theํฟcovariances, half are squared exponential (Eq. (1)) and the rest are Matรฉrn-3/2. As described in Appendix A.4, optimization is performed using AdamW, withํผ ํ andํฝ ํ initialized to 1, eachํค ํก ํ to a sample fromN(0,0.01), andํ 2 to 0.1 for binary scores and to 0.01 for continuous scores. We useํน=50, and learning rateํ=0.01 for binary scores andํ=0.001 for continuous scores. We set the marginํ 0 =10 to safely handle regimes where reference scores are nearly unique across items. Empirically, we identified a specific failure mode for active selection: when almost all items have unique combinations of reference scores (effectively forming singleton buckets), but one single bucket contains a significantly larger number of items, the active selection biases the posterior estimation and degrades performance. Enforcingํ 0 =10 prevents the algorithm from relying on active selection in this skewed regime, yielding stable results across all scenarios considered in this work. While fixingํ 0 =10 serves as a safe value, because the total number of buckets and the exact distribution of items across them are fully known to the algorithm, a more sophisticated future approach could explicitly incorporate this distributional information to set more suitable, benchmark-specific values. We conjecture that larger threshold values may be admissible when bucket sizes are strictly balanced, as the observed estimation bias appears to be driven by the presence of a single, severely unbalanced bucket. When selecting items in batches, we scale the window sizeํproportionally. Specifically, for a batch size|ํต|, we set ํ= 30/|ํต|. Baselines For Bayes-AIPW, Bayes-RS-Learn, and Seq-APW, we adapt the implementations of AIPW, Random-Sampling-Learn, and APW, respectively, provided by Zhang et al. (2025) inhttps://github.com /socialfoundations/benchmark-prediction . In Bayes-AIPW and Bayes-RS-Learn, we replace the linear ridge regression with its Bayesian counterpart as implemented inscikit-learnlibrary using the default setting (Pedregosa et al., 2011). For ProEval, we use the implementation provided by Huang et al. (2026) inhttps://github.com/google-deepmind/proeval. For IRT, we implement the binary and continuous approaches based on the methodology outlined in Polo et al. (2024) and Chen et al. (2019), respectively. C.2. Additional Benchmark Details For BBH, we only consider a subset of scenarios: temporal sequences, salient translation error detection, tracking shuffled objects (seven objects), geometric shapes, and reasoning about colored objects. For MMLU-Pro, we also restrict our evaluation to a subset of subjects, namely business and law, resulting in a total of 1890 items. C.3. Additional Results Single Target Setting Figure 6 shows that our Bayesian extension of AIPW matches or outperforms the original method of Zhang et al. (2025). We present extended results for all benchmarks considered. To facilitate navigation of the plots, Table 3 summarizes the figures corresponding to each benchmark and evaluation metric. 25 BayesAME: Bayesian Active Model Evaluation Plot TypeGPQA MMLU-Pro BBH ARC-Challenge MuSR IFEval Natural QA Openbook RMSE Log, RMSE Gain & Cost-Accuracy Tradeoff78910111212 Spearman Correlation13โ13โ Table 3 | Figure index for the extended experimental results across all benchmarks. InterpolationExtrapolationInterpolationExtrapolation 10% 50% 90% 20406080 2 1 0 1 2 3 4 5 6 BayesAIPW AIPW RS-Mean 20406080 2 1 0 1 2 3 4 5 6 BayesAIPW AIPW RS-Mean 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 BayesAIPW AIPW RS-Mean 20406080 2 1 0 1 2 3 4 5 6 BayesAIPW AIPW RS-Mean 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 InterpolationExtrapolationInterpolationExtrapolation 10% 50% 90% 20406080 2 1 0 1 2 3 4 5 6 BayesAIPW AIPW RS-Mean 20406080 2 1 0 1 2 3 4 5 6 BayesAIPW AIPW RS-Mean 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 BayesAIPW AIPW RS-Mean 20406080 2 1 0 1 2 3 4 5 6 BayesAIPW AIPW RS-Mean 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 Figure 6|Single-target Setting. GPQA (top three rows) and MMLU-Pro (bottom three rows) with binary scores (left two columns) and continuous scores (right two columns). RMSE Log for the AIPW ablation study across varying proportions of reference models (10%, 50%, and 90%) ablation for AIPW. C.4. Multi-target Setting Figure 14 show the results comparing BayesAME Multi-target with BayesAME Single-target on GPQA using both binary and continuous scores. Figure 15 reports results for the alternative selection strategy introduced in Section 3.2, which selects items based on the average marginalized information gain across target models. 26 BayesAME: Bayesian Active Model Evaluation InterpolationExtrapolationInterpolationExtrapolation 10% 50% 90% 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 InterpolationExtrapolationInterpolationExtrapolation 10% 50% 90% 20406080 2 1 0 1 2 3 4 5 6 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 2 1 0 1 2 3 4 5 6 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 2 1 0 1 2 3 4 5 6 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 20406080 2 1 0 1 2 3 4 5 6 InterpolationExtrapolationInterpolationExtrapolation 10% 50% 90% 80859095100 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 BayesAME BayesAME-RS BayesAIPW RS-Mean 80859095100 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 BayesAME BayesAME-RS BayesAIPW RS-Mean 80859095100 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 80859095100 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 80859095100 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 80859095100 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 5060708090100 0.2 0.4 0.6 0.8 BayesAME BayesAME-RS BayesAIPW RS-Mean 5060708090100 0.2 0.4 0.6 0.8 BayesAME BayesAME-RS BayesAIPW RS-Mean 5060708090100 0.2 0.4 0.6 0.8 5060708090100 0.2 0.4 0.6 0.8 5060708090100 0.2 0.4 0.6 0.8 5060708090100 0.2 0.4 0.6 0.8 Figure 7|Single-target Setting. GPQA with binary scores (left two columns) and continuous scores (right two columns). RMSE Log (top three rows), RMSE Gain (middle three rows), and Cost-Accuracy Trade-Off (bottom three rows) across varying proportions of reference models. 27 BayesAME: Bayesian Active Model Evaluation InterpolationExtrapolationInterpolationExtrapolation 10% 50% 90% 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 InterpolationExtrapolationInterpolationExtrapolation 10% 50% 90% 20406080 0 2 4 6 8 10 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 0 2 4 6 8 10 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 0 2 4 6 8 10 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 InterpolationExtrapolationInterpolationExtrapolation 10% 50% 90% 5060708090100 0.0 0.2 0.4 0.6 0.8 1.0 BayesAME BayesAME-RS BayesAIPW RS-Mean 5060708090100 0.0 0.2 0.4 0.6 0.8 1.0 BayesAME BayesAME-RS BayesAIPW RS-Mean 5060708090100 0.0 0.2 0.4 0.6 0.8 1.0 5060708090100 0.0 0.2 0.4 0.6 0.8 1.0 5060708090100 0.0 0.2 0.4 0.6 0.8 1.0 5060708090100 0.0 0.2 0.4 0.6 0.8 1.0 20406080100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 20406080100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 20406080100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 20406080100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 Figure 8|Single-target Setting. MMLU-Pro with binary scores (left two columns) and continuous scores (right two columns). RMSE Log (top three rows), RMSE Gain (middle three rows), and Cost-Accuracy Trade-Off (bottom three rows) across varying proportions of reference models. 28 BayesAME: Bayesian Active Model Evaluation InterpolationExtrapolationInterpolationExtrapolation 10% 50% 90% 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 InterpolationExtrapolationInterpolationExtrapolation 10% 50% 90% 20406080 0 2 4 6 8 10 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 0 2 4 6 8 10 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 0 2 4 6 8 10 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 InterpolationExtrapolationInterpolationExtrapolation 10% 50% 90% 5060708090100 0.2 0.4 0.6 0.8 1.0 BayesAME BayesAME-RS BayesAIPW RS-Mean 5060708090100 0.2 0.4 0.6 0.8 1.0 BayesAME BayesAME-RS BayesAIPW RS-Mean 5060708090100 0.2 0.4 0.6 0.8 1.0 5060708090100 0.2 0.4 0.6 0.8 1.0 5060708090100 0.2 0.4 0.6 0.8 1.0 5060708090100 0.2 0.4 0.6 0.8 1.0 2030405060708090100 0.2 0.4 0.6 0.8 1.0 BayesAME BayesAME-RS BayesAIPW RS-Mean 2030405060708090100 0.2 0.4 0.6 0.8 1.0 BayesAME BayesAME-RS BayesAIPW RS-Mean 2030405060708090100 0.2 0.4 0.6 0.8 1.0 2030405060708090100 0.2 0.4 0.6 0.8 1.0 2030405060708090100 0.2 0.4 0.6 0.8 1.0 2030405060708090100 0.2 0.4 0.6 0.8 1.0 Figure 9|Single-target Setting. BBH with binary scores (left two columns) and continuous scores (right two columns). RMSE Log (top three rows), RMSE Gain (middle three rows), and Cost-Accuracy Trade-Off (bottom three rows) across varying proportions of reference models. 29 BayesAME: Bayesian Active Model Evaluation InterpolationExtrapolationInterpolationExtrapolation 10% 50% 90% 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 InterpolationExtrapolationInterpolationExtrapolation 10% 50% 90% 20406080 0 2 4 6 8 10 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 0 2 4 6 8 10 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 0 2 4 6 8 10 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 InterpolationExtrapolationInterpolationExtrapolation 10% 50% 90% 60708090100 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 BayesAME BayesAME-RS BayesAIPW RS-Mean 60708090100 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 BayesAME BayesAME-RS BayesAIPW RS-Mean 60708090100 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 60708090100 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 60708090100 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 60708090100 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 30405060708090100 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 BayesAME BayesAME-RS BayesAIPW RS-Mean 30405060708090100 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 BayesAME BayesAME-RS BayesAIPW RS-Mean 30405060708090100 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 30405060708090100 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 30405060708090100 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 30405060708090100 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 Figure 10|Single-target Setting. ARC-Challenge with binary scores (left two columns) and continuous scores (right two columns). RMSE Log (top three rows), RMSE Gain (middle three rows), and Cost-Accuracy Trade-Off (bottom three rows) across varying proportions of reference models. 30 BayesAME: Bayesian Active Model Evaluation InterpolationExtrapolationInterpolationExtrapolation 10% 50% 90% 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 InterpolationExtrapolationInterpolationExtrapolation 10% 50% 90% 20406080 0 2 4 6 8 10 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 0 2 4 6 8 10 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 0 2 4 6 8 10 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 20406080 0 2 4 6 8 10 InterpolationExtrapolationInterpolationExtrapolation 10% 50% 90% 707580859095100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 BayesAME BayesAME-RS BayesAIPW RS-Mean 707580859095100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 BayesAME BayesAME-RS BayesAIPW RS-Mean 707580859095100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 707580859095100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 707580859095100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 707580859095100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 5060708090100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 BayesAME BayesAME-RS BayesAIPW RS-Mean 5060708090100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 BayesAME BayesAME-RS BayesAIPW RS-Mean 5060708090100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 5060708090100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 5060708090100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 5060708090100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 Figure 11|Single-target Setting. MuSR with binary scores (left two columns) and continuous scores (right two columns). RMSE Log (top three rows), RMSE Gain (middle three rows), and Cost-Accuracy Trade-Off (bottom three rows) across varying proportions of reference models. 31 BayesAME: Bayesian Active Model Evaluation InterpolationExtrapolationInterpolationExtrapolation 10% 50% 90% 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 BayesAME BayesAME-RS BayesAIPW ProEval Seq-APW Bayes-RS-Learn IRT RS-Mean 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 020406080100 10 2 10 1 10 0 10 1 InterpolationExtrapolationInterpolationExtrapolation 10% 50% 90% 20406080 2 0 2 4 6 8 10 12 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 2 0 2 4 6 8 10 12 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 2 0 2 4 6 8 10 12 20406080 2 0 2 4 6 8 10 12 20406080 2 0 2 4 6 8 10 12 20406080 2 0 2 4 6 8 10 12 20406080 2 0 2 4 6 8 10 12 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 2 0 2 4 6 8 10 12 BayesAME BayesAME-RS BayesAIPW RS-Mean 20406080 2 0 2 4 6 8 10 12 20406080 2 0 2 4 6 8 10 12 20406080 2 0 2 4 6 8 10 12 20406080 2 0 2 4 6 8 10 12 InterpolationExtrapolationInterpolationExtrapolation 10% 50% 90% 707580859095100 0.2 0.4 0.6 0.8 1.0 1.2 BayesAME BayesAME-RS BayesAIPW RS-Mean 707580859095100 0.2 0.4 0.6 0.8 1.0 1.2 BayesAME BayesAME-RS BayesAIPW RS-Mean 707580859095100 0.2 0.4 0.6 0.8 1.0 1.2 707580859095100 0.2 0.4 0.6 0.8 1.0 1.2 707580859095100 0.2 0.4 0.6 0.8 1.0 1.2 707580859095100 0.2 0.4 0.6 0.8 1.0 1.2 2030405060708090100 0.0 0.2 0.4 0.6 0.8 1.0 BayesAME BayesAME-RS BayesAIPW RS-Mean 2030405060708090100 0.0 0.2 0.4 0.6 0.8 1.0 BayesAME BayesAME-RS BayesAIPW RS-Mean 2030405060708090100 0.0 0.2 0.4 0.6 0.8 1.0 2030405060708090100 0.0 0.2 0.4 0.6 0.8 1.0 2030405060708090100 0.0 0.2 0.4 0.6 0.8 1.0 2030405060708090100 0.0 0.2 0.4 0.6 0.8 1.0 Figure 12|Single-target Setting. IFEval with binary scores (left two columns) and Natural QA Openbook with continuous scores (right two columns). RMSE Log (top three rows), RMSE Gain (middle three rows), and Cost-Accuracy Trade-Off (bottom three rows) across varying proportions of reference models. 32 BayesAME: Bayesian Active Model Evaluation InterpolationExtrapolationInterpolationExtrapolation 10% 50% 90% 020406080100 0.0 0.2 0.4 0.6 0.8 1.0 BayesAME BayesAME-RS BayesAIPW RS-Mean 020406080100 0.0 0.2 0.4 0.6 0.8 1.0 BayesAME BayesAME-RS BayesAIPW RS-Mean 020406080100 0.0 0.2 0.4 0.6 0.8 1.0 020406080100 0.0 0.2 0.4 0.6 0.8 1.0 020406080100 0.0 0.2 0.4 0.6 0.8 1.0 020406080100 0.0 0.2 0.4 0.6 0.8 1.0 020406080100 0.0 0.2 0.4 0.6 0.8 1.0 BayesAME BayesAME-RS BayesAIPW RS-Mean 020406080100 0.0 0.2 0.4 0.6 0.8 1.0 BayesAME BayesAME-RS BayesAIPW RS-Mean 020406080100 0.0 0.2 0.4 0.6 0.8 1.0 020406080100 0.0 0.2 0.4 0.6 0.8 1.0 020406080100 0.0 0.2 0.4 0.6 0.8 1.0 020406080100 0.0 0.2 0.4 0.6 0.8 1.0 InterpolationExtrapolationInterpolationExtrapolation 10% 50% 90% 020406080100 0.0 0.2 0.4 0.6 0.8 1.0 BayesAME BayesAME-RS BayesAIPW RS-Mean 020406080100 0.0 0.2 0.4 0.6 0.8 1.0 BayesAME BayesAME-RS BayesAIPW RS-Mean 020406080100 0.0 0.2 0.4 0.6 0.8 1.0 020406080100 0.0 0.2 0.4 0.6 0.8 1.0 020406080100 0.0 0.2 0.4 0.6 0.8 1.0 020406080100 0.0 0.2 0.4 0.6 0.8 1.0 020406080100 0.0 0.2 0.4 0.6 0.8 1.0 BayesAME BayesAME-RS BayesAIPW RS-Mean 020406080100 0.0 0.2 0.4 0.6 0.8 1.0 BayesAME BayesAME-RS BayesAIPW RS-Mean 020406080100 0.0 0.2 0.4 0.6 0.8 1.0 020406080100 0.0 0.2 0.4 0.6 0.8 1.0 020406080100 0.0 0.2 0.4 0.6 0.8 1.0 020406080100 0.0 0.2 0.4 0.6 0.8 1.0 Figure 13|Single-target Setting. GPQA (top three rows) and BBH (bottom three rows) with binary scores (left two columns) and continuous scores (right two columns). Spearmanโs rank correlation across varying proportions of reference models. 33 BayesAME: Bayesian Active Model Evaluation Low correlationHigh correlationLow correlationHigh correlation 102030405060708090100 10 2 10 1 10 0 10 1 BayesAME Single-target BayesAME Multi-target BayesAME-RS Single-target BayesAIPW RS-Mean 102030405060708090100 10 2 10 1 10 0 10 1 BayesAME Single-target BayesAME Multi-target BayesAME-RS Single-target BayesAIPW RS-Mean 102030405060708090100 10 2 10 1 10 0 10 1 BayesAME Single-target BayesAME Multi-target BayesAME-RS Single-target BayesAIPW RS-Mean 102030405060708090100 10 2 10 1 10 0 10 1 BayesAME Single-target BayesAME Multi-target BayesAME-RS Single-target BayesAIPW RS-Mean 102030405060708090 2 0 2 4 6 8 102030405060708090 2 0 2 4 6 8 102030405060708090 2 0 2 4 6 8 102030405060708090 2 0 2 4 6 8 80859095100 0.2 0.4 0.6 0.8 80859095100 0.2 0.4 0.6 0.8 5060708090100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 5060708090100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 Figure 14|Multiple-target Setting. GPQA with binary scores (left two columns) and with continuous scores (right two columns). The rows represent RMSE Log, RMSE Gain, and Cost-Accuracy Trade-Off, respectively. We compare the multitarget method against methods that do not model correlations across targets. Low correlationHigh correlationLow correlationHigh correlation 102030405060708090100 10 2 10 1 10 0 10 1 BayesAME Single-target BayesAME Multi-target BayesAME Multi-target Avg. Marg. IG BayesAME-RS Single-target BayesAIPW RS-Mean 102030405060708090100 10 2 10 1 10 0 10 1 BayesAME Single-target BayesAME Multi-target BayesAME Multi-target Avg. Marg. IG BayesAME-RS Single-target BayesAIPW RS-Mean 102030405060708090100 10 2 10 1 10 0 10 1 BayesAME Single-target BayesAME Multi-target BayesAME Multi-target Avg. Marg. IG BayesAME-RS Single-target BayesAIPW RS-Mean 102030405060708090100 10 2 10 1 10 0 10 1 BayesAME Single-target BayesAME Multi-target BayesAME Multi-target Avg. Marg. IG BayesAME-RS Single-target BayesAIPW RS-Mean 102030405060708090 0 2 4 6 8 10 102030405060708090 0 2 4 6 8 10 102030405060708090 0 2 4 6 8 10 102030405060708090 0 2 4 6 8 10 80859095100 0.0 0.2 0.4 0.6 0.8 80859095100 0.0 0.2 0.4 0.6 0.8 5060708090100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 5060708090100 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 Figure 15|Multiple-target Setting. GPQA with binary scores (left two columns) and with continuous scores (right two columns). The rows represent RMSE Log, RMSE Gain, and Cost-Accuracy Trade-Off, respectively. We compare the different selection strategies in the multitarget setting. 34