Prompt Augmentation Scales up GRPO Training on Mathematical Reasoning
Wenquan Lu, Hai Huang, Randall Balestriero
TL;DR
Prompt augmentation diversifies the reasoning templates used during GRPO post-training for mathematical reasoning, mitigating entropy-collapse and enabling longer, more stable optimization horizons. By sampling multiple templates and applying template-specific rewards, it elicits diverse reasoning trajectories and improves learning efficiency without relying on strict KL regularization. On the Qwen2.5-Math-1.5B model trained on MATH Level $3$–$5$, the approach achieves state-of-the-art performance across major benchmarks, including $AIME24$, $AMC$, $MATH500$, $Minerva$, and $OlympiadBench$, with $44.5$ per-benchmark and $51.3$ per-question accuracies at representative checkpoints. The work suggests that simple, inexpensive prompt augmentation can unlock deeper policy improvement and points to inference-time ensembles across prompts as a promising future direction.
Abstract
Reinforcement learning algorithms such as group-relative policy optimization (GRPO) have demonstrated strong potential for improving the mathematical reasoning capabilities of large language models. However, prior work has consistently observed an entropy collapse phenomenon during reinforcement post-training, characterized by a monotonic decrease in policy entropy that ultimately leads to training instability and collapse. As a result, most existing approaches restrict training to short horizons (typically 5-20 epochs), limiting sustained exploration and hindering further policy improvement. In addition, nearly all prior work relies on a single, fixed reasoning prompt or template during training. In this work, we introduce prompt augmentation, a training strategy that instructs the model to generate reasoning traces under diverse templates and formats, thereby increasing rollout diversity. We show that, without a KL regularization term, prompt augmentation enables stable scaling of training duration under a fixed dataset and allows the model to tolerate low-entropy regimes without premature collapse. Empirically, a Qwen2.5-Math-1.5B model trained with prompt augmentation on the MATH Level 3-5 dataset achieves state-of-the-art performance, reaching 44.5 per-benchmark accuracy and 51.3 per-question accuracy on standard mathematical reasoning benchmarks, including AIME24, AMC, MATH500, Minerva, and OlympiadBench. The code and model checkpoints are available at https://github.com/wenquanlu/prompt-augmentation-GRPO.
