用三步分解法揭示强化学习如何提升模型解题能力
Decomposing Elements of Problem Solving: What "Math" Does RL Teach?
- 将解题拆为规划、执行、验证三部分,精准定位能力短板
- 强化学习主要提升已知问题的执行鲁棒性,而非解决新问题
- 在可控环境中发现突破覆盖瓶颈的探索与泛化条件
数学推理任务已成为评估大模型推理能力的重要基准,尤其强化学习(RL)方法如GRPO展现出显著性能提升。然而,仅靠准确率无法细粒度评估能力,也难以揭示哪些解题技能已被内化。为此,我们提出将解题过程分解为三个基础能力:规划(将问题映射为步骤序列)、执行(正确完成解题步骤)、验证(判断解答是否正确)。实证发现,GRPO主要增强执行能力,在模型已知的问题上提升执行鲁棒性,这一现象称为温度蒸馏。更重要的是,经过强化学习训练的模型在面对根本性新问题时表现不佳,因规划能力不足而陷入‘覆盖墙’。为进一步深入研究,我们构建了一个最小化、合成的解题树导航任务,作为数学解题的类比。该受控设置复现了上述发现,证实强化学习主要提升执行鲁棒性。关键在于,此设定下我们识别出强化学习可能通过改进探索和泛化能力来突破覆盖墙的条件。研究揭示了强化学习在提升大模型推理中的作用、暴露核心局限,并指明突破路径。代码已公开于 https://github.com/cfpark00/RL-Wall。
原文摘要 · Abstract (English)
Mathematical reasoning tasks have become prominent benchmarks for assessing the reasoning capabilities of LLMs, especially with reinforcement learning (RL) methods such as GRPO showing significant performance gains. However, accuracy metrics alone do not support fine-grained assessment of capabilities and fail to reveal which problem-solving skills have been internalized. To better understand these capabilities, we propose to decompose problem solving into fundamental capabilities: Plan (mapping questions to sequences of steps), Execute (correctly performing solution steps), and Verify (identifying the correctness of a solution). Empirically, we find that GRPO mainly enhances the execution skill-improving execution robustness on problems the model already knows how to solve-a phenomenon we call temperature distillation. More importantly, we show that RL-trained models struggle with fundamentally new problems, hitting a 'coverage wall' due to insufficient planning skills. To explore RL's impact more deeply, we construct a minimal, synthetic solution-tree navigation task as an analogy for mathematical problem-solving. This controlled setup replicates our empirical findings, confirming RL primarily boosts execution robustness. Importantly, in this setting, we identify conditions under which RL can potentially overcome the coverage wall through improved exploration and generalization to new solution paths. Our findings provide insights into the role of RL in enhancing LLM reasoning, expose key limitations, and suggest a path toward overcoming these barriers. Code is available at https://github.com/cfpark00/RL-Wall.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。