Unbiased Principles, Robust Rewards
Abstract
Lay Summary
Modern AI assistants are often improved by having another AI act as a "judge" that grades their answers and rewards the good ones. We found a subtle but serious flaw in this setup: when the judge reads an answer first and then writes down what makes a "good" answer, it quietly bends its own standards to flatter whatever it just saw. The AI being trained quickly notices this loophole and learns to produce flashy or evasive answers that game the judge — instead of genuinely getting better. This is a well-known failure mode called reward hacking. We call the underlying cause principle drift, and we fix it with a simple change of order: ask the judge to write down its grading criteria from the question alone, before seeing any answer. Once the criteria are locked in, the judge then scores each answer against them — much like a teacher who writes the grading rubric before reading the essays. This small reordering keeps evaluation honest. AI models trained with our method are more stable during training, much harder to fool, and produce noticeably better answers on creative writing, safety, and reasoning tasks — a step toward AI systems that improve in directions we actually want.