ArXiv SPPO: Sequence-level PPO solves the credit assignment problem in long reasoning chains
Sequence-Level PPO reformulates LLM reasoning as a contextual bandit problem, achieving the performance of expensive group methods like GRPO with dramatically fewer resources — without multi-sampling.
This article was generated using artificial intelligence from primary sources.
The problem with token-level PPO
Standard PPO (Proximal Policy Optimization) is the central algorithm for aligning LLMs on reasoning tasks with verifiable rewards. However, token-level PPO struggles with two problems:
- Credit assignment instability — across long Chain-of-Thought (CoT) chains, assigning credit to individual tokens becomes unstable
- Prohibitive memory costs — the value model requires significant resources
Critic-free alternatives like GRPO mitigate these issues, but require multiple sampling to estimate the baseline, which drastically limits training throughput.
SPPO — the best of both worlds
The team (Wang, Li, Li, Chen, Huang et al.) introduces Sequence-Level PPO (SPPO) which reformulates the reasoning process as a Sequence-Level Contextual Bandit problem.
Key innovation: a separate scalar value function that provides low-variance signals without the need for multi-sampling.
Results
On mathematical benchmarks, SPPO:
- Significantly outperforms standard token-level PPO
- Achieves the performance of computationally expensive group methods (GRPO)
- Dramatically more efficient — no multi-sampling overhead
For researchers training reasoning models, SPPO offers a practical alternative: GRPO performance at costs closer to standard PPO.
Related news
arXiv:2605.21006: Off-the-shelf persona vectors achieve 68-98% effectiveness of targeted sycophancy steering in LLM models
Black Forest Labs: FLUX Erase outperforms GPT Image-2 (68.5%) and Finegrain (63.2%) in prompt-free object removal
arXiv:2605.19762: ICML 2026 paper claims code does not improve LLM mathematical reasoning