
RL Excursions during Pre-Training: Re-examining Policy Optimization for LLM training
Published: July 2, 2026
Duration: 21:47
This research investigates the effectiveness of integrating reinforcement learning (RL) earlier in the large language model training pipeline rather than treating it solely as a final post-training step. The authors demonstrate that RL is effective remarkably early, often matching the performance of standard sequential pipelines after only a small fraction of pre-training is complete. Unlike supervised fine-tuning (SFT), which tends to degrade a model's general capabilities and narrow its output, direct RL preserves general skills and expands the diversity of reasoning paths. The study also identifies that targeted data composition is more critical for RL success than simply increasing...