DGRO: Enhancing LLM Reasoning via Exploration-Exploitation Control and Reward Variance Management
Xuerui Su, Liya Guo, Yue Wang, Yi Zhu, Zhiming Ma, Zun Wang, Yuting Liu
TL;DR
DGRO tackles the exploration–exploitation trade-off in LLM reasoning by decoupling the regularization effect into two coefficients, $\beta_1$ and $\beta_2$, and by using the group mean reward $\bar{r}(x)$ as a tractable surrogate for the soft value $V(x,\beta)$. The paper provides theoretical results bounding the approximation error in different regimes of $\beta$ and analyzes how reward variance shapes gradient dynamics, linking variance to convergence speed. Empirically, DGRO with rule-based rewards achieves state-of-the-art performance on Logic benchmarks and shows strong generalization on mathematics reasoning tasks, outperforming several baselines under online updates. The work unifies several reward-optimization strategies, including DRO and Kimi, and offers practical guidance for designing exploration–exploitation controls and variance management in RL for reasoning.
Abstract
Inference scaling further accelerates Large Language Models (LLMs) toward Artificial General Intelligence (AGI), with large-scale Reinforcement Learning (RL) to unleash long Chain-of-Thought reasoning. Most contemporary reasoning approaches usually rely on handcrafted rule-based reward functions. However, the tarde-offs of exploration and exploitation in RL algorithms involves multiple complex considerations, and the theoretical and empirical impacts of manually designed reward functions remain insufficiently explored. In this paper, we propose Decoupled Group Reward Optimization (DGRO), a general RL algorithm for LLM reasoning. On the one hand, DGRO decouples the traditional regularization coefficient into two independent hyperparameters: one scales the policy gradient term, and the other regulates the distance from the sampling policy. This decoupling not only enables precise control over balancing exploration and exploitation, but also can be seamlessly extended to Online Policy Mirror Descent (OPMD) algorithms in Kimi k1.5 and Direct Reward Optimization. On the other hand, we observe that reward variance significantly affects both convergence speed and final model performance. We conduct both theoretical analysis and extensive empirical validation to assess DGRO, including a detailed ablation study that investigates its performance and optimization dynamics. Experimental results show that DGRO achieves state-of-the-art performance on the Logic dataset with an average accuracy of 96.9\%, and demonstrates strong generalization across mathematical benchmarks.
