Keep Guessing? When Considering Inference Scaling, Mind the Baselines
Gal Yona, Or Honovich, Omer Levy, Roee Aharoni

TL;DR
This paper investigates how baseline answer enumeration affects perceived improvements in large language model inference coverage, revealing that simple enumeration can outperform repeated sampling in some cases and providing a more accurate measurement method.
Contribution
It introduces a baseline answer enumeration method that challenges the assumption that repeated sampling always improves coverage in LLM inference.
Findings
Baseline answer enumeration can outperform repeated sampling in some models.
Coverage improvements from repeated sampling may be overestimated due to answer distribution skew.
The proposed baseline allows for more accurate measurement of inference scaling benefits.
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 answers by using only model samples and similarly guessing the remaining attempts via enumeration. Our baseline enables a more accurate…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPhilosophy and History of Science
MethodsSparse Evolutionary Training
