English

GRPO-$\lambda$: Credit Assignment improves LLM Reasoning

Machine Learning 2025-10-02 v1 Artificial Intelligence

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-λ\lambda, a novel extension to GRPO that enhances credit assignment in RL finetuning of LLMs for complex reasoning tasks. We approximate learning from λ\lambda-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 λ\lambda-return, and their applications to the eligibility-trace, where all the variations provide significant gains over GRPO. We compare GRPO-λ\lambda against GRPO by training models from 1.5B to 7B parameters on 44 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-λ\lambda, the resulting average performance on AIME24, Math500, OlympiadMath, MinervaMath, and AMC improves over GRPO by over 33 points and a 4.54.5 points improvement on the 7B model.

Keywords

Cite

@article{arxiv.2510.00194,
  title  = {GRPO-$\lambda$: Credit Assignment improves LLM Reasoning},
  author = {Prasanna Parthasarathi and Mathieu Reymond and Boxing Chen and Yufei Cui and Sarath Chandar},
  journal= {arXiv preprint arXiv:2510.00194},
  year   = {2025}
}
R2 v1 2026-07-01T06:08:52.199Z