Beyond One-Size-Fits-All: Tailored Benchmarks for Efficient Evaluation
Peiwen Yuan, Yueqi Zhang, Shaoxiong Feng, Yiwei Li, Xinglin Wang, Jiayi Shi, Chuyi Tan, Boyuan Pan, Yao Hu, Kan Li

TL;DR
This paper introduces TailoredBench, a novel evaluation method that creates customized, scalable coresets for each target model, significantly improving the accuracy of performance estimation across diverse models and benchmarks.
Contribution
The paper proposes TailoredBench, a new approach that constructs personalized coresets for each model, addressing prediction inconsistency issues in existing efficient evaluation methods.
Findings
Achieves 31.4% reduction in MAE of accuracy estimates.
Demonstrates strong effectiveness across 5 benchmarks and 300 models.
Outperforms existing baseline methods in efficiency and accuracy.
Abstract
Evaluating models on large benchmarks is very resource-intensive, especially during the period of rapid model evolution. Existing efficient evaluation methods estimate the performance of target models by testing them only on a small and static coreset of the benchmark, which is derived from the publicly available evaluation results of source models. These methods rely on the assumption that target models have high prediction consistency with source models. However, we demonstrate that it doesn't generalize well in practice. To alleviate the inconsistency issue, we present TailoredBench, a method that conducts customized evaluation tailored to each target model. Specifically, a Global-coreset is first constructed as a probe to identify the most consistent source models for each target model with an adaptive source model selection strategy. Afterwards, a scalable K-Medoids clustering…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsEvaluation and Performance Assessment
MethodsMasked autoencoder
