Learning More from Less: Unlocking Internal Representations for Benchmark Compression
Yueqi Zhang, Jin Hu, Shaoxiong Feng, Peiwen Yuan, Xinglin Wang, Yiwei Li, Jiayi Shi, Chuyi Tan, Ji Zhang, Boyuan Pan, Yao Hu, Kan Li
TL;DR
The paper tackles benchmark compression for large language models when historical evaluation data are scarce by proposing RepCore, which aligns heterogeneous hidden states into a unified latent space to recover the benchmark's geometry. It then selects a representative coreset via consensus clustering in this space and extrapolates full-benchmark performance for unseen models using a lightweight regressor trained on a single robust feature, achieving accurate estimates with as few as $|\,\mathcal{S}\|\le 10$ source models. Across five benchmarks and over 200 models, RepCore consistently improves ranking accuracy and estimation fidelity, and spectral analyses reveal separable, task-relevant structure beyond coarse difficulty signals. This work demonstrates that internal representations encode rich, interpretable structure that can be leveraged for scalable, robust benchmark compression with practical impact for rapid model evaluation and comparison.
Abstract
The prohibitive cost of evaluating Large Language Models (LLMs) necessitates efficient alternatives to full-scale benchmarking. Prevalent approaches address this by identifying a small coreset of items to approximate full-benchmark performance. However, existing methods must estimate a reliable item profile from response patterns across many source models, which becomes statistically unstable when the source pool is small. This dependency is particularly limiting for newly released benchmarks with minimal historical evaluation data. We argue that discrete correctness labels are a lossy view of the model's decision process and fail to capture information encoded in hidden states. To address this, we introduce REPCORE, which aligns heterogeneous hidden states into a unified latent space to construct representative coresets. Using these subsets for performance extrapolation, REPCORE achieves precise estimation accuracy with as few as ten source models. Experiments on five benchmarks and over 200 models show consistent gains over output-based baselines in ranking correlation and estimation accuracy. Spectral analysis further indicates that the aligned representations contain separable components reflecting broad response tendencies and task-specific reasoning patterns.
