Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Optimizing Chain-of-Thought Reasoners via Gradient Variance Minimization in Rejection Sampling and RL

About

Chain-of-thought (CoT) reasoning in large language models (LLMs) can be formalized as a latent variable problem, where the model needs to generate intermediate reasoning steps. While prior approaches such as iterative reward-ranked fine-tuning (RAFT) have relied on such formulations, they typically apply uniform inference budgets across prompts, which fails to account for variability in difficulty and convergence behavior. This work identifies the main bottleneck in CoT training as inefficient stochastic gradient estimation due to static sampling strategies. We propose GVM-RAFT, a prompt-specific Dynamic Sample Allocation Strategy designed to minimize stochastic gradient variance under a computational budget constraint. The method dynamically allocates computational resources by monitoring prompt acceptance rates and stochastic gradient norms, ensuring that the resulting gradient variance is minimized. Our theoretical analysis shows that the proposed dynamic sampling strategy leads to accelerated convergence guarantees under suitable conditions. Experiments on mathematical reasoning show that GVM-RAFT achieves a 2-4x speedup and considerable accuracy improvements over vanilla RAFT. The proposed dynamic sampling strategy is general and can be incorporated into other reinforcement learning algorithms, such as GRPO, leading to similar improvements in convergence and test accuracy. Our code is available at https://github.com/RLHFlow/GVM.

Jiarui Yao, Yifan Hao, Hanning Zhang, Hanze Dong, Wei Xiong, Nan Jiang, Tong Zhang• 2025

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningGSM8K
Accuracy93.1
1398
Mathematical ReasoningMATH 500
Pass@1 Rate81.6
82
Scientific ReasoningGPQA
Accuracy66.6
75
Troop placement predictionRisk
EMD0.64
66
Mathematical ReasoningAMC23
Average@1664.31
63
Mathematical ReasoningMATH 500
Accuracy (avg@4)78.4
44
Mathematical ReasoningMinerva
Pass@132.72
36
Mathematical ReasoningAIME 25
Average@16 Score15
33
Mathematical ReasoningOLYM
Pass@142.67
22
Mathematical ReasoningGAO23
Pass@155.32
22
Showing 10 of 13 rows

Other info

Follow for update