GRPO-$λ$: Credit Assignment improves LLM Reasoning
Prasanna Parthasarathi, Mathieu Reymond, Boxing Chen, Yufei Cui, Sarath Chandar
TL;DR
GRPO-$λ$ addresses the credit assignment challenge in RL-finetuned LLM reasoning by reparameterizing generalized advantage estimation with token-level eligibility traces in a critic-free TD framework. The method introduces per-token tracing and several decay styles to propagate rewards more rapidly to earlier tokens, improving learning efficiency and reasoning accuracy. Across 1.5B–7B models and four math-reasoning datasets, GRPO-$λ$ achieves 30-40% faster training and an average gain of over 3 points on benchmarks, including up to 4.5 points on the 7B model; results validate the effectiveness of token-level credit assignment in LLM RL fine-tuning. The work also analyzes bias bounds and stability mechanisms (e.g., negative-advantage clamping) and outlines future directions for trace-type exploration and generalization to broader reasoning tasks.
Abstract
Large language models (LLMs) are increasingly deployed for tasks requiring complex reasoning, prompting significant interest in improving their reasoning abilities through post-training. Especially RL based methods using verifiable reward, like the state-of-the-art GRPO, have shown to tremendously improve reasoning behaviors when applied as post-training methods. However, the lack of an explicit reward or critic model limits GRPO's ability to assign fine-grained credit across token sequences. In this work, we present GRPO-$λ$, a novel extension to GRPO that enhances credit assignment in RL finetuning of LLMs for complex reasoning tasks. We approximate learning from $λ$-return with a reformulation of eligibility traces using token-level log-probabilities applied after each sequence generation, and a novel critic-free approximation of the temporal-difference error. We introduce a few variations for the weighting of the $λ$-return, and their applications to the eligibility-trace, where all the variations provide significant gains over GRPO. We compare GRPO-$λ$ against GRPO by training models from 1.5B to 7B parameters on $4$ different math reasoning datasets. The training plots demonstrate 30-40% improved performance during RL training on both LLaMA-3.1 and Qwen-2.5 architectures. Finally, we show that with GRPO-$λ$, the resulting average performance on AIME24, Math500, OlympiadMath, MinervaMath, and AMC improves over GRPO by over $3$ points and a $4.5$ points improvement on the 7B model.
