用在线微调补足强化学习短板,让大模型学会解决难问题
Learning What Reinforcement Learning Can't: Interleaved Online Fine-Tuning for Hardest Questions
- RL与SFT交替训练,利用优质示范数据扩展模型能力边界
- 在5个竞赛级基准上平均提升超5.2分,且仅用13%示范数据
- 适合需要持续学习新知识的复杂推理任务
大型语言模型(LLM)推理的最新进展表明,通过强化学习(RL)可涌现出规划与自我反思等复杂行为。然而,当前RL仍受限于模型原有知识,难以推动超出基础模型能力的新知识获取。为此,本文采用监督微调(SFT)来学习RL无法实现的能力,通过高质量示范数据引入新知识与推理模式。分析发现,RL擅长维持并优化模型已有能力范围内的表现,而SFT更有效促进模型在能力边界外的问题上的进步。基于此互补性,提出新型训练方法ReLIFT(Reinforcement Learning Interleaved with Online Fine-Tuning):以RL为主,遇到难题时收集高质量解法进行在线微调,交替训练以增强推理能力。ReLIFT在五个竞赛级基准和一个分布外基准上平均提升超5.2分,优于其他零-RL模型;且仅使用13%的详细示范数据,展现出强可扩展性。结果证明,ReLIFT突破了传统RL的根本局限,具有显著潜力。
原文摘要 · Abstract (English)
Recent advances in large language model (LLM) reasoning have shown that sophisticated behaviors such as planning and self-reflection can emerge through reinforcement learning (RL). However, despite these successes, RL in its current form remains insufficient to induce capabilities that exceed the limitations of the base model, as it is primarily optimized based on existing knowledge of the model rather than facilitating the acquisition of new information. To address this limitation, we employ supervised fine-tuning (SFT) to learn what RL cannot, which enables the incorporation of new knowledge and reasoning patterns by leveraging high-quality demonstration data. We analyze the training dynamics of RL and SFT for LLM reasoning and find that RL excels at maintaining and improving performance on questions within the model's original capabilities, while SFT is more effective at enabling progress on questions beyond the current scope of the model. Motivated by the complementary strengths of RL and SFT, we introduce a novel training approach, \textbf{ReLIFT} (\textbf{Re}inforcement \textbf{L}earning \textbf{I}nterleaved with Online \textbf{F}ine-\textbf{T}uning). In ReLIFT, the model is primarily trained using RL, but when it encounters challenging questions, high-quality solutions are collected for fine-tuning, and the training process alternates between RL and fine-tuning to enhance the model's reasoning abilities. ReLIFT achieves an average improvement of over +5.2 points across five competition-level benchmarks and one out-of-distribution benchmark compared to other zero-RL models. Furthermore, we demonstrate that ReLIFT outperforms both RL and SFT while using only 13\% of the detailed demonstration data, highlighting its scalability. These results provide compelling evidence that ReLIFT overcomes the fundamental limitations of RL and underscores the significant potential.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。