Anchor Points: Benchmarking Models with Much Fewer Examples
Rajan Vivek, Kawin Ethayarajh, Diyi Yang, Douwe Kiela
TL;DR
This work introduces micro-benchmarking via Anchor Point Selection to evaluate large language benchmarks with far fewer examples. By leveraging cross-model predictive correlations, a small set of anchor points can rank hundreds of models and even estimate per-instance predictions across the full dataset. Anchor Point Maps provide a visual, region-focused view of model weaknesses and generalization patterns, enabling fine-grained comparisons without exhaustive evaluation. While promising, the approach depends on transferability of predictive correlations across model families and incurs limitations in generalization and computation that warrant further theoretical and methodological development. Overall, Anchor Points offer a practical route to cheaper, interpretable model benchmarking with broad applicability and clear avenues for future work.
Abstract
Modern language models often exhibit powerful but brittle behavior, leading to the development of larger and more diverse benchmarks to reliably assess their behavior. Here, we suggest that model performance can be benchmarked and elucidated with much smaller evaluation sets. We first show that in six popular language classification benchmarks, model confidence in the correct class on many pairs of points is strongly correlated across models. We build upon this phenomenon to propose Anchor Point Selection, a technique to select small subsets of datasets that capture model behavior across the entire dataset. Anchor points reliably rank models: across 87 diverse language model-prompt pairs, evaluating models using 1-30 anchor points outperforms uniform sampling and other baselines at accurately ranking models. Moreover, just several anchor points can be used to estimate model per-class predictions on all other points in a dataset with low mean absolute error, sufficient for gauging where the model is likely to fail. Lastly, we present Anchor Point Maps for visualizing these insights and facilitating comparisons of the performance of different models on various regions within the dataset distribution.
