English

Is It Thinking or Cheating? Detecting Implicit Reward Hacking by Measuring Reasoning Effort

Artificial Intelligence 2026-03-03 v4 Computation and Language

Abstract

Reward hacking, where a reasoning model exploits loopholes in a reward function to achieve high rewards without solving the intended task, poses a significant threat. This behavior may be explicit, i.e. verbalized in the model's chain-of-thought (CoT), or implicit, where the CoT appears benign thus bypasses CoT monitors. To detect implicit reward hacking, we propose TRACE (Truncated Reasoning AUC Evaluation). Our key observation is that hacking occurs when exploiting the loophole is easier than solving the actual task. This means that the model is using less 'effort' than required to achieve high reward. TRACE quantifies effort by measuring how early a model's reasoning becomes sufficient to obtain the reward. We progressively truncate a model's CoT at various lengths, force the model to answer, and estimate the expected reward at each cutoff. A hacking model, which takes a shortcut, will achieve a high expected reward with only a small fraction of its CoT, yielding a large area under the accuracy-vs-length curve. TRACE achieves over 65% gains over our strongest 72B CoT monitor in math reasoning, and over 30% gains over a 32B monitor in coding. We further show that TRACE can discover unknown loopholes during training. Overall, TRACE offers a scalable unsupervised approach for oversight where current monitoring methods prove ineffective.

Keywords

Cite

@article{arxiv.2510.01367,
  title  = {Is It Thinking or Cheating? Detecting Implicit Reward Hacking by Measuring Reasoning Effort},
  author = {Xinpeng Wang and Nitish Joshi and Barbara Plank and Rico Angell and He He},
  journal= {arXiv preprint arXiv:2510.01367},
  year   = {2026}
}

Comments

ICLR 2026 Oral Presentation

R2 v1 2026-07-01T06:11:43.668Z