paper-with-me

홈 › Papers

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

2025-10-01 · Xinpeng Wang, Nitish Joshi, Barbara Plank, Rico Angell, He He arxiv

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.

📄 PDF Abstract BibTeX arXiv:2510.01367

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Detecting and Suppressing Reward Hacking with Gradient Fingerprints

2026-04-17 · Songtao Wang, Quang Hieu Pham, Fangcong Yin, Xinpeng Wang 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) typically optimizes for outcome rewards without imposing constraints on intermediate reasoning. This leaves training susceptible to reward hacking, where models explo…

Reinforcement LearningLogical Reasoning

Detecting Safety Violations Across Many Agent Traces

2026-04-13 · Adam Stein, Davis Brown, Hamed Hassani, Mayur Naik 외 arxiv

To identify safety violations, auditors often search over large sets of agent traces. This search is difficult because failures are often rare, complex, and sometimes even adversarially hidden and only detectable when mu…

Do Coding Agents Deceive Us? Detecting and Preventing Cheating via Capped Evaluation with Randomized Tests

2026-06-05 · Thanawat Lodkaew, Johannes Ackermann, Soichiro Nishimori, Nontawat Charoenphakdee 외 arxiv

A growing failure mode in agent evaluation and training is that models can achieve high evaluation scores by exploiting shortcuts instead of solving the intended task, producing deceptive performance. This makes evaluati…

Reproducing, Analyzing, and Detecting Reward Hacking in Rubric-Based Reinforcement Learning

2026-06-03 · Xuekang Wang, Zhuoyuan Hao, Shuo Hou, Hao Peng 외 arxiv

Rubric-based reinforcement learning (RL) uses an LLM-as-a-Judge (LaaJ) to score model outputs according to rubrics as rewards. However, policy models may exploit latent biases in the judge, leading to reward hacking and …

Reinforcement Learning

Thinking-Based Non-Thinking: Solving the Reward Hacking Problem in Training Hybrid Reasoning Models via Reinforcement Learning

2026-01-08 · Siyuan Gan, Jiaheng Liu, Boyan Wang, Tianpei Yang 외 arxiv

Large reasoning models (LRMs) have attracted much attention due to their exceptional performance. However, their performance mainly stems from thinking, a long Chain of Thought (CoT), which significantly increase computa…

Reinforcement Learning