Absolute Zero: Reinforced Self-play Reasoning with Zero Data

Andrew Zhao, Yiran Wu, Yang Yue, Tong Wu, Quentin Xu, Matthieu Lin, Shenzhi Wang, Qingyun Wu, Zilong Zheng, Gao Huang

arXiv:2505.03335 · 2026-07-27 공개 · arXiv · PDF

reinforcement-learning llm-training mathematical-reasoning reasoning verifiable-rewards curriculum-learning self-play sota-performance

Abstract

Reinforcement learning with verifiable rewards (RLVR) has shown promise in enhancing the reasoning capabilities of large language models by learning directly from outcome-based rewards. Recent RLVR works that operate under the zero setting avoid supervision in labeling the reasoning process, but still depend on manually curated collections of questions and answers for training. The scarcity of high-quality, human-produced examples raises concerns about the long-term scalability of relying on human supervision, a challenge already evident in the domain of language model pretraining. Furthermore, in a hypothetical future where AI surpasses human intelligence, tasks provided by humans may offer limited learning potential for a superintelligent system. To address these concerns, we propose a new RLVR paradigm called Absolute Zero, in which a single model learns to propose tasks that maximize its own learning progress and improves reasoning by solving them, without relying on any external data. Under this paradigm, we introduce the Absolute Zero Reasoner (AZR), a system that self-evolves its training curriculum and reasoning ability by using a code executor to both validate proposed code reasoning tasks and verify answers, serving as an unified source of verifiable reward to guide open-ended yet grounded learning. Despite being trained entirely without external data, AZR achieves overall SOTA performance on coding and mathematical reasoning tasks, outperforming existing zero-setting models that rely on tens of thousands of in-domain human-curated examples. Furthermore, we demonstrate that AZR can be effectively applied across different model scales and is compatible with various model classes.

한국어 요약

한 줄 요약

AZR은 외부 데이터 없이 자가 생성 학습을 통해 수학 및 코드 추론에서 최신 성능을 달성한 RLVR 모델이다.

핵심 기여도

핵심 아이디어

기존 RLVR 연구는 인간이 생성한 질문-답변 쌍에 의존해 학습 곡선을 구성하지만, 이는 확장성에 한계가 있다. 본 연구는 외부 데이터 없이 모델이 스스로 학습 과제를 생성하고 이를 해결함으로써 추론 능력을 향상시키는 새로운 패러다임인 **Absolute Zero**를 제안한다. AZR은 코드 실행기와 연동되어 생성된 코드 추론 과제를 검증하고, 이를 통해 **verifiable reward**를 생성한다. 이는 인간 감독 없이도 안정적인 학습을 가능하게 하며, **AlphaZero**와 유사한 self-play 학습 방식을 채택한다. 핵심 아이디어는 모델이 스스로 학습 과제를 생성하고 이를 해결함으로써 추론 능력을 자가 진화시키는 점이다.

기술적 접근법

주요 결과

의의 및 한계

AZR은 인간 감독 없이도 추론 능력을 자가 진화시키는 새로운 RLVR 패러다임으로, 추론 모델의 자율성과 확장성을 높이는 데 기여한다. 특히, 코드 실행기와 연동된 학습 환경은 verifiable reward를 생성하여 안정적인 학습을 가능하게 한다. 그러나 AZR은 외부 데이터 없이 학습하기 때문에 초기 학습 곡선이 불안정할 수 있으며, 복잡한 추론 과제에서는 오랜 학습 시간이 필요할 수 있다. 또한, AZR의 성능은 모델 크기와 비선형적으로 상관관계가 있으므로, 모델 확장에 따른 성능 향상은 추가 연구가 필요하다.

실용적 활용

AZR은 코드 및 수학 추론을 포함한 다양한 추론 과제에 적용 가능하며, 인간 감독 없이도 모델이 자가 진화하는 시스템 개발에 활용될 수 있다. 특히, AI가 인간 지능을 초월하는 상황에서 자율 학습을 지속할 수 있는 기반 기술로 활용될 수 있다.