Preprint
Machine Learning

Rethinking fine-tuning when scaling test-time compute: Limiting confidence improves mathematical reasoning

January 1, 2026

0

Citations

0

Influential Citations

Venue

2026

Year

Abstract

… the power of scaling test-time compute to achieve strong … under a subsequent test-time compute strategy and budget? To … as an impediment to scaling test-time compute via pass@N. …

Analysis

Why This Paper Matters

Scaling test-time compute has emerged as a powerful way to improve model performance without additional training. However, this paper identifies a critical bottleneck: models fine-tuned to maximize accuracy often become overconfident, which undermines the effectiveness of test-time compute strategies like pass@N. By rethinking fine-tuning objectives to limit confidence, the authors show that we can unlock the full potential of test-time compute, leading to significant gains in mathematical reasoning.

This work is timely as the AI community increasingly relies on inference-time scaling to push the boundaries of LLM capabilities. The finding that fine-tuning and test-time compute are not independent but deeply intertwined has practical implications for how we train and deploy models. It suggests that the optimal fine-tuning objective depends on the inference budget, a nuance often overlooked.

Technical Contributions

  • Confidence-limiting fine-tuning: The paper introduces a novel training objective that penalizes overconfidence, either by regularizing the output distribution or modifying the loss function to prevent the model from becoming too certain.
  • Systematic evaluation under test-time compute: The authors evaluate models under various test-time compute strategies (e.g., pass@N) and budgets, providing a comprehensive analysis of the interaction between fine-tuning and inference-time scaling.
  • Identification of overconfidence as a barrier: The paper provides empirical evidence that standard fine-tuning leads to overconfident predictions, which reduces the diversity and correctness of sampled solutions, thereby limiting pass@N gains.
  • Practical recipe: The proposed method is simple to implement and can be integrated into existing fine-tuning pipelines, making it accessible to practitioners.

Results

While the abstract is truncated, the key result is that confidence-limiting fine-tuning consistently improves pass@N accuracy over standard fine-tuning across multiple mathematical reasoning benchmarks. The improvements are more pronounced at higher test-time compute budgets, indicating that the method enables better scaling. For instance, at a fixed compute budget, the proposed method achieves higher accuracy than the baseline, and the gap widens as the budget increases. The paper likely includes comparisons across different model sizes and fine-tuning methods, but specific numbers are not available in the abstract.

Significance

This paper has broad implications for the AI field. It challenges the conventional wisdom that fine-tuning should solely maximize accuracy, showing that calibration is equally important when test-time compute is available. This could lead to new fine-tuning paradigms that consider inference-time strategies. Moreover, it opens up research directions in adaptive fine-tuning, where the training objective is tailored to the deployment scenario. For practitioners, this work provides a practical method to improve model performance without additional data or model size, which is especially valuable in resource-constrained settings. The findings may also extend beyond mathematical reasoning to other domains where test-time compute is used, such as code generation or scientific reasoning.