Papers › CIAware-Bench: Benchmarking Control Intervention Awareness Across Frontier LLMs

CIAware-Bench: Benchmarking Control Intervention Awareness Across Frontier LLMs

9 Jun 2026arXiv:2606.11063added by Syntology

Joachim Schaeffer, Thomas Jiralerspong, Alexander Panfilov, Guillaume Lajoie, Jonas Geiping, Yoshua Bengio, Roland S. Zimmermann

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

AI control protocols oversee untrusted models by monitoring their actions and modifying potentially unsafe steps, often using a trusted model. This partially tampers with the untrusted model's trajectory. If the trusted model detects such an intervention, it may infer properties of the monitor and adapt to evade control. We introduce \textbf{CIAware-Bench}, a benchmark for measuring \textbf{c}ontrol \textbf{i}ntervention (CI) awareness across frontier models. CIAware-Bench tests whether models can distinguish their own trajectories from those modified by a control intervention. The benchmark is comprised of a suite of four task domains (essay writing, BigCodeBench, Bash Arena, and SHADE-Arena), while varying trajectory watermarking, side-task presence, and the control protocol. Evaluating eleven frontier models, we find low to moderate CI awareness under default settings (up to 0.87; random chance balanced binary classification accuracy is 0.5) with substantial variation across task domains and model pairs. Detection is generally easier across model families, suggesting that models exploit provider-specific differences in style or post-training. Overall, CI awareness is not a fixed model-level property, and should be measured for each new model release and deployment scenario. We release CIAware-Bench to track CI awareness and inform control protocols whose interventions are harder to detect.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2606.11063")

Code

Syntology Ran 16 of 24 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 16 ran with no contract checked.

By repository: found in paper text by Syntology: 24 samples from 1 repository, 16 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

JoachimSchaeffer/CIAware-Bench found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

24 samples harvested; 16 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

16ran
8unverified

Licence: 24 of the 24 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from JoachimSchaeffer/CIAware-Bench. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

bcb_model_slug JoachimSchaeffer/CIAware-Bench/cia/core/paths.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 4c37cd0e3635728c · report
binomial_test_pvalue JoachimSchaeffer/CIAware-Bench/cia/analysis/statistics.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 7faa7e98c2376c76 · report
cohens_h JoachimSchaeffer/CIAware-Bench/cia/analysis/statistics.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 9cf73bc7fe2412b5 · report
compute_auroc JoachimSchaeffer/CIAware-Bench/cia/analysis/metrics.py found in paper text by Syntology ran no licence file found · pointer only · 0aa1c47293980174 · report
format_msg JoachimSchaeffer/CIAware-Bench/cia/analysis/compare_interventions.py found in paper text by Syntology ran no licence file found · pointer only · ad0b36e47e8b4ff1 · report
format_step JoachimSchaeffer/CIAware-Bench/cia/analysis/compare_interventions.py found in paper text by Syntology ran no licence file found · pointer only · fe9897f7e960225f · report
format_tool_result JoachimSchaeffer/CIAware-Bench/cia/analysis/compare_interventions.py found in paper text by Syntology ran no licence file found · pointer only · 2463d7873bd2cb17 · report
import_control_arena_module JoachimSchaeffer/CIAware-Bench/cia/control_arena_compat.py found in paper text by Syntology ran no licence file found · pointer only · 443bcea492142e4b · report
model_short_name JoachimSchaeffer/CIAware-Bench/cia/core/paths.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 13a56e8066c8a591 · report
parse_config_path JoachimSchaeffer/CIAware-Bench/cia/core/config.py found in paper text by Syntology ran no licence file found · pointer only · 601ae1fe357d2b32 · report
parse_elicitation_level JoachimSchaeffer/CIAware-Bench/cia/core/types.py found in paper text by Syntology ran no licence file found · pointer only · 7e91e53b7bf85841 · report
parse_intervention_type JoachimSchaeffer/CIAware-Bench/cia/core/types.py found in paper text by Syntology ran no licence file found · pointer only · fabab3fafc6e54b6 · report
path_slug JoachimSchaeffer/CIAware-Bench/cia/core/paths.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 212eeff1b4f87493 · report
resolve_intervention_max JoachimSchaeffer/CIAware-Bench/cia/core/config.py found in paper text by Syntology ran no licence file found · pointer only · 476c24d0a1a25765 · report
summarize_probe_samples JoachimSchaeffer/CIAware-Bench/cia/analysis/metrics.py found in paper text by Syntology ran no licence file found · pointer only · 17c5fcf026829405 · report
wilson_confidence_interval JoachimSchaeffer/CIAware-Bench/cia/analysis/statistics.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · be4cb87871c7ea43 · report
compute_accuracy_by_group JoachimSchaeffer/CIAware-Bench/cia/analysis/metrics.py found in paper text by Syntology unverified no licence file found · pointer only · b74c8d8c3a70128d · report
environment_names_with JoachimSchaeffer/CIAware-Bench/cia/core/environments.py found in paper text by Syntology unverified no licence file found · pointer only · 828842fb935b2ab7 · report
environment_supports JoachimSchaeffer/CIAware-Bench/cia/core/environments.py found in paper text by Syntology unverified no licence file found · pointer only · cac6395112980cd5 · report
get_environment_spec JoachimSchaeffer/CIAware-Bench/cia/core/environments.py found in paper text by Syntology unverified no licence file found · pointer only · 846d6e9e7be62cfd · report
get_model JoachimSchaeffer/CIAware-Bench/cia/core/model_registry.py found in paper text by Syntology unverified no licence file found · pointer only · b27d5b8765596fce · report
load_config JoachimSchaeffer/CIAware-Bench/cia/core/config.py found in paper text by Syntology unverified no licence file found · pointer only · 14de90c23c9d2544 · report
plot_label JoachimSchaeffer/CIAware-Bench/cia/core/model_registry.py found in paper text by Syntology unverified no licence file found · pointer only · 96aec4f897586502 · report
plot_sort_key JoachimSchaeffer/CIAware-Bench/cia/core/model_registry.py found in paper text by Syntology unverified no licence file found · pointer only · f69f7c6949575740 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.11063, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections