Back to Feed
Reinforcement Learning / Training & Fine-Tuning

Understanding Reinforcement Learning Post-Training

Original: Understanding Reasoning from Pretraining to Post-Training

Listen to the summary

Uses a voice available on your device

Audio options
On this page 4 sections
Related concepts 8 concepts

Key Takeaways

  • The paper addresses how pretraining choices shape returns to reinforcement learning compute and what reinforcement learning does to the model policy.
  • Researchers pretrained models from 5M to 1B parameters on human chess games and fine-tuned them on synthetic reasoning traces.
  • Models were optimized via Group Relative Policy Optimization on a chess puzzle environment with verifiable binary rewards.
  • A joint pretraining-reinforcement learning scaling law shows that pretraining loss predicts post-reinforcement learning performance measured by pass@1.

Summary & Methodology Analysis

This paper tackles two open questions regarding reinforcement learning post-training for large language models, specifically examining how pretraining choices shape returns to reinforcement learning compute and what reinforcement learning actually does to the model policy. To study this, the researchers pretrain language models ranging from 5M to 1B parameters on human chess games using an autoregressive next-token prediction objective, which is the standard method of predicting the next token in a sequence. Following pretraining, they perform supervised fine-tuning, an adaptation step using labeled data, on synthetic reasoning traces generated by sampling game continuations from the pretrained policy and structuring them into depth-first trees.

For the optimization phase, the models are trained via Group Relative Policy Optimization, an algorithm that optimizes policies relative to a group of sampled outputs, on a chess puzzle environment with verifiable binary rewards. The authors then analyze policy evolution by evaluating induced move policies, fitting power-sharpening transformations, and categorizing policy changes across puzzle difficulty bins. Their evaluation incorporates several models and datasets, including Lichess, Qwen3, OLMo-2, Nemotron-CC-Math-v1, Dolma3, NuminaMath-CoT, GSM8K, MATH, and DeepScaler.

However, the study has notable limitations. Chess differs from natural language in ways that limit direct transfer, such as having a small vocabulary, exact verification, and no entanglement with world knowledge or fluency. Furthermore, the models reach at most 1B parameters, meaning scaling trends may behave differently at larger scales. Finally, the reinforcement learning environment uses puzzles with unique designated solutions and binary rewards, which is a restricted form of verification compared to partial-credit or open-ended rewards in language tasks.

Interactive System Flowchart

Click diagram to expand and zoom

Cross-Examination & FAQs

A deeper dive clarifying mechanics, constraints, and baseline evaluations.

Q1. What open questions does this paper address?

The paper addresses how pretraining choices shape returns to reinforcement learning compute and what reinforcement learning actually does to the model policy.

Q2. What scale of models were used in the study?

The paper pretrained language models from 5M to 1B parameters.

Q3. What primary environment and task were used to evaluate the models?

The models were evaluated using human chess games and a chess puzzle environment with verifiable binary rewards.

Q4. What objective was used for pretraining?

The models were pretrained using an autoregressive next-token prediction objective.

Q5. How were the synthetic reasoning traces structured during supervised fine-tuning?

They were structured into depth-first trees generated by sampling game continuations from the pretrained policy.

Q6. Which specific optimization algorithm was used?

The paper used Group Relative Policy Optimization.

Q7. What does the joint pretraining-reinforcement learning scaling law show?

It shows that pretraining loss predicts post-reinforcement learning performance measured by pass@1, while the local RL slope grows approximately linearly with log pretraining tokens.

Q8. What datasets and models are mentioned in the context of the research ecosystem?

The models or datasets mentioned include Lichess, Qwen3, OLMo-2, Nemotron-CC-Math-v1, Dolma3, NuminaMath-CoT, GSM8K, MATH, and DeepScaler.

Q9. What are the main limitations identified by the authors?

Limitations include chess differing from natural language due to a small vocabulary and exact verification, models reaching at most 1B parameters, and the reinforcement learning environment relying on a restricted form of verification with binary rewards.