Input-Time Scaling: Adding Noise and Irrelevance into Less-Is-More Drastically Improves Reasoning Performance and Efficiency
Rapheal Huang, Weilong Guo
TL;DR
The paper challenges the necessity of high-quality data for strong reasoning in LLMs by introducing train-test co-design and Input-Time Scaling. By injecting controlled noise through persona contexts and systematically comparing high- and low-quality datasets, it reveals that consistency of context augmentation across training and testing, including irrelevant noise, can enhance reasoning efficiency and performance even with very small data (around 1K examples). The approach yields state-of-the-art results among 32B models on AIME tasks and demonstrates a capacity-dependent quality-capacity tradeoff, where low-quality data can outperform high-quality data as models scale. The work offers practical implications for reducing data curation costs while maintaining or improving reasoning effectiveness, and it provides open-source resources to reproduce and extend these findings.
Abstract
Large Language Models (LLMs) excel at reasoning, traditionally requiring high-quality large-scale data and extensive training. Recent works reveal a very appealing Less-Is-More phenomenon where very small, carefully curated high-quality datasets match resource-intensive approaches. In this work, we further systematically relax their quality constraints by adding controlled noise via persona context relevance and comparing datasets of different qualities. Counterintuitively, we find that mixing relevant and irrelevant contexts consistently across training and inference stages yields optimal results -- a phenomenon we term training-testing co-design. Dataset quality comparisons show that high-quality data benefits weaker models on easy questions, while low-quality data achieves higher scores on hard questions with capable models. Across our experiments, reasoning performance is linked to reasoning efficiency. We, for the first time, found adding noisy and irrelevant contexts into queries can improve reasoning efficiency without any prices and targeted designs. Building on these insights, we propose Input-Time Scaling: applying small, low-quality data to capable models with training-testing co-design. This maintains Less-Is-More while further removing labor-intensive quality curation and improving reasoning effectiveness and efficiency, making the approach more applicable and affordable. Our method achieves 76.7% pass@1 on AIME24/25 using Qwen2.5-32B-Instruct, and 90.0%/80.0% with DeepSeek-R1-Distill-Qwen-32B -- state-of-the-art among Qwen2.5-32B variants. We are open-sourcing our datasets, pipelines, evaluation results, and checkpoints to facilitate reproducibility and further research.
