arXiv:2509.07980cs.CL2025-09被引 50

用强化学习让大模型并行思考,提升解题能力。

Parallel-R1: Towards Parallel Thinking via Reinforcement Learning

  • 通过渐进式课程训练,用强化学习激活并行推理能力。
  • 在数学竞赛题上比单线推理模型高8.4%准确率,AIME25提42.9%。
  • 适合想提升大模型复杂推理能力的研究者与开发者。

并行思考作为一种新方法,通过同时探索多个推理路径来增强大语言模型的推理能力。然而,现有方法多依赖合成数据上的监督微调,导致模型模仿而非探索和泛化。我们提出首个基于强化学习的并行思考框架 Parallel-R1,采用渐进式课程解决训练初期的冷启动问题:先在简单任务上用监督微调建立并行思考能力,再转入强化学习,在更难问题上探索与泛化。在 MATH、AMC23、AIME 等数学基准测试中,Parallel-R1 成功实现并行思考,较直接在难题上用强化学习训练的单线模型提升8.4%准确率。分析显示,模型早期将并行思考用于探索,后期用于多视角验证。最关键的是,我们验证了并行思考作为中段训练中的探索支架,可使模型在强化学习后达到更高性能上限,在 AIME25 上较基线提升42.9%。模型、数据与代码将开源。

原文摘要 · Abstract (English)

Parallel thinking has emerged as a novel approach for enhancing the reasoning capabilities of large language models (LLMs) by exploring multiple reasoning paths concurrently. However, activating such capabilities through training remains challenging, as existing methods predominantly rely on supervised fine-tuning (SFT) over synthetic data, which encourages teacher-forced imitation rather than exploration and generalization. Different from them, we propose \textbf{Parallel-R1}, the first reinforcement learning (RL) framework that enables parallel thinking behaviors for complex real-world reasoning tasks. Our framework employs a progressive curriculum that explicitly addresses the cold-start problem in training parallel thinking with RL. We first use SFT on prompt-generated trajectories from easier tasks to instill the parallel thinking ability, then transition to RL to explore and generalize this skill on harder problems. Experiments on various math benchmarks, including MATH, AMC23, and AIME, show that Parallel-R1 successfully instills parallel thinking, leading to 8.4% accuracy improvements over the sequential thinking model trained directly on challenging tasks with RL. Further analysis reveals a clear shift in the model's thinking behavior: at an early stage, it uses parallel thinking as an exploration strategy, while in a later stage, it uses the same capability for multi-perspective verification. Most significantly, we validate parallel thinking as a \textbf{mid-training exploration scaffold}, where this temporary exploratory phase unlocks a higher performance ceiling after RL, yielding a 42.9% improvement over the baseline on AIME25. Our model, data, and code will be open-source at https://github.com/zhengkid/Parallel-R1.

大模型推理强化学习并行思考数学推理

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。