English

The Optimal Token Baseline: Variance Reduction for Long-Horizon LLM-RL

Machine Learning 2026-02-10 v1 Artificial Intelligence

Abstract

Reinforcement Learning (RL) for Large Language Models (LLMs) often suffers from training collapse in long-horizon tasks due to exploding gradient variance. To mitigate this, a baseline is commonly introduced for advantage computation; however, traditional value models remain difficult to optimize, and standard group-based baselines overlook sequence heterogeneity. Although classic optimal baseline theory can achieve global variance reduction, it neglects token heterogeneity and requires prohibitive gradient-based computation. In this work, we derive the Optimal Token Baseline (OTB) from first principles, proving that gradient updates should be weighted inversely to their cumulative gradient norm. To ensure efficiency, we propose the Logit-Gradient Proxy that approximates the gradient norm using only forward-pass probabilities. Our method achieves training stability and matches the performance of large group sizes (N=32N=32) with only N=4N=4, reducing token consumption by over 65% across single-turn and tool-integrated reasoning tasks.

Keywords

Cite

@article{arxiv.2602.07078,
  title  = {The Optimal Token Baseline: Variance Reduction for Long-Horizon LLM-RL},
  author = {Yingru Li and Jiawei Xu and Ziniu Li and Jiacai Liu and Wei Liu and Yuxuan Tong and Longtao Zheng and Zhenghai Xue and Yaxiang Zhang and Tianle Cai and Ge Zhang and Qian Liu and Baoxiang Wang},
  journal= {arXiv preprint arXiv:2602.07078},
  year   = {2026}
}
R2 v1 2026-07-01T10:25:06.175Z