Bridging Supervised Learning and Reinforcement Learning in Math Reasoning
Huayu Chen, Kaiwen Zheng, Qinsheng Zhang, Ganqu Cui, Yin Cui, Haotian Ye, Tsung-Yi Lin, Ming-Yu Liu, Jun Zhu, Haoxiang Wang
TL;DR
This work investigates whether self-improvement in math reasoning LLMs can be achieved within supervised learning by leveraging negative feedback. It introduces Negative-aware Fine-Tuning (NFT), which constructs an implicit negative policy to learn from negative generations while still training on positive data, enabling direct policy optimization without external teachers. Theoretical analysis reveals NFT and GRPO are equivalent under strict on-policy training, and empirically NFT matches or surpasses leading RL methods like GRPO and DAPO on 7B and 32B Qwen models across multiple benchmarks. The results demonstrate a principled bridge between supervised and reinforcement learning approaches in binary-feedback settings, with negative data, token-level loss, and principled weighting contributing to robust performance improvements in math reasoning tasks.
Abstract
Reinforcement Learning (RL) has played a central role in the recent surge of LLMs' math abilities by enabling self-improvement through binary verifier signals. In contrast, Supervised Learning (SL) is rarely considered for such verification-driven training, largely due to its heavy reliance on reference answers and inability to reflect on mistakes. In this work, we challenge the prevailing notion that self-improvement is exclusive to RL and propose Negative-aware Fine-Tuning (NFT) -- a supervised approach that enables LLMs to reflect on their failures and improve autonomously with no external teachers. In online training, instead of throwing away self-generated negative answers, NFT constructs an implicit negative policy to model them. This implicit policy is parameterized with the same positive LLM we target to optimize on positive data, enabling direct policy optimization on all LLMs' generations. We conduct experiments on 7B and 32B models in math reasoning tasks. Results consistently show that through the additional leverage of negative feedback, NFT significantly improves over SL baselines like Rejection sampling Fine-Tuning, matching or even surpassing leading RL algorithms like GRPO and DAPO. Furthermore, we demonstrate that NFT and GRPO are actually equivalent in strict-on-policy training, even though they originate from entirely different theoretical foundations. Our experiments and theoretical findings bridge the gap between SL and RL methods in binary-feedback learning systems.
