Improving Multi-Step Reasoning Abilities of Large Language Models with Direct Advantage Policy Optimization
Jiacai Liu, Chaojie Wang, Chris Yuhao Liu, Liang Zeng, Rui, Yan, Yiwen Sun, Yang Liu, Yahui Zhou

TL;DR
This paper introduces DAPO, a novel offline reinforcement learning algorithm that improves multi-step reasoning in large language models by using step-level feedback and independent training of Actor and Critic components.
Contribution
The paper proposes DAPO, a new offline RL method that predicts reasoning accuracy at each step, addressing reward sparsity and training instability in LLM reasoning enhancement.
Findings
DAPO improves reasoning accuracy on mathematical and code datasets.
DAPO outperforms standard RL methods like PPO in stability and effectiveness.
Experimental results show enhanced capabilities on multiple benchmarks.
Abstract
The role of reinforcement learning (RL) in enhancing the reasoning of large language models (LLMs) is becoming increasingly significant. Despite the success of RL in many scenarios, there are still many challenges in improving the reasoning of LLMs. One challenge is the sparse reward, which makes optimization difficult for RL and necessitates a large amount of data samples. Another challenge stems from the inherent instability of RL, particularly when using Actor-Critic (AC) methods to derive optimal policies, which often leads to unstable training processes. To address these issues, we introduce Direct Advantage Policy Optimization (DAPO), an novel step-level offline RL algorithm. Unlike standard alignment that rely solely outcome rewards to optimize policies (such as DPO), DAPO employs a critic function to predict the reasoning accuracy at each step, thereby generating dense signals…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques
MethodsDialogue-Adaptive Pre-training Objective · Entropy Regularization · Shrink and Fine-Tune · Proximal Policy Optimization
