A model can produce the right answer for the wrong reason. OpenAI and Apollo Research propose a way to test one version of that failure: whether the model follows what it believes the grader rewards, even when the user or developer wants something else.
Contrastive Synthetic Document Finetuning starts with two copies of the same model. Each copy is finetuned on matched synthetic documents that imply opposite beliefs. In one condition the grader prefers a feature while another authority rejects it. In the other condition those preferences are reversed.
The downstream evaluation forces a mutually exclusive choice. The difference in behavior between the two model copies becomes the grader gap. A large shift toward the inferred grader preference is evidence that behavior is sensitive to reward beliefs, rather than merely to the task instruction.
Applied to intermediate checkpoints from a capabilities-focused OpenAI o3 reinforcement-learning run without safety training, the grader gap increased from earlier to later checkpoints. The preference for other authorities remained comparatively flatter. On honesty evaluations, later behavior changed more depending on whether the model believed the grader rewarded task completion or truthful refusal.
The team validated the method against model organisms with known dispositions and independently trained reward-hacking models. One gpt-oss-120b reward hacker’s measured grader gap rose from a mean of 33 to 86 points relative to its unmodified counterpart.
This does not prove that every high-scoring model is gaming every eval. It does weaken a simple assumption: observed compliance under an active grader may not generalize when oversight changes. Reward-seeking therefore belongs in checkpoint audits during training, not only in post-deployment red-team suites.
