Debate Training Reduces Reward Hacking in RLAIF
We demonstrate that RL finetuning an LLM using debate, a two-player adversarial game between a generator and a critic adjudicated by a weaker LLM judge, reduces reward hacking compared to a reinforcement learning from AI feedback (RLAIF) baseline. Reward hacking is a central obstacle in RLAIF: as training progresses, the policy learns to exploit systematic errors in its AI judge, degrading task performance, a problem that worsens precisely when the judge is weaker than the policy, the setting most relevant to overseeing increasingly capable AI systems. We study mathematics tasks, where final-answer correctness is verifiable, allowing us to measure reward hacking dynamics. We train a Gemini 2.5 Flash-class policy with a frozen, weaker Gemini 2.5 Flash Lite judge, comparing a single-player RLAIF baseline against debate. While the baseline quickly hacks the judge, debate maintains judge performance throughout training, leading to a higher peak validation accuracy (45% performance gap recovered) that persists through many RL steps.
Introduction. Reinforcement learning from AI feedback (RLAIF) (Bai et al., 2022; Lee et al., 2023), in which an LLM judge provides the reward signal for RL training, has the potential to become a dominant paradigm for post-training LLMs across tasks without ground-truth labels, from safety and alignment to instruction following (Zheng et al., 2023). The generality and flexibility of an AI judge provides a way to scale up RL environments without the need for task-specific engineering of reward functions, allowing the system to assess broader ranges of behaviours and navigate trade-offs and conflicts between various objectives. Using a previous generation model as the judge to train the next generation model is a natural way that AGI development could proceed.
Discussion / Conclusion. Our results suggest a positive update on the promise of debate as a practical training protocol for scalable oversight. Prior empirical work found debate’s benefits limited to toy settings, informationasymmetric tasks, or inference-only evaluation; and concurrent work struggles with saturation and reward hacking. In contrast, we find that the key benefit of debate emerges through RL training itself: the adversarial self-play keeps rewards in check, maintains judge performance leading to higher peak accuracy that persists through many RL steps, and prevents the accuracy collapse seen under the RLAIF baseline. This has practical implications. In domains without ground-truth labels, practitioners cannot identify when reward hacking begins or select an optimal checkpoint. A training protocol that sustains peak performance by default, rather than requiring careful early stopping, is therefore of direct value. Debate appears to provide this property, at least in our setting. Several important questions remain open, we discuss some in the Limitations below (Section 5.2). The most critical is whether debate’s benefits transfer to domains without verifiable ground truth.
Lines of inquiry this paper opens 24
Research framings built by reading the notes related to this paper — the questions it feeds into.
Why does verification consistently lag behind AI generation?- Does verification of AI outputs face the same circularity problem?
- How does low verifiability change what we can measure in AI work?
- What infrastructure could replace search for verifying AI outputs?
- Can automated tools close the gap between AI generation and verification?
- Why can generative verifiers scale verification compute more effectively than fixed-output discriminative models?
- Can verification tools keep pace with AI artifact generation speed?
- Can verifier output replace ground-truth answers as the asymmetric information source?
- Can verifier-based objectives preserve reasoning transparency alongside correctness?
- Why does a relativistic critic outperform absolute scoring in adversarial reasoning training?
- Can minimal adversarial triggers disrupt reasoning across multiple unrelated queries?
- How does prompt insensitivity in reward models enable adversarial attacks on judges?
- Can adversarial critics force genuine reasoning the same way critique fine-tuning does?
- Does adversarial training actually teach detectors to separate style from content veracity?
- Why does adversarial training force deeper reasoning than surface imitation?