W2SPO Boosts LLM Reasoning with Weak-to-Strong RL.

Dayu Wang, Jiaye Yang, Weikang Li, Jiahui Liang, Liwei Qian, Xin Pei, Jizhou Huang· July 21, 2026 View original

Summary

This paper introduces W2SPO, an off-policy reinforcement learning method that enhances large language model reasoning by using a weaker, computationally efficient auxiliary model to guide exploration. It injects short, 8-token auxiliary segments into intermediate trajectories, leading to stronger target reasoning policies and faster training.

Reinforcement learning with verifiable rewards (RLVR) is a common method for improving LLM reasoning, but it often faces a "support limited bottleneck." On challenging tasks, the target model's generated samples can become semantically redundant, converging into similar erroneous reasoning paths that offer little contrast for policy updates. To overcome this, the W2SPO (Weak-to-Strong Off-Policy RL via Auxiliary Branches) method proposes a weak-to-strong learning paradigm. It uses a weaker, computationally efficient auxiliary model to inform the target policy's exploration. Specifically, W2SPO injects short auxiliary segments, often as brief as 8 tokens, into the target model's intermediate trajectories. The target model then completes the reasoning path from these diverted states. Policy updates are restricted to these short inserted segments based on the final verifiable rewards. Empirically, W2SPO achieves superior performance on mathematical reasoning benchmarks for 4B-scale models, outperforming post-trained baselines. It improves Pass@1 from 62.3% to 64.2% compared to vanilla GRPO with the same sampling budget, while also achieving a 3.55 times training speedup.

Why it matters

AI engineers can leverage W2SPO to train more capable reasoning LLMs more efficiently, especially for complex tasks where traditional RL methods struggle with exploration and convergence.

How to implement this in your domain

  1. 1Analyze current LLM training pipelines for bottlenecks in exploration or slow convergence on complex reasoning tasks.
  2. 2Investigate integrating a weak auxiliary model to guide the exploration of your primary LLM.
  3. 3Experiment with injecting short auxiliary segments into intermediate reasoning paths during RL fine-tuning.
  4. 4Benchmark the performance and training speedup of W2SPO against existing RL methods on your specific tasks.
  5. 5Consider applying this technique to improve mathematical reasoning, code generation, or other multi-step problem-solving tasks.

Who benefits

AI/ML DevelopmentSoftware EngineeringEducationResearch & DevelopmentFintech

Key takeaways

  • W2SPO is an off-policy RL method that uses a weak auxiliary model to enhance LLM reasoning.
  • It addresses the "support limited bottleneck" by injecting short, diverse auxiliary segments into trajectories.
  • The method significantly improves performance on mathematical reasoning benchmarks for 4B-scale models.
  • W2SPO also offers substantial training speedups compared to traditional RL approaches.

Original post by Dayu Wang, Jiaye Yang, Weikang Li, Jiahui Liang, Liwei Qian, Xin Pei, Jizhou Huang

"arXiv:2607.16205v1 Announce Type: new Abstract: Reinforcement learning with verifiable rewards has emerged as a standard approach for enhancing reasoning in large language models, which typically optimizes the policy by contrasting multiple self generated rollouts. However, we id…"

View on X

Originally posted by Dayu Wang, Jiaye Yang, Weikang Li, Jiahui Liang, Liwei Qian, Xin Pei, Jizhou Huang on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses