Preprint
Reinforcement Learning

Absolute Zero

May 1, 2025

0

Citations

0

Influential Citations

Venue

2025

Year

Abstract

A new reinforcement learning paradigm that trains reasoning models without any human-curated data. It involves a single model learning to propose tasks that maximize its own learning progress and improving reasoning by solving them, using a code executor to validate tasks and verify answers, enabling continuous self-improvement without human intervention.

Analysis

Why This Paper Matters

This paper introduces a radical departure from traditional reinforcement learning (RL) approaches that rely heavily on human-curated datasets or reward signals. By enabling a model to generate its own tasks based on learning progress, it addresses a fundamental bottleneck in AI development: the scarcity and cost of high-quality human annotations. The concept of self-supervised task generation aligns with the broader goal of creating autonomous agents that can continuously improve without external supervision, which is critical for deploying AI in dynamic, real-world environments.

The use of a code executor for validation is particularly innovative, as it provides a reliable, objective feedback mechanism that does not require human judgment. This could make the system highly scalable and applicable to domains where formal verification is possible, such as programming, mathematics, and logic. The paper's focus on reasoning tasks is timely, given the growing interest in models that can perform multi-step inference and problem-solving.

Technical Contributions

The key technical innovations include:

  • Learning Progress Maximization: The model selects tasks that maximize its expected learning progress, creating an automatic curriculum that adapts to its current skill level.
  • Single-Model Architecture: Unlike prior work that separates task generation and solving, this approach uses a single model for both, enabling tighter coupling and more efficient learning.
  • Code Executor as Verifier: Tasks and answers are validated by executing code, providing a deterministic correctness signal that eliminates the need for human or learned reward models.
  • Closed-Loop Self-Improvement: The system operates in a continuous loop of task proposal, solving, verification, and learning, without any human intervention.

Results

The abstract does not provide specific numerical results or comparisons to baselines. However, it claims that the model achieves continuous self-improvement in reasoning tasks. The lack of concrete metrics is a limitation, but the conceptual contribution is significant. Future work would need to demonstrate performance on standard benchmarks (e.g., math word problems, code generation) and compare against supervised or human-in-the-loop methods.

Significance

If validated, this paradigm could democratize AI research by reducing the reliance on expensive human data collection. It also opens the door to truly autonomous learning systems that can adapt to new domains without retraining. The approach may be particularly impactful for reinforcement learning in environments where reward functions are hard to define but verification is possible, such as theorem proving, program synthesis, and scientific discovery. However, challenges remain in ensuring task diversity and avoiding reward hacking, which the paper does not address in detail.