paper-with-me

홈 › Papers

Constitutional Black-Box Monitoring for Scheming in LLM Agents

2026-02-28 · Simon Storf, Rich Barton-Cooper, James Peters-Gill, Marius Hobbhahn arxiv

Safe deployment of Large Language Model (LLM) agents in autonomous settings requires reliable oversight mechanisms. A central challenge is detecting scheming, where agents covertly pursue misaligned goals. One approach to mitigating such risks is LLM-based monitoring: using language models to examine agent behaviors for suspicious actions. We study constitutional black-box monitors: prompted classifiers that detect scheming using only externally observable inputs and outputs, optimized on synthetic data generated from natural-language behavior specifications. We introduce two pipelines for generating synthetic agent trajectories, STRIDE (iterative refinement) and Gloom (agent-environment simulation), from which we generate 1,000 samples each. We optimize frontier LLM monitors on these datasets via prompt sweeps, human refinement, and automated prompt optimization, and evaluate performance on 7,500 held-out trajectories from ControlArena, a suite of grounded environments where agents operate in more realistic contexts. Our results demonstrate that monitors selected purely on synthetic data can generalize to more realistic environments, capturing a meaningful scheming signal. However, we find that performance saturates quickly in our setting, with simple prompt sweeps matching the results of more extensive optimization. Pushing beyond this limit yields no further improvements and instead leads to overfitting.

📄 PDF Abstract BibTeX arXiv:2603.00829

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DeceptGuard :A Constitutional Oversight Framework For Detecting Deception in LLM Agents

2026-03-14 · Snehasis Mukhopadhyay arxiv

Reliable detection of deceptive behavior in Large Language Model (LLM) agents is an essential prerequisite for safe deployment in high-stakes agentic contexts. Prior work on scheming detection has focused exclusively on …

SchemeArena: Factorized Stress Testing of Scheming in LLM Agents

2026-09-08 · Jie Ruan, Inderjeet Nair, Amy Liu, Muhammad Khalifa 외 hf

We study scheming in LLM agents, in which agents covertly pursue misaligned goals. Our focus is to understand how scheming arises from the interaction of key factors, such as instrumental goals, environmental affordances…

Evaluating and Understanding Scheming Propensity in LLM Agents

2026-03-02 · Mia Hopman, Jannes Elstner, Maria Avramidou, Amritanshu Prasad 외 arxiv

As frontier language models are increasingly deployed as autonomous agents pursuing complex, long-term objectives, there is increased risk of scheming: agents covertly pursuing misaligned goals. Prior work has focused on…

Scheming in the wild: detecting real-world AI scheming incidents with open-source intelligence

2026-04-10 · Tommy Shaffer Shane, Simon Mylius, Hamish Hobbs arxiv

Scheming, the covert pursuit of misaligned goals by AI systems, represents a potentially catastrophic risk, yet scheming research suffers from significant limitations. In particular, scheming evaluations demonstrate beha…

Practical challenges of control monitoring in frontier AI deployments

2025-12-15 · David Lindner, Charlie Griffin, Tomek Korbak, Roland S. Zimmermann 외 arxiv

Automated control monitors could play an important role in overseeing highly capable AI agents that we do not fully trust. Prior work has explored control monitoring in simplified settings, but scaling monitoring to real…