paper-with-me

홈 › Papers

When More Sampling Hurts: The Modal Ceiling and Correlation Ceiling of Test-Time Scaling

2026-06-27 · Yong Yi Bay, Kathleen A. Yearick hf

People overthink; language models over-sample, and the extra effort can talk both into a worse answer. Reasoning systems answer a hard question by sampling it many times (test-time scaling), and the more they draw, the more often a correct answer turns up somewhere, so coverage, the fraction of problems with at least one correct try, climbs and appears to be progress. But a deployed system must return one answer, and choosing it, not knowing which try is right, is selection; selection is capped, and past a point extra samples only make the model surer of a confident mistake, even as every draw adds cost. The gap between climbing coverage and stalled selection, the identifiability gap, is the answer a model can produce but not pick. So the real question is not whether to sample but how far, and the answer is: not far. For picking an answer, the vote has already settled within a few dozen draws, the modal ceiling; for scoring a benchmark, sooner still, the correlation ceiling. Beyond that, extra draws cost compute and add nothing, and can even make the answer worse. This paper turns the cutoff into a single number, the effective number of samples, that any sampling run already reveals. The bottleneck is recognizing a right answer, not generating one.

📄 PDF Abstract BibTeX arXiv:2606.28661

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Overparameterization hurts worst-group accuracy with spurious correlations

2020-01-01 · ICML 2020 1 · Shiori Sagawa, aditi raghunathan, Pang Wei Koh, Percy Liang

Increasing model capacity well beyond the point of zero training error has been observed to improve average test accuracy. However, such overparameterized models have been recently shown to obtain low worst-group accurac…

When Verification Hurts: Asymmetric Effects of Multi-Agent Feedback in Logic Proof Tutoring

2026-03-28 · Tahreem Yasir, Sutapa Dey Tithi, Benyamin Tabarsi, Dmitri Droujkov 외 arxiv

Large language models (LLMs) are increasingly used for automated tutoring, but their reliability in structured symbolic domains remains unclear. We study step-level feedback for propositional logic proofs, which require …

When Covariate-shifted Data Augmentation Increases Test Error And How to Fix It

2019-09-25 · Sang Michael Xie*, Aditi Raghunathan*, Fanny Yang, John C. Duchi 외

Empirically, data augmentation sometimes improves and sometimes hurts test error, even when only adding points with labels from the true conditional distribution that the hypothesis class is expressive enough to fit. In…

Data Augmentationregression

See-Saw Modality Balance: See Gradient, and Sew Impaired Vision-Language Balance to Mitigate Dominant Modality Bias

2025-03-18 · JuneHyoung Kwon, Mihyeon Kim, Eunju Lee, Juhwan Choi 외

Vision-language (VL) models have demonstrated strong performance across various tasks. However, these models often rely on a specific modality for predictions, leading to "dominant modality bias.'' This bias significantl…

Ladders in Chaos: When, How, (and Perhaps Why) Does Test-Time Scaling Improve LLM Machine Translation

2026-08-28 · Di Wu, Sergey Troshin, Christof Monz, Antske Fokkens 외 arxiv

Two forms of test-time scaling for Large Language Models (LLMs) have emerged as effective and widely adopted paradigms: sequential, in which later answer attempts depend on earlier ones, and parallel, such as i.i.d. samp…

Machine Translation