Self-Play Pretraining with Zero Data
Aditya Cowsik, Kfir Dolev, Michael Y. Li, G. Bruno De Luca, Nourya Cohen, Noah D. Goodman, Yoav Levine
- Published
- Sep 24, 2026 — 16:23 UTC
Problem
The paper addresses a significant gap in the literature regarding pretraining methodologies that can autonomously generate training data. Current approaches often rely on large amounts of natural data, which can be costly and time-consuming to obtain. This work proposes a novel framework that allows models to create their own synthetic training data, thereby potentially reducing dependency on external datasets. The authors note that this is a preprint and has not yet undergone peer review.
Method
The proposed architecture consists of two main components: a generator and a learner.
- Generator: This model is responsible for producing programs that are interpreted by a universal Turing machine to generate byte sequences. The generator operates without any natural data, relying solely on its ability to create synthetic data.
- Learner: The learner model is designed to autoregressively predict byte sequences generated by the generator. It employs a standard cross-entropy loss function to optimize its predictions.
- Loss Function: The generator utilizes reinforcement learning to refine its output, while the learner focuses on minimizing cross-entropy loss.
- Data: The training process exclusively uses synthetic data generated by the generator, with no natural data incorporated into the training regimen.
- Training Compute: The authors leverage self-play compute to evaluate the zero-shot performance of the models on natural datasets, allowing for an assessment of the generalization capabilities of the learned representations.
Results
The available text does not report quantitative results. However, it indicates that the zero-shot loss demonstrates predictable scaling in compute across several natural datasets, suggesting that the method may generalize well despite the absence of natural training data.
Limitations
The authors do not explicitly state any limitations in their work. However, potential concerns include the reliance on synthetic data, which may not capture the complexities of natural data distributions, and the implications this has for the model's performance in real-world applications. Additionally, the lack of training on natural data could limit the model's ability to generalize effectively.
Why it matters
This research has significant implications for the field of machine learning, particularly in scenarios where acquiring natural data is impractical. By demonstrating a framework for self-play pretraining, the authors open avenues for further exploration into autonomous data generation techniques. This could lead to more robust models that are capable of learning from their own generated data, potentially enhancing performance in various applications where data scarcity is a challenge.
By Callan Zhang · Sep 24, 2026 · Editorial standards →
Summarised from the primary source with AI assistance under human editorial oversight. Turing Wire is not a primary source — read the original for the authoritative account.
Source: arXiv cs.AI
