AIJun 22

Learning More from Less: Unlocking Internal Representations for Benchmark Compression

arXiv:2602.0071021.4h-index: 11
Predicted impact top 16% in AI · last 90 daysOriginality Incremental advance
AI Analysis

For researchers evaluating LLMs, RepCore reduces the cost of benchmarking by enabling reliable compression even with limited source models, addressing a key limitation of existing methods.

RepCore uses internal model representations to compress benchmarks, achieving accurate performance estimation with as few as ten source models, outperforming output-based methods on five benchmarks and over 200 models.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes