English

Toward a unified framework for data-efficient evaluation of large language models

Artificial Intelligence 2025-10-07 v1

Abstract

Evaluating large language models (LLMs) on comprehensive benchmarks is a cornerstone of their development, yet it's often computationally and financially prohibitive. While Item Response Theory (IRT) offers a promising path toward data-efficient evaluation by disentangling model capability from item difficulty, existing IRT-based methods are hampered by significant limitations. They are typically restricted to binary correctness metrics, failing to natively handle the continuous scores used in generative tasks, and they operate on single benchmarks, ignoring valuable structural knowledge like correlations across different metrics or benchmarks. To overcome these challenges, we introduce LEGO-IRT, a unified and flexible framework for data-efficient LLM evaluation. LEGO-IRT's novel design natively supports both binary and continuous evaluation metrics. Moreover, it introduces a factorized architecture to explicitly model and leverage structural knowledge, decomposing model ability estimates into a general component and structure-specific (e.g., per-metric or per-benchmark) components. Through extensive experiments involving 7070 LLMs across 55 benchmarks, we show that LEGO-IRT achieves stable capability estimates using just 3%3\% of the total evaluation items. We demonstrate that incorporating structural knowledge reduces estimation error by up to 10%10\% and reveal that the latent abilities estimated by our framework may align more closely with human preferences.

Keywords

Cite

@article{arxiv.2510.04051,
  title  = {Toward a unified framework for data-efficient evaluation of large language models},
  author = {Lele Liao and Qile Zhang and Ruofan Wu and Guanhua Fang},
  journal= {arXiv preprint arXiv:2510.04051},
  year   = {2025}
}

Comments

codes available at https://github.com/Rorschach1989/efficient-lm-eval

R2 v1 2026-07-01T06:17:39.801Z