arXiv:2511.11881cs.LGcs.AI2025-11ACL被引 5

让大模型互相出题解题,无需人工标注也能提升推理能力

Better LLM Reasoning via Dual-Play

  • 两模型互为对手:一个出难题,一个解难题,共同进化
  • 无需外部监督,训练中正确率提升18.7%(在GSM8K上)
  • 适合研究自监督学习和大模型推理的开发者

大型语言模型(LLMs)通过可验证奖励的强化学习(RLVR)取得了显著进展,但仍严重依赖外部监督(如精心标注的数据)。对抗学习,特别是自对弈机制,提供了一种替代方案,使模型能从自身迭代学习,减少对外部标注的依赖。双人对弈(Dual-play)通过为两个模型分配不同角色并相互对抗,促进持续竞争与共同演化。然而,将双人对弈应用于大模型仍受限于其对奖励劫持和训练不稳定的敏感性。本文提出PasoDoble,一种全新的双人对弈框架。该框架使用同一基础模型初始化两个模型:提问者(Proposer)生成带真值答案的挑战性问题,求解者(Solver)尝试解答。通过引入预训练数据知识增强提问者的质量与多样性。为防止奖励劫持,提问者仅因生成有效且具有挑战性的问题获得奖励,求解者则因正确解答而获益,两者联合更新。为进一步提升训练稳定性,引入可选离线范式,交替固定一方更新另一方,实现解耦更新。实验表明,PasoDoble可在无监督条件下显著提升大模型的推理性能,在GSM8K上准确率提升18.7%。

原文摘要 · Abstract (English)

Large Language Models (LLMs) have achieved remarkable progress through Reinforcement Learning with Verifiable Rewards (RLVR), yet still rely heavily on external supervision (e.g., curated labels). Adversarial learning, particularly through self-play, offers a promising alternative that enables models to iteratively learn from themselves - thus reducing reliance on external supervision. Dual-play extends adversarial learning by assigning specialized roles to two models and training them against each other, fostering sustained competition and mutual evolution. Despite its promise, adapting dual-play training to LLMs remains limited, largely due to their susceptibility to reward hacking and training instability. In this paper, we introduce PasoDoble, a novel LLM dual-play framework. PasoDoble adversarially trains two models initialized from the same base model: a Proposer, which generates challenging questions with ground-truth answers, and a Solver, which attempts to solve them. We enrich the Proposer with knowledge from a pre-training dataset to ensure the questions' quality and diversity. To avoid reward hacking, the Proposer is rewarded for producing only valid questions that push the Solver's limit, while the Solver is rewarded for solving them correctly, and both are updated jointly. To further enhance training stability, we introduce an optional offline paradigm that decouples Proposer and Solver updates, alternately updating each for several steps while holding the other fixed. Notably, PasoDoble operates without supervision during training. Experimental results show that PasoDoble can improve the reasoning performance of LLMs. Our project page is available at https://hcy123902.github.io/PasoDoble.

自监督大模型推理增强对抗学习

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