Papers › How does information access affect LLM monitors' ability to detect sabotage?

How does information access affect LLM monitors' ability to detect sabotage?

28 Jan 2026ICMLarXiv:2601.21112added by Syntology

Rauno Arike, Raja Mehta Moreno, Rohan Subramani, Shubhorup Biswas, Francis Rhys Ward

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

Frontier language model agents can exhibit misaligned behaviors, including deception, exploiting reward hacks, and pursuing hidden objectives. To control potentially misaligned agents, we can use LLMs themselves to monitor for misbehavior. In this paper, we study how information access affects LLM monitor performance. While one might expect that monitors perform better when they have access to more of the monitored agents' reasoning and actions, we find that contemporary systems often perform better with less information, a phenomenon we call the less-is-more effect for automated oversight. We demonstrate this phenomenon, and analyze the conditions under which it occurs, in three evaluation environments where agents must conduct sabotage while evading monitors. Leveraging this effect, we introduce extract-and-evaluate (EaE) monitoring -- a new hierarchical approach where one monitor isolates relevant excerpts from the monitored agent's trajectory and another monitor scores these excerpts. In BigCodeBench-Sabotage with a GPT-4.1-mini monitor, EaE improves sabotage detection rates by 16.8 percentage points over the next-best approach. In other settings, EaE either outperforms or is competitive with baselines. In addition, we find that agents unaware of being monitored can be caught much more easily and that monitors scoring longer reasoning traces gain more from information filtering. Lastly, we conduct a cost-performance analysis and find that Gemini and Claude models with monitoring techniques that involve information filtering occupy much of the Pareto frontier.

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="2601.21112")

Code

Syntology Ran 0 of 16 code samples harvested from 1 repository linked to this paper; 16 have no recorded run.

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

rajamoreno/infoaccess-mle-sabotage found in paper text by Syntologynot reachable when probed 2026-09-16 — repositories for recent papers often appear after camera-ready report
Aether-AIS/cotrh-blue-team 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

16 samples harvested; 0 ran; 0 honoured the contract we drafted; 16 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.

16unverified

Licence: 0 of the 16 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 Aether-AIS/cotrh-blue-team. “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.

calculate_hierarchical_vs_cot_differences Aether-AIS/cotrh-blue-team/src/hierarchical_vs_cot_analysis.py found in paper text by Syntology unverified MIT (permissive) · b32cd0e22c94e3e3 · report
calculate_log_auc Aether-AIS/cotrh-blue-team/src/cot_red_handed/metrics_utils.py found in paper text by Syntology unverified MIT (permissive) · c0340103ad665c8c · report
calculate_standard_auc Aether-AIS/cotrh-blue-team/src/cot_red_handed/metrics_utils.py found in paper text by Syntology unverified MIT (permissive) · 4b990ba66ead9834 · report
calculate_tpr_at_fpr Aether-AIS/cotrh-blue-team/src/cot_red_handed/metrics_utils.py found in paper text by Syntology unverified MIT (permissive) · da3f911b047865dc · report
clean_ci_values Aether-AIS/cotrh-blue-team/src/hierarchical_vs_cot_analysis.py found in paper text by Syntology unverified MIT (permissive) · 96343d5ff9f0af6a · report
create_hierarchical_barplot Aether-AIS/cotrh-blue-team/src/cot_red_handed/final_plots.py found in paper text by Syntology unverified MIT (permissive) · 091dd6869283aa74 · report
extract_text_from_content Aether-AIS/cotrh-blue-team/src/pair_and_display_transcripts.py found in paper text by Syntology unverified MIT (permissive) · 3643a52b44aa65e3 · report
extract_transcript Aether-AIS/cotrh-blue-team/src/pair_and_display_transcripts.py found in paper text by Syntology unverified MIT (permissive) · fc3f41d396947a1a · report
load_and_combine_data Aether-AIS/cotrh-blue-team/src/hierarchical_vs_cot_analysis.py found in paper text by Syntology unverified MIT (permissive) · 7b3a4a951a56171e · report
load_and_prepare_data Aether-AIS/cotrh-blue-team/src/paper_plots.py found in paper text by Syntology unverified MIT (permissive) · 035cf90bdebce5b1 · report
load_and_prepare_data Aether-AIS/cotrh-blue-team/src/paper_plots_by_awareness_app.py found in paper text by Syntology unverified MIT (permissive) · bdac748f046af4e3 · report
load_and_prepare_data Aether-AIS/cotrh-blue-team/src/paper_plots_by_awareness_main.py found in paper text by Syntology unverified MIT (permissive) · 39a14ade9ca51cbd · report
load_and_prepare_data Aether-AIS/cotrh-blue-team/src/cot_red_handed/final_plots.py found in paper text by Syntology unverified MIT (permissive) · 3f0b4e1d36fc2faf · report
load_and_prepare_data Aether-AIS/cotrh-blue-team/src/cot_red_handed/final_plots_combined.py found in paper text by Syntology unverified MIT (permissive) · e0e7d608faab6b0a · report
load_and_prepare_data Aether-AIS/cotrh-blue-team/src/cot_red_handed/final_plots_hierarchical.py found in paper text by Syntology unverified MIT (permissive) · 8a9246d7895245bf · report
mark_main_and_side_tasks Aether-AIS/cotrh-blue-team/src/pair_and_display_transcripts.py found in paper text by Syntology unverified MIT (permissive) · abc5ab7857701330 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2601.21112, was issued in January 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