arXiv:2505.21493cs.LGcs.CL2025-05被引 73

不依赖验证器的强化学习,让大模型在复杂领域也能高效推理。

Reinforcing General Reasoning without Verifiers

  • 用强化学习直接最大化生成标准答案的概率,跳过传统验证步骤。
  • 在多个基准测试中表现超越或持平有验证器的方法,且节省计算资源。
  • 适合希望简化训练流程、拓展推理场景的研究者和开发者。

近期基于可验证奖励的强化学习(如 DeepSeek-R1-Zero)在代码与数学推理上取得显著进展,但受限于规则化验证条件,难以应用于化学、医疗、法律等现实领域。现有方案引入额外大模型作为验证器,带来对强验证器依赖、奖励欺骗及内存负担等问题。为解决此问题,我们提出无需验证器的方法(VeriFree),通过强化学习直接最大化生成参考答案的概率。实验表明,VeriFree在MMLU-Pro、GPQA、SuperGPQA及数学类基准上表现优异,不仅降低计算开销,还具备更强实用性。方法可视为策略与隐式验证器的统一训练,亦可从变分优化视角理解。代码已开源。

原文摘要 · Abstract (English)

The recent paradigm shift towards training large language models (LLMs) using DeepSeek-R1-Zero-style reinforcement learning (RL) on verifiable rewards has led to impressive advancements in code and mathematical reasoning. However, this methodology is limited to tasks where rule-based answer verification is possible and does not naturally extend to real-world domains such as chemistry, healthcare, engineering, law, biology, business, and economics. Current practical workarounds use an additional LLM as a model-based verifier; however, this introduces issues such as reliance on a strong verifier LLM, susceptibility to reward hacking, and the practical burden of maintaining the verifier model in memory during training. To address this and extend DeepSeek-R1-Zero-style training to general reasoning domains, we propose a verifier-free method (VeriFree) that bypasses answer verification and instead uses RL to directly maximize the probability of generating the reference answer. We compare VeriFree with verifier-based methods and demonstrate that, in addition to its significant practical benefits and reduced compute requirements, VeriFree matches and even surpasses verifier-based methods on extensive evaluations across MMLU-Pro, GPQA, SuperGPQA, and math-related benchmarks. Moreover, we provide insights into this method from multiple perspectives: as an elegant integration of training both the policy and implicit verifier in a unified model, and as a variational optimization approach. Code is available at https://github.com/sail-sg/VeriFree.

强化学习大模型推理无验证器通用推理

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