Preprint
Reinforcement Learning

Reinforcement Pre-Training

Qingxiu Dong, Li Dong, Yao Tang, Tianzhu Ye, Yutao Sun, Zhifang Sui, Furu Wei
June 9, 2025arXiv.org37 citations

37

Citations

5

Influential Citations

arXiv.org

Venue

2025

Year

Abstract

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.

Analysis

Why This Paper Matters

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.

Technical Contributions

  • Reframing Next-Token Prediction as RL: The core innovation is to treat the prediction of the next token as a decision-making problem, where the model receives a reward for correct predictions. This allows the use of RL algorithms to optimize the model directly on language modeling.
  • Verifiable Rewards: RPT uses verifiable rewards, meaning the reward signal is objective (correct/incorrect token), which simplifies credit assignment and avoids the need for learned reward models.
  • General-Purpose RL: By using text data as the environment, RPT enables RL to be applied to any corpus, not just tasks with explicit answers. This is a major step toward general-purpose RL.
  • Scaling Paradigm: The paper presents scaling curves showing that RPT benefits from increased compute, suggesting it is a scalable approach that can leverage more data and compute effectively.

Results

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.

Significance

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.