ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
285
Citations
21
Influential Citations
Neural Information Processing Systems
Venue
2025
Year
We show that reinforcement learning with verifiable reward using one training example (1-shot RLVR) is effective in incentivizing the math reasoning capabilities of large language models (LLMs). Applying RLVR to the base model Qwen2.5-Math-1.5B, we identify a single example that elevates model performance on MATH500 from 36.0% to 73.6% (8.6% improvement beyond format correction), and improves the average performance across six common mathematical reasoning benchmarks from 17.6% to 35.7% (7.0% non-format gain). This result matches the performance obtained using the 1.2k DeepScaleR subset (MATH500: 73.6%, average: 35.9%), which contains the aforementioned example. Furthermore, RLVR with only two examples even slightly exceeds these results (MATH500: 74.8%, average: 36.6%). Similar substantial improvements are observed across various models (Qwen2.5-Math-7B, Llama3.2-3B-Instruct, DeepSeek-R1-Distill-Qwen-1.5B), RL algorithms (GRPO and PPO), and different math examples. In addition, we identify some interesting phenomena during 1-shot RLVR, including cross-category generalization, increased frequency of self-reflection, and sustained test performance improvement even after the training accuracy has saturated, a phenomenon we term post-saturation generalization. Moreover, we verify that the effectiveness of 1-shot RLVR primarily arises from the policy gradient loss, distinguishing it from the"grokking"phenomenon. We also show the critical role of promoting exploration (e.g., by incorporating entropy loss with an appropriate coefficient) in 1-shot RLVR training. We also further discuss related observations about format correction, label robustness and prompt modification. These findings can inspire future work on RLVR efficiency and encourage a re-examination of recent progress and the underlying mechanisms in RLVR. All resources are open source at https://github.com/ypwang61/One-Shot-RLVR.
This paper presents a striking finding: reinforcement learning with verifiable reward (RLVR) can achieve dramatic improvements in LLM math reasoning using just a single training example. The result challenges the prevailing assumption that large-scale data is essential for RL-based fine-tuning. By matching the performance of a 1,200-example subset with one example, the authors open the door to extremely data-efficient reasoning enhancement, which could reduce computational costs and democratize access to advanced reasoning capabilities.
The phenomenon of post-saturation generalization—where test performance continues to improve even after training accuracy plateaus—is particularly intriguing. It suggests that the model is not simply memorizing but developing more robust reasoning strategies through continued exploration. This observation, along with the identification of cross-category generalization and increased self-reflection, provides new insights into how RL shapes internal reasoning processes.
This paper has the potential to reshape how practitioners approach RL-based reasoning fine-tuning. The extreme data efficiency suggests that the bottleneck may not be data quantity but the quality of the reward signal and the exploration strategy. It also raises important questions about the mechanisms of RLVR—why a single example can trigger such broad generalization. Future work could extend these findings to other domains (e.g., code generation, scientific reasoning) and explore whether even zero-shot RLVR is possible. The open-source release of resources will facilitate replication and further innovation.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba