ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
71
Citations
11
Influential Citations
arXiv.org
Venue
2025
Year
Frontier reasoning models have exhibited incredible capabilities across a wide array of disciplines, driven by posttraining large language models (LLMs) with reinforcement learning (RL). However, despite the widespread success of this paradigm, much of the literature has been devoted to disentangling truly novel behaviors that emerge during RL but are not present in the base models. In our work, we approach this question from a different angle, instead asking whether comparable reasoning capabilites can be elicited from base models at inference time by pure sampling, without any additional training. Inspired by Markov chain Monte Carlo (MCMC) techniques for sampling from sharpened distributions, we propose a simple iterative sampling algorithm leveraging the base models'own likelihoods. Over different base models, we show that our algorithm offers substantial boosts in reasoning that nearly match and even outperform those from RL on a wide variety of single-shot tasks, including MATH500, HumanEval, and GPQA. Moreover, our sampler avoids the collapse in diversity over multiple samples that is characteristic of RL-posttraining. Crucially, our method does not require training, curated datasets, or a verifier, suggesting broad applicability beyond easily verifiable domains.
This paper tackles a central question in the era of large language models: is reinforcement learning (RL) post-training truly necessary for eliciting advanced reasoning, or can comparable capabilities be unlocked purely at inference time? The authors propose a surprisingly simple iterative sampling algorithm that sharpens the base model's own likelihood distribution, inspired by Markov chain Monte Carlo (MCMC) techniques. Their results show that this method can match or even outperform RL-based post-training on several single-shot reasoning benchmarks, including MATH500, HumanEval, and GPQA. This is significant because RL post-training requires curated datasets, verifiers, and substantial compute, limiting its applicability to domains where such resources are available. The paper's finding that inference-time sampling can achieve similar gains without any training suggests a paradigm shift: reasoning improvements may be more about how we query the model than how we train it.
Moreover, the paper highlights a critical drawback of RL post-training: it tends to collapse the diversity of outputs, producing fewer unique solutions across multiple samples. The proposed sampler avoids this collapse, preserving a richer set of reasoning paths. This has practical implications for tasks where multiple valid answers or exploratory reasoning are valuable, such as creative problem-solving or scientific discovery.
This paper has the potential to reshape how practitioners approach reasoning in LLMs. By demonstrating that inference-time sampling can rival RL post-training, it reduces the barrier to improving model reasoning: no need for expensive RL pipelines, verifiers, or curated data. This is especially impactful for small teams or domains where such resources are unavailable. The diversity preservation is also a practical advantage, enabling exploration of multiple solution strategies. However, the method's reliance on the base model's own likelihoods means it inherits any biases or weaknesses of the base model, and its effectiveness on very long or multi-step reasoning tasks remains to be tested. Overall, this work opens a new direction for reasoning enhancement that is simpler, more general, and more accessible than current RL-based approaches.
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