paper-with-me

홈 › Papers

Auditing Games for Sandbagging

2025-12-08 · Jordan Taylor, Sid Black, Dillon Bowen, Thomas Read, Satvik Golechha, Alex Zelenka-Martin, Oliver Makins, Connor Kissane, Kola Ayonrinde, Jacob Merizian, Samuel Marks, Chris Cundy, Joseph Bloom arxiv

Future AI systems could conceal their capabilities ('sandbagging') during evaluations, potentially misleading developers and auditors. We stress-tested sandbagging detection techniques using an auditing game. First, a red team fine-tuned five models, some of which conditionally underperformed, as a proxy for sandbagging. Second, a blue team used black-box, model-internals, or training-based approaches to identify sandbagging models. We found that the blue team could not reliably discriminate sandbaggers from benign models. Black-box approaches were defeated by effective imitation of a weaker model. Linear probes, a model-internals approach, showed more promise but their naive application was vulnerable to behaviours instilled by the red team. We also explored capability elicitation as a strategy for detecting sandbagging. Although Prompt-based elicitation was not reliable, training-based elicitation consistently elicited full performance from the sandbagging models, using only a single correct demonstration of the evaluation task. However the performance of benign models was sometimes also raised, so relying on elicitation as a detection strategy was prone to false-positives. In the short-term, we recommend developers remove potential sandbagging using on-distribution training for elicitation. In the longer-term, further research is needed to ensure the efficacy of training-based elicitation, and develop robust methods for sandbagging detection. We open source our model organisms at https://github.com/AI-Safety-Institute/sandbagging_auditing_games and select transcripts and results at https://huggingface.co/datasets/sandbagging-games/evaluation_logs . A demo illustrating the game can be played at https://sandbagging-demo.far.ai/ .

📄 PDF Abstract BibTeX arXiv:2512.07810

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Noise Injection Reveals Hidden Capabilities of Sandbagging Language Models

2024-12-02 · Cameron Tice, Philipp Alexander Kreer, Nathan Helm-Burger, Prithviraj Singh Shahani 외

Capability evaluations play a critical role in ensuring the safe deployment of frontier AI systems, but this role may be undermined by intentional underperformance or ``sandbagging.'' We present a novel model-agnostic me…

MMLUMultiple-choice

Option-Order Randomisation Reveals a Distributional Position Attractor in Prompted Sandbagging

2026-04-29 · Jon-Paul Cacioli arxiv

A predecessor pilot (Cacioli, 2026) found that Llama-3-8B implements prompted sandbagging as positional collapse rather than answer avoidance. However, fixed option ordering in MMLU-Pro left open whether this reflected a…

Sandbagging in a Simple Survival Bandit Problem

2025-09-30 · Joel Dyer, Daniel Jarne Ornia, Nicholas Bishop, Anisoara Calinescu 외 arxiv

Evaluating the safety of frontier AI systems is an increasingly important concern, helping to measure the capabilities of such models and identify risks before deployment. However, it has been recognised that if AI agent…

Removing Sandbagging in LLMs by Training with Weak Supervision

2026-04-23 · Emil Ryd, Henning Bartsch, Julian Stastny, Joe Benton 외 arxiv

As AI systems begin to automate complex tasks, supervision increasingly relies on weaker models or limited human oversight that cannot fully verify output quality. A model more capable than its supervisors could exploit …

Reinforcement Learning

LLMs Can Covertly Sandbag on Capability Evaluations Against Chain-of-Thought Monitoring

2025-07-31 · Chloe Li, Mary Phuong, Noah Y. Siegel arxiv

Trustworthy evaluations of dangerous capabilities are increasingly crucial for determining whether an AI system is safe to deploy. One empirically demonstrated threat is sandbagging - the strategic underperformance on ev…