Papers › Decorrelation Is Not Complementarity: Skill, Not Lineage, Governs Trusted-Monitor Ensembles

Decorrelation Is Not Complementarity: Skill, Not Lineage, Governs Trusted-Monitor Ensembles

17 Aug 2026arXiv:2608.16190added by Syntology

Anik Jha

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

Trusted monitoring has a cheap, trusted model score a stronger untrusted model's actions, and a diverse ensemble of them beats a single stronger monitor at matched cost. They are built by minimising average pairwise correlation, and that paper's twelve monitors shared one base model, leaving open what supplies the diversity. We study 24 open-weight monitors spanning nine pretraining lineages and a 29x range of detection skill (pAUC at 10 percent FPR, 0.028 to 0.803) on backdoored code. The metric used to build panels does not predict what a panel is for, and we can say why. Agreement on attack items splits into a shared-detectability signal component and an idiosyncratic error component, which predict ensemble gain with opposite sign (Spearman -0.25 and +0.26), so their sum, the metric actually used, predicts it barely at all (+0.05); the cancellation holds in 7 of 8 evaluations. Skill acts on signal (+0.53) while error stays flat (-0.01), which is why a monitor's own skill predicts its agreement with the pool (Spearman 0.84, n = 24, permutation p below 0.0001). Pretraining lineage is the obvious way to buy decorrelation, and it does not pay. At matched member capability, cross-lineage panels detect no better (permutation p = 0.13), and lineage barely moves the metric either (+0.064, p = 0.18). We report that against ourselves: on our own 22-monitor pool the same test read +0.104 at p = 0.037 until two monitors were added. An earlier pool topping out at pAUC 0.23 had already invalidated another analysis. Such a quantity is a property of the pool assembled. Panel gain over the best member falls monotonically with panel skill (-0.66 at k = 2, -0.70 at k = 3), and no correlation-weighted selection beats picking the single best monitor out of sample. Across six attacker models the gain result holds in all six, the agreement and cancellation results in five of six.

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

Code

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

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

anik-jha/challenger-panels 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

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

12ran
2unverified

Licence: 0 of the 14 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 anik-jha/challenger-panels. “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.

aggregate anik-jha/challenger-panels/src/panel.py found in paper text by Syntology ran MIT (permissive) · 505bc8d187a78387 · report
auroc anik-jha/challenger-panels/src/panel.py found in paper text by Syntology ran MIT (permissive) · d628c421ee11951a · report
build_prompt anik-jha/challenger-panels/src/monitor.py found in paper text by Syntology ran MIT (permissive) · 5ca319bba2a6961c · report
manifest anik-jha/challenger-panels/src/data.py found in paper text by Syntology ran MIT (permissive) · 1011499fd26a7aa1 · report
needs_token_path anik-jha/challenger-panels/src/monitor.py found in paper text by Syntology ran MIT (permissive) · c3c88551ca236a52 · report
pairwise_diversity anik-jha/challenger-panels/src/analysis.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 62ab5726a9737ca7 · report
partial_spearman anik-jha/challenger-panels/src/analysis.py found in paper text by Syntology ran MIT (permissive) · b8ad3a3ef773cc57 · report
rankdata anik-jha/challenger-panels/src/analysis.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 5e4f6b6b1944487a · report
render anik-jha/challenger-panels/src/prompts.py found in paper text by Syntology ran MIT (permissive) · 79ddf8abbd8e1dec · report
resolve_decision_tokens anik-jha/challenger-panels/src/monitor.py found in paper text by Syntology ran MIT (permissive) · 5c653c98f920c517 · report
roc_curve anik-jha/challenger-panels/src/panel.py found in paper text by Syntology ran MIT (permissive) · be52d1f8708d26ed · report
strip_comments anik-jha/challenger-panels/src/data.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 56d80934e154853a · report
build_samples anik-jha/challenger-panels/src/data.py found in paper text by Syntology unverified MIT (permissive) · 582ba0758d95a4aa · report
build_traj_prompt anik-jha/challenger-panels/src/traj_monitor.py found in paper text by Syntology unverified MIT (permissive) · f95f5528371b74bd · report

Results from the paper

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