English

Token-Efficient RL for LLM Reasoning

Machine Learning 2025-06-13 v4 Artificial Intelligence

Abstract

We propose reinforcement learning (RL) strategies tailored for reasoning in large language models (LLMs) under strict memory and compute limits, with a particular focus on compatibility with LoRA fine-tuning. Building on early policy gradient methods with baseline subtraction, we design critic-free methods that operate on a small, informative subset of output tokens to reduce memory usage and stabilize training. We introduce S-GRPO, a stochastic variant of Group Relative Policy Optimization, and T-SPMO, a token-level prefix matching approach for fine-grained credit assignment. Applied to Qwen2-1.5B, our methods raise accuracy on the SVAMP benchmark from 46% to over 70% and show strong performance on multi-digit multiplication. Surprisingly, full-token GRPO under LoRA fails to improve over the base model, suggesting that selective token-level optimization may act as an implicit regularizer in low-parameter training regimes.

Keywords

Cite

@article{arxiv.2504.20834,
  title  = {Token-Efficient RL for LLM Reasoning},
  author = {Alan Lee and Harry Tong},
  journal= {arXiv preprint arXiv:2504.20834},
  year   = {2025}
}

Comments

Title updated to "Token-Efficient RL for LLM Reasoning" to better reflect algorithmic focus. Revised abstract, intro, and conclusion. Paper shortened and typos fixed

R2 v1 2026-06-28T23:15:30.126Z