AIFeb 13

On-Policy Supervised Fine-Tuning for Efficient Reasoning

arXiv:2602.13407v12 citationsh-index: 4Has Code
Originality Incremental advance
AI Analysis

This work addresses efficiency and stability issues in training reasoning models for AI applications, offering a simpler and more effective alternative to complex RL-based methods.

The paper tackles the high computational cost and instability of training large reasoning models with complex reinforcement learning methods by simplifying the reward structure to a truncation-based length penalty, reducing chain-of-thought length by up to 80% while maintaining accuracy and improving training efficiency with 50% less GPU memory and 70% faster convergence.

Large reasoning models (LRMs) are commonly trained with reinforcement learning (RL) to explore long chain-of-thought reasoning, achieving strong performance at high computational cost. Recent methods add multi-reward objectives to jointly optimize correctness and brevity, but these complex extensions often destabilize training and yield suboptimal trade-offs. We revisit this objective and challenge the necessity of such complexity. Through principled analysis, we identify fundamental misalignments in this paradigm: KL regularization loses its intended role when correctness and length are directly verifiable, and group-wise normalization becomes ambiguous under multiple reward signals. By removing these two items and simplifying the reward to a truncation-based length penalty, we show that the optimization problem reduces to supervised fine-tuning on self-generated data filtered for both correctness and conciseness. We term this simplified training strategy on-policy SFT. Despite its simplicity, on-policy SFT consistently defines the accuracy-efficiency Pareto frontier. It reduces CoT length by up to 80 while maintaining original accuracy, surpassing more complex RL-based methods across five benchmarks. Furthermore, it significantly enhances training efficiency, reducing GPU memory usage by 50% and accelerating convergence by 70%. Our code is available at https://github.com/EIT-NLP/On-Policy-SFT.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes