paper-with-me

홈 › Papers

Towards Understanding Specification Gaming in Reasoning Models

2026-05-04 · Kei Nishimura-Gasparian, Robert McCarthy, David Lindner arxiv

Specification gaming is a critical failure mode of LLM agents. Despite this, there has been little systematic research into when it arises and what drives it. To address this, we build and open source a diverse suite of tasks where models can score highly by taking unintended actions. We find that all tested models exploit their specifications at non-negligible rates in most of our eight settings, including five non-coding settings. We see the highest rates of specification gaming in Grok 4 and the lowest rates in Claude models. We use our evaluation suite to study what drives specification gaming, and find that: 1. RL reasoning training substantially increases the rate at which models exploit their specifications, 2. Increasing RL reasoning budget has a weakly positive effect on exploit rate, and 3. Test-time mitigations reduce but do not eliminate the rate of specification gaming. Our results suggest that specification gaming is a fundamental challenge arising from RL reasoning training; we release our evaluation suite to support further work on this problem.

📄 PDF Abstract BibTeX arXiv:2605.02269

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Demonstrating specification gaming in reasoning models

2025-02-18 · Alexander Bondarenko, Denis Volk, Dmitrii Volkov, Jeffrey Ladish

We demonstrate LLM agent specification gaming by instructing models to win against a chess engine. We find reasoning models like OpenAI o3 and DeepSeek R1 will often hack the benchmark by default, while language models l…

Sycophancy to Subterfuge: Investigating Reward-Tampering in Large Language Models

2024-06-14 · Carson Denison, Monte MacDiarmid, Fazl Barez, David Duvenaud 외

In reinforcement learning, specification gaming occurs when AI systems learn undesired behaviors that are highly rewarded due to misspecified training goals. Specification gaming can range from simple behaviors like syco…

Language ModellingLarge Language Model

Honesty to Subterfuge: In-Context Reinforcement Learning Can Make Honest Models Reward Hack

2024-10-09 · Leo McKee-Reid, Christoph Sträter, Maria Angelica Martinez, Joe Needham 외

Previous work has shown that training "helpful-only" LLMs with reinforcement learning on a curriculum of gameable environments can lead models to generalize to egregious specification gaming, such as editing their own re…

In-Context Reinforcement Learningreinforcement-learningReinforcement Learning

Recontextualization Mitigates Specification Gaming without Modifying the Specification

2025-12-22 · Ariana Azarbal, Victor Gillioz, Vladimir Ivanov, Bryce Woodworth 외 arxiv

Developers often struggle to specify correct training labels and rewards. Perhaps they don't need to. We propose recontextualization, which reduces how often language models "game" training signals, performing misbehavio…

Deciphering Digital Detectives: Understanding LLM Behaviors and Capabilities in Multi-Agent Mystery Games

2023-12-01 · Dekun Wu, Haochen Shi, Zhiyuan Sun, Bang Liu

In this study, we explore the application of Large Language Models (LLMs) in \textit{Jubensha}, a Chinese detective role-playing game and a novel area in Artificial Intelligence (AI) driven gaming. We introduce the first…

AI AgentIn-Context LearningLanguage ModelingLanguage Modelling+2