paper-with-me

홈 › Papers

Scales++: Compute Efficient Evaluation Subset Selection with Cognitive Scales Embeddings

2025-10-30 · Andrew M. Bean, Nabeel Seedat, Shengzhuang Chen, Jonathan Richard Schwarz arxiv

The prohibitive cost of evaluating large language models (LLMs) on comprehensive benchmarks necessitates the creation of small yet representative data subsets (i.e., tiny benchmarks) that enable efficient assessment while retaining predictive fidelity. Current methods for this task operate under a model-centric paradigm, selecting benchmarking items based on the collective performance of existing models. Such approaches are limited by large upfront costs, an inability to immediately handle new benchmarks ("cold-start"), and the fragile assumption that future models will share the failure patterns of their predecessors. In this work, we propose a new item-centric approach to benchmark subset selection, arguing that selection should be based on the intrinsic properties of the task items themselves, rather than on model-specific failure patterns. We instantiate this item-centric efficient benchmarking approach via a novel method, Scales++, where data selection is based on the cognitive demands of the benchmark samples. Empirically, we show Scales++ reduces the upfront selection cost by over 18x while achieving competitive predictive fidelity. On the Open LLM Leaderboard, using just a 0.25% data subset, we predict full benchmark scores with a 3.2% mean absolute error, and on Humanity's Last Exam we predict full scores with 2.9% mean absolute error using a 2.0% sample. We demonstrate that this item-centric approach enables more efficient model evaluation without significant fidelity degradation, while also providing better cold-start performance and more interpretable benchmarking.

📄 PDF Abstract BibTeX arXiv:2510.26384

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Submodular Evaluation Subset Selection in Automatic Prompt Optimization

2026-01-07 · Jinming Nian, Zhiyuan Peng, Hongwei Shang, Dae Hoon Park 외 arxiv

Automatic prompt optimization reduces manual prompt engineering, but relies on task performance measured on a small, often randomly sampled evaluation subset as its main source of feedback signal. Despite this, how to se…

Prompt Engineering

Process Reward Models That Think

2025-04-23 · Muhammad Khalifa, Rishabh Agarwal, Lajanugen Logeswaran, Jaekyeom Kim 외

Step-by-step verifiers -- also known as process reward models (PRMs) -- are a key ingredient for test-time scaling. PRMs require step-level supervision, making them expensive to train. This work aims to build data-effici…

Math

Computational Budget Should Be Considered in Data Selection

2025-10-19 · Weilin Wan, Weizhong Zhang, Cheng Jin arxiv

Data selection improves computational efficiency by choosing informative subsets of training samples. However, existing methods ignore the compute budget, treating data selection and importance evaluation independently o…

Computational EfficiencyBilevel Optimization

Timely Target Tracking in Cognitive Radar Networks

2022-11-21 · William W. Howard, Charles E. Thornton, R. Michael Buehrer

We consider a scenario where a fusion center must decide which updates to receive during each update period in a communication-limited cognitive radar network. When each radar node in the network only is able to obtain n…

Median Selection Subset Aggregation for Parallel Inference

2014-10-24 · NeurIPS 2014 12 · Xiangyu Wang, Peichao Peng, David Dunson

For massive data sets, efficient computation commonly relies on distributed algorithms that store and process subsets of the data on different machines, minimizing communication costs. Our focus is on regression and clas…

feature selectionModel SelectionVariable Selection