Preprint
Reinforcement Learning

Rethinking Reflection in Pre-Training

Essential AI Darsh J Shah, Peter Rushton, Somanshu Singla, Mohit Parmar, Kurt Smith, Yash Vanjani, A. Vaswani, Adarsh Chaluvaraju, Andrew Hojel, Andrew Ma, Anil Thomas, Anthony M. Polloreno, A. Tanwer, Burhan Drak Sibai, Divya S Mansingka, D. Shivaprasad, Ishaan Shah, K. Stratos, Khoi Nguyen, Michael Callahan, M. Pust, M. Iyer, Philip Monk, Platon Mazarakis, Ritvik Kapila, Saurabh Srivastava, T. Romanski
April 5, 2025arXiv.org45 citations

45

Citations

1

Influential Citations

arXiv.org

Venue

2025

Year

Abstract

A language model's ability to reflect on its own reasoning provides a key advantage for solving complex problems. While most recent research has focused on how this ability develops during reinforcement learning, we show that it actually begins to emerge much earlier - during the model's pre-training. To study this, we introduce deliberate errors into chains-of-thought and test whether the model can still arrive at the correct answer by recognizing and correcting these mistakes. By tracking performance across different stages of pre-training, we observe that this self-correcting ability appears early and improves steadily over time. For instance, an OLMo2-7B model pre-trained on 4 trillion tokens displays self-correction on our six self-reflection tasks.

Analysis

Why This Paper Matters

This paper challenges the prevailing assumption that self-reflection—the ability to recognize and correct one's own reasoning errors—is primarily developed during reinforcement learning (RL) or other post-training phases. By demonstrating that this capability emerges during pre-training, the authors open a new avenue for improving reasoning in language models. This is significant because pre-training is far more compute-intensive than post-training, and if self-reflection can be cultivated there, it could lead to more robust reasoning abilities without relying solely on RL.

The study's approach of injecting deliberate errors into chains-of-thought is a clever and practical way to probe self-correction. This method allows researchers to measure a model's ability to detect and fix mistakes, which is a core component of reflective reasoning. The finding that this ability appears early and improves with more pre-training data suggests that pre-training objectives might be optimized to further enhance this trait, potentially leading to models that are better at complex problem-solving from the outset.

Technical Contributions

The paper introduces a novel evaluation framework for self-reflection by creating six tasks where errors are deliberately inserted into reasoning chains. This allows for a controlled and quantifiable measure of self-correction. The authors track the emergence of this ability across different stages of pre-training, providing a temporal analysis of when and how self-reflection develops. The use of OLMo2-7B, an open-source model, ensures reproducibility and enables the research community to build on these findings. The key innovation is the demonstration that self-correction is not solely a product of RL but is a fundamental capability that can be nurtured during pre-training.

Results

The paper reports that OLMo2-7B, when pre-trained on 4 trillion tokens, exhibits self-correction on all six self-reflection tasks. This is a concrete and impressive result, showing that with sufficient pre-training data, models can develop the ability to recognize and correct errors in their reasoning. The authors also observe that this ability improves steadily as pre-training progresses, indicating a clear correlation between the amount of pre-training data and self-reflection capability. These results provide a strong empirical foundation for the claim that self-reflection emerges during pre-training.

Significance

This research has profound implications for the AI field. It suggests that pre-training can be leveraged to build models with intrinsic self-correction abilities, potentially reducing the need for extensive RL fine-tuning. This could lead to more efficient training pipelines and models that are more reliable in real-world applications where reasoning errors are costly. Moreover, it opens up new research directions into how pre-training objectives and data can be designed to foster reflective reasoning. The findings also encourage a rethinking of the role of pre-training in developing higher-order cognitive skills, which could influence future model architectures and training strategies.