DISCO: Diversifying Sample Condensation for Efficient Model Evaluation

Abstract

Evaluating modern machine learning models has become prohibitively expensive. Benchmarks such as LMMs-Eval and HELM demand thousands of GPU hours per model. Costly evaluation reduces inclusivity, slows the cycle of innovation, and worsens environmental impact. To address the growing cost of standard evaluation, new methods focused on efficient evaluation have started to appear. The typical approach follows two steps. First, select an anchor subset of data. Second, train a mapping from the accuracy on this subset to the final test result. The drawback is that anchor selection depends on clustering, which can be complex and sensitive to design choices. We argue that promoting diversity among samples is not essential; what matters is to select samples that maximise diversity in model responses. Our method, **Diversifying Sample Condensation (DISCO)**, selects the top-k samples with the greatest model disagreements. This uses greedy, sample-wise statistics rather than global clustering. The approach is conceptually simpler. From a theoretical view, inter-model disagreement provides an information-theoretically optimal rule for such greedy selection. **DISCO** shows empirical gains over prior methods, achieving state-of-the-art results in performance prediction across MMLU, Hellaswag, Winogrande, and ARC.

Cite

Text

Rubinstein et al. "DISCO: Diversifying Sample Condensation for Efficient Model Evaluation." International Conference on Learning Representations, 2026.

Markdown

[Rubinstein et al. "DISCO: Diversifying Sample Condensation for Efficient Model Evaluation." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/rubinstein2026iclr-disco/)

BibTeX

@inproceedings{rubinstein2026iclr-disco,
  title     = {{DISCO: Diversifying Sample Condensation for Efficient Model Evaluation}},
  author    = {Rubinstein, Alexander and Raible, Benjamin and Gubri, Martin and Oh, Seong Joon},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/rubinstein2026iclr-disco/}
}