SYNTHESIS NOTE
Training, RL, and Test-Time Scaling

Can reinforcement learning improve models during general pretraining?

Can RL work during standard pretraining on unverified text like Wikipedia, without reward models or labeled data? This matters because it would remove the data bottleneck that currently limits RL-based training to small verified domains.

Synthesis note · 2026-06-03 · sourced from Reinforcement Learning

RLVR's reach is capped by a data-wall: it needs domain-specific verifiers to label samples, and RLHF needs reward models and can only train limited steps before reward hacking. PretrainZero attacks the wall by moving RL into pretraining on a general corpus, with two characteristics. Active pretraining: a unified reasoning policy actively identifies reasonable, informative content from the corpus and reasons to predict it — mimicking human active learning rather than passively predicting every token. Self-supervised: no verifiable labels, no pretrained reward model, no SFT — it pretrains reasoners (3–30B) directly on Wikipedia via RL, breaking the verification data-wall for general reasoning.

The keeper finding is that even Wikipedia — already seen during base pretraining — yields further gains under reinforcement active learning, beating continued pretraining, SFT, and random/entropy-based reinforcement pretraining. The lever is the active selection of what to reinforce, not new data.

This extends the reinforcement-pretraining family along the active-learning axis. It is the active-selection sibling of Can next-token prediction become a reasoning task with RL? (RPT, which reframes every next-token as a verifiable reasoning reward) — PretrainZero adds that which content to reinforce should itself be chosen for informativeness and not-yet-mastery, and it complements Can chain-of-thought reasoning be learned during pretraining itself? on the information-gain motive.

Inquiring lines that use this note as a source 3

This note is a source for these synthesized inquiries. Follow a line forward into its question, or open it to trace back to all of its sources.

Related concepts in this collection 3

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
12 direct connections · 92 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

reinforcement learning can run during pretraining without verifiers by actively selecting informative not-yet-mastered content