TL;DR
Group Relative Policy Optimization (GRPO) is computationally expensive due to its need for multiple completions per prompt. MMR-GRPO was developed to enhance GRPO training by using Maximal Marginal Relevance to prioritize diverse solutions, thereby reweighting rewards.
✦ Why It Matters
Engineers can adopt MMR-GRPO to significantly reduce training time and costs for mathematical reasoning models.
Key Takeaways
How It Works
MMR-GRPO utilizes Maximal Marginal Relevance to prioritize diverse completions during training. By reweighting rewards based on the uniqueness of outputs, it minimizes the impact of semantically redundant completions, which contribute little to learning.
This approach accelerates convergence by ensuring that the model receives more informative updates, ultimately leading to faster training times.
Related