cd /news/artificial-intelligence/rlp-reinforcement-as-a-pretraining-o… · home topics artificial-intelligence article
[ARTICLE · art-13686] src=research.nvidia.com pub= topic=artificial-intelligence verified=true sentiment=↑ positive

RLP: Reinforcement as a Pretraining Objective

Researchers have developed RLP, an information-driven reinforcement pretraining objective that integrates exploration and chain-of-thought reasoning into the pretraining phase of large language models, rather than reserving reinforcement learning for post-training. The approach rewards models for generating reasoning chains that improve next-token prediction, enabling verifier-free dense reward signals during pretraining on ordinary text. Pretraining with RLP on Qwen3-1.7B-Base improved overall math-and-science benchmark performance by 19%, while application to Nemotron-Nano-12B-v2 raised average scores from 42.81% to 61.32%, demonstrating significant gains in reasoning-heavy tasks across model scales.

read1 min publishedMay 16, 2026

The dominant paradigm for training large reasoning models starts with pre-training using next-token prediction loss on vast amounts of data. Reinforcement learning, while powerful in scaling reasoning, is introduced only as the very last phase of post-training, preceded by supervised fine-tuning. While dominant, is this an optimal way of training? In this paper, we present RLP, an information-driven reinforcement pretraining objective, that brings the core spirit of reinforcement learning -- exploration -- to the last phase of pretraining. The key idea is to treat chain-of-thought as an exploratory action, with rewards computed based on the information gain it provides for predicting future tokens. This training objective essentially encourages the model to think for itself before predicting what comes next, thus teaching an independent thinking behavior earlier in the pretraining. More concretely, the reward signal measures the increase in log-likelihood of the next token when conditioning on both context and a sampled reasoning chain, compared to conditioning on context alone. This approach yields a verifier-free dense reward signal, allowing for efficient training for the full document stream during pretraining. Specifically, RLP reframes reinforcement learning for reasoning as a pretraining objective on ordinary text, bridging the gap between next-token prediction and the emergence of useful chain-of-thought reasoning. Pretraining with RLP on Qwen3-1.7B-Base lifts the overall average across an eight-benchmark math-and-science suite by 19%. With identical post-training, the gains compound, with the largest improvements on reasoning-heavy tasks such as AIME25 and MMLU-Pro. Applying RLP to the Nemotron-Nano-12B-v2 increases the overall average from 42.81% to 61.32% and raises the average on scientific reasoning by 23%, demonstrating scalability across architectures and model sizes.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @rlp 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/rlp-reinforcement-as…] indexed:0 read:1min 2026-05-16 ·