Prepare Reasoning Language Models for Multi-Agent Debate with Self-Debate Reinforcement Learning
Chenxi Liu, Yanshuo Chen, Ruibo Chen, Tianyi Xiong, Tong Zheng, Heng Huang
TL;DR
Sdrl introduces a single-policy training framework to prepare reasoning LLMs for multi-agent debate by jointly optimizing initial solutions and debate-conditioned revisions under verifiable rewards. Grounded in a DCM-based theoretical view, it disentangles majority voting from private critique and demonstrates that critique-induced drift boosts both MAD performance and standalone reasoning. Empirically, Sdrl yields consistent gains across multiple backbones, math benchmarks, and debate frameworks, with frequency-based debate pairing providing the strongest improvements on difficult tasks. The work offers practical, scalable benefits for deploying robust, debate-capable LLMs in collaborative reasoning settings.
Abstract
The reasoning abilities of large language models (LLMs) have been substantially improved by reinforcement learning with verifiable rewards (RLVR). At test time, collaborative reasoning through Multi-Agent Debate (MAD) has emerged as a promising approach for enhancing LLM performance. However, current RLVR methods typically train LLMs to solve problems in isolation, without explicitly preparing them to synthesize and benefit from different rationales that arise during debate. In this work, we propose Self-Debate Reinforcement Learning (SDRL), a training framework that equips a single LLM with strong standalone problem-solving ability and the capability to learn from diverse reasoning trajectories in MAD. Given a prompt, SDRL first samples multiple candidate solutions, then constructs a debate context with diverse reasoning paths and generates second-turn responses conditioned on this context. Finally, SDRL jointly optimizes both the initial and debate-conditioned responses, yielding a model that is effective as both a standalone solver and a debate participant. Experiments across multiple base models and reasoning benchmarks show that SDRL improves overall MAD performance while simultaneously strengthening single model reasoning.
