English

Keep Guessing? When Considering Inference Scaling, Mind the Baselines

Computation and Language 2024-10-22 v1 Artificial Intelligence

Abstract

Scaling inference compute in large language models (LLMs) through repeated sampling consistently increases the coverage (fraction of problems solved) as the number of samples increases. We conjecture that this observed improvement is partially due to the answer distribution of standard evaluation benchmarks, which is skewed towards a relatively small set of common answers. To test this conjecture, we define a baseline that enumerates answers according to their prevalence in the training set. Experiments spanning two domains -- mathematical reasoning and factual knowledge -- reveal that this baseline outperforms repeated model sampling for some LLMs, while the coverage for others is on par with that of a mixture strategy that obtains kk answers by using only 1010 model samples and similarly guessing the remaining k10k-10 attempts via enumeration. Our baseline enables a more accurate measurement of how much repeated sampling improves coverage in such settings beyond prompt-agnostic guessing.

Keywords

Cite

@article{arxiv.2410.15466,
  title  = {Keep Guessing? When Considering Inference Scaling, Mind the Baselines},
  author = {Gal Yona and Or Honovich and Omer Levy and Roee Aharoni},
  journal= {arXiv preprint arXiv:2410.15466},
  year   = {2024}
}
R2 v1 2026-06-28T19:28:50.544Z