ACL2026
MMR-GRPO: Accelerating GRPO-Style Training through Diversity-Aware Reward Reweighting
Kangda Wei, Ruihong Huang
2 citations
Abstract
Group Relative Policy Optimization (GRPO) (Shao et al., 2024) has become a standard approach for training mathematical reasoning models; however, GRPO training is computationally intensive and usually takes a long time, which consumes substantial computational resources and creates barriers for academic researchers and smaller organizations with limited GPU budgets. In this paper, we propose MMR-GRPO to accelerate GRPO training and reduce the overall training time required to reach peak performance, and the approach adopts Maximal Marginal Relevance to reweigh rewards of multiple rollouts by balancing rollout quality with diversity to reduce rollout redundancy. The rationale is that redundant or similar rollout, when repeatedly used to train a model, will create an "exploitation trap" and slow down model convergence in GRPO style reinforcement learning. Extensive evaluations across three model sizes (1.5B, 7B, 8B), three GRPO variants, and five mathematical reasoning benchmarks show that MMR-GRPO achieves comparable peak performance while requiring on average 47.9% fewer training steps and 70.2% less wall-clock time. These gains are consistent across models, methods, and benchmarks. Our code is released at: https: //github.com/WeiKangda/MMR-GRPO .