DAPO: An Open-Source LLM Reinforcement Learning System at Scale

Qiying Yu, Zheng Zhang, Ruofei Zhu, Yufeng Yuan, Xiaochen Zuo, Yu Yue, Tiantian Fan, Gaohong Liu, Lingjun Liu, Xin Liu, Haibin Lin, Zhiqi Lin, Bole Ma, Guangming Sheng, Yuxuan Tong, Chi Zhang, Mofan Zhang, Wang Zhang, Hang Zhu, Jinhua Zhu, Jiaze Chen, Jiangjie Chen, Chengyi Wang, Honglin Yu, Weinan Dai, Yuxuan Song, Xiang Wei, Haodong Zhou, Jingjing Liu, Wei Ma, Ya-Qin Zhang, Lin Yan, Mu Qiao, Yong-Xu Wu, Mingxuan Wang

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

llm-reasoning dataset-curation aime-2024 llm-reinforcement-learning large-scale-rl open-source-system dapo-algorithm qwen2-5-32b

Abstract

Inference scaling empowers LLMs with unprecedented reasoning ability, with reinforcement learning as the core technique to elicit complex reasoning. However, key technical details of state-of-the-art reasoning LLMs are concealed (such as in OpenAI o1 blog and DeepSeek R1 technical report), thus the community still struggles to reproduce their RL training results. We propose the $\textbf{D}$ecoupled Clip and $\textbf{D}$ynamic s$\textbf{A}$mpling $\textbf{P}$olicy $\textbf{O}$ptimization ($\textbf{DAPO}$) algorithm, and fully open-source a state-of-the-art large-scale RL system that achieves 50 points on AIME 2024 using Qwen2.5-32B base model. Unlike previous works that withhold training details, we introduce four key techniques of our algorithm that make large-scale LLM RL a success. In addition, we open-source our training code, which is built on the verl framework, along with a carefully curated and processed dataset. These components of our open-source system enhance reproducibility and support future research in large-scale LLM RL.

한국어 요약

한 줄 요약

DAPO는 AIME 2024에서 50점 달성한 Qwen2.5-32B 기반의 대규모 LLM 강화 학습 시스템이다.

핵심 기여도

핵심 아이디어

기존 강화 학습 기반 LLM 시스템은 훈련 세부 사항이 비공개되어 재현이 어려웠다. 예를 들어, OpenAI o1 및 DeepSeek R1 기술 보고서는 핵심 알고리즘을 공개하지 않았다. DAPO는 이 문제를 해결하기 위해 훈련 과정을 완전히 오픈소스화하고, 4가지 핵심 기술을 제시함으로써 대규모 LLM 강화 학습의 재현성을 높였다. 특히, Token-Level Policy Gradient Loss는 긴 Chain-of-Thought(장기 추론) 시나리오에서 학습 안정성을 향상시키는 핵심 요소로 작용한다. Overlong Reward Shaping은 보상 노이즈를 줄이고 훈련 안정성을 높이는 데 기여한다.

기술적 접근법

주요 결과

의의 및 한계

DAPO는 대규모 LLM 강화 학습의 재현성을 높이고, 학계와 산업계에서의 활용 가능성을 확장한다. 특히, 훈련 코드와 데이터셋의 완전 오픈소스화는 연구 재현과 발전에 기여한다. 그러나, DAPO의 성능은 Qwen2.5-32B 모델에 의존적이며, 다른 모델 아키텍처나 데이터셋에서의 일반화 가능성은 명시되지 않았다. 또한, 훈련 과정에서 사용된 하이퍼파라미터 세부 사항도 공개되지 않았다.

실용적 활용

DAPO는 수학 및 코딩 경쟁 분야에서 뛰어난 성능을 보이며, AIME와 같은 문제 해결 시스템 개발에 활용 가능하다. 또한, verl 기반의 오픈소스 훈련 코드는 연구자들이 대규모 LLM 강화 학습을 쉽게 구현할 수 있도록 지원한다. 산업적으로는 자동화된 추론 시스템 및 복잡한 의사결정 지원 시스템 개발에 활용될 수 있다.