Debate Training Reduces Reward Hacking in RLAIF

Paper · arXiv 2608.17776 · Published August 18, 2026
RL with Verifiable Rewards (RLVR)

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? How do adversarial and manipulative prompts attack reasoning models? How does policy entropy collapse constrain reasoning-focused reinforcement learning? Can ensemble evaluation methods reduce bias more than single judges? Can debate mechanisms prevent silent agreement on wrong answers in multi-agent reasoning? What constrains reinforcement learning's ability to expand model reasoning? How effectively do deterministic tools improve language model reasoning on formal tasks? What pretraining choices and baseline capability constrain reinforcement learning gains? How do self-generated feedback mechanisms enable effective model learning? Does reinforcement learning teach reasoning or just when to reason? Why do agents confidently report success despite actually failing tasks?