ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
37
Citations
5
Influential Citations
arXiv.org
Venue
2025
Year
In this work, we introduce Reinforcement Pre-Training (RPT) as a new scaling paradigm for large language models and reinforcement learning (RL). Specifically, we reframe next-token prediction as a reasoning task trained using RL, where it receives verifiable rewards for correctly predicting the next token for a given context. RPT offers a scalable method to leverage vast amounts of text data for general-purpose RL, rather than relying on domain-specific annotated answers. By incentivizing the capability of next-token reasoning, RPT significantly improves the language modeling accuracy of predicting the next tokens. Moreover, RPT provides a strong pre-trained foundation for further reinforcement fine-tuning. The scaling curves show that increased training compute consistently improves the next-token prediction accuracy. The results position RPT as an effective and promising scaling paradigm to advance language model pre-training.
Reinforcement Pre-Training (RPT) introduces a novel paradigm that unifies pre-training and reinforcement learning by treating next-token prediction as a reasoning task. This is significant because it extends RL beyond domain-specific tasks with annotated answers, allowing RL to be applied to vast amounts of unstructured text. By doing so, RPT could make RL a core component of pre-training, potentially improving the reasoning abilities of language models from the ground up.
The paper addresses a key limitation of current LLM training: the separation between pre-training (self-supervised) and fine-tuning (often RLHF). RPT bridges this gap by using RL during pre-training, which may lead to models that are inherently better at reasoning and more amenable to subsequent RL fine-tuning. This could reduce the need for extensive fine-tuning and make models more robust.
The abstract reports that RPT significantly improves the language modeling accuracy of predicting next tokens compared to standard pre-training. The scaling curves demonstrate a consistent improvement in next-token prediction accuracy as training compute increases, indicating that RPT is compute-efficient. Additionally, RPT provides a strong pre-trained foundation for further reinforcement fine-tuning, suggesting that models pre-trained with RPT are better initialized for RL tasks.
While specific numbers are not provided in the abstract, the qualitative results are promising. The fact that RPT improves both next-token prediction and downstream RL fine-tuning suggests that it captures useful reasoning skills that are transferable.
RPT has the potential to change how large language models are pre-trained. By integrating RL into pre-training, it could produce models that are not only better at language modeling but also more capable of reasoning and following instructions. This could reduce the need for extensive fine-tuning and make models more aligned with human values from the start.
The approach also opens up new research directions, such as exploring different RL algorithms for pre-training, designing reward functions for more complex reasoning tasks, and understanding the interplay between RL and self-supervised learning. If RPT proves effective at scale, it could become a standard component of LLM training pipelines, leading to more capable and general AI systems.
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