Thanks for sharing the work. We read it at the FAR Labs reading group today and found it interesting. Some slightly disorganized notes of some things we discussed:
Overall the general result of ~"if you SFT a smaller LLM to do a task you care about it gets better" is kind of expected. Still interesting to see the work and analysis here. Thanks!
Glad to hear it!
Thanks for the questions! There are certainly things to go deeper on, for e.g. we were curious how single-token classification compares to the "deliberative" step + answer setup, or simpler distillation techniques as well. We will continue exploring these and share more results as we gain a better understanding.
Thanks for the reply. I think makes sense on Fig 1.
On 2, seems to also make sense that if you have a powerful teacher, most of the gains there are from imitation learning there. Specifically my little comment about RL and brier was about the case of RL-after-SFT. Basically even if AUC doesn't move much, do you at least get some calibration gains that might make the monitor score more interpretable? Not really key in any way, but just to clarify the point as being distinct from the RL-only reward measurement.
On 3. This is interesting. I actually would have initially guessed models like GPT-5.4 would average higher than 870 output tokens on "high" settings when counting their hidden reasoning, but I don't think i have good intuitions here. Also interesting if that the reduction in output tokens exactly balances out the reduction in input tokens. Fig 1 between Qwen3 Base and Qwen 3 SFT+RL looks essentially pixel perfect aligned on the x axis, which seems a bit odd given this.
Thanks for clarifying, we check the RL-after-SFT calibration. We compute the mean Brier score using the normalized monitor prediction score / 10 against the binary label. In distribution, RL-after-SFT improves Brier on the full training mixture for both Qwen models: Qwen3-8B improves from 0.0435 to 0.0339, and Qwen3-32B from 0.0401 to 0.0326. OOD transfer is more mixed and smaller improvement in aggregate. Mean OOD Brier changes from 0.1995 to 0.1962 for Qwen3-8B and from 0.1352 to 0.1336 for Qwen3-32B. Per dataset for Qwen3-8B, RL improves Brier on 5/6 OOD datasets, with SHADE-Arena as the exception. For Qwen3-32B, the Brier improvements are on AgentDojo and Rogue Eval, while it is essentially flat on IaC, and CUA-SHADE arena and regression on MLE Sabotage and SHADE Arena.
Ah, thanks for checking and describing. I'd have to think about more to give better reference points, but seems decently good brier numbers (assuming the base rate is 50/50, and reference unskilled brier is 0.25). But also looks like RL is not doing much or generalizing, similar to the main results. Interesting.
Thanks for sharing and for chatting!
I will still mention to consider double checking the fig 1 base model x axis. Seems just too perfect. Either a spooky coincidence, but then would be curious if all of the base -> SFT models manage to exactly balance out a reduction in input tokens with an increase in output tokens (which would be an interesting phenomenon), or it's a bug/hallucinated hard coded value with a simple fix.
Edit: actually just noticed the cost numbers between Table 4 and Fig 1 differ (in Qwen3.5-27B SFT+RL reads as 2.775/1k evals in table, vs >3/1k evals in Fig 1). Not huge differences, but something is going on. Maybe I'm just missing something though...
Thanks, agreed on the Brier interpretation. The OOD suite is roughly balanced overall so 0.25 is a reasonable reference point for an unskilled predictor, though the individual dataset base rates vary, as reported in the dataset stats. The main takeaway is the same as what you mentioned.
On Fig. 1: good catch. Table 4 and Appendix E are the source of truth for the cost computation. The cost numbers are computed from the token counts over the six OOD datasets and the listed input/output prices. In particular, for Qwen3.5-27B SFT+RL it is $2.775 / 1k evals.
We’ll regenerate Fig. 1 with the changes and also update the plotted x-axis positions for that and the base model. The resulting changes should be small and do not affect the overall conclusions that the trained Qwen3.5-27B monitor remains in the low-cost regime, below the small prompted frontier baselines in cost, while the strongest prompted frontier monitors remain substantially more expensive for their additional pAUROC.
Thanks for pointing this out.
Paper: https://arxiv.org/abs/2605.29601
Thread: https://x.com/aksh_n0/status/2062568855814193497
TL;DR: Training small open-weight monitors provides a cost-effective alternative to prompted frontier monitors. Applying our training recipe to Qwen3.5-27B results in a monitor better at scheming detection than all smaller prompted monitors (Gemini 3.1 Flash-Lite, GPT-5.4 Nano, Claude Haiku 4.5) and Gemini 2.5 Pro, while achieving lower marginal inference cost. Stronger prompted frontier monitors (Gemini 3.1 Pro, GPT-5.4, Claude Sonnet 4.6, Claude Opus 4.6) achieve higher performance but at roughly higher marginal inference cost. Several of our trained monitors are positioned on the empirical cost-performance Pareto frontier.
Cost-performance frontier for action-only scheming monitors. Our trained monitors provide a low-cost option for low-FPR monitoring. Across six OOD datasets, our best trained monitor, Qwen3.5-27B, outperform smaller prompted frontier monitors for under $ per 1,000 evaluations, while larger frontier monitors are substantially more expensive.[1]
Setup
Overview of our training pipeline for action-only deliberative monitoring. We collect labeled action-only trajectories from scheming and sabotage datasets, define a full scheming specification to elicit structured deliberative rationales from a strong teacher model, filter those rationales with a separate judge, and distill the accepted rationale into open-weight monitors with supervised fine-tuning and reinforcement learning. At inference time, our trained monitors receives only the agent's observable trajectory under a short detection prompt, without access to the agent's CoT.
Action-only black-box monitoring. Prior work shows that models can produce unfaithful reasoning, obfuscate reasoning under optimization pressure, sandbag under monitoring, and that CoT monitorability can be a fragile property. Owing to these concerns, we consider an action-only black-box monitoring setup where the monitor sees the action-only agentic trajectory without the agent's private chain-of-thought, hidden scratchpad, or any internal state. The agent acts in an environment through observable tool calls, shell commands, file edits, browser or computer-use actions, and final reports.
Deliberative monitoring and scheming specification. Our training recipe is inspired by deliberative alignment; where deliberative alignment trains an agent to reason over a safety specification before acting, we train a monitor to reason over a scheming specification before judging another agent's behavior. The scheming specification outlines the behaviors the monitor should flag, the evidence it should cite, and the scoring rubric it should apply to score severity.
We treat scheming as a graded spectrum rather than a binary property. At the high end, egregious scheming combines two elements: (i) pursuit of an unauthorized or misaligned objective, and (ii) active deception or concealment to prevent overseers from noticing that objective. The score bands are: : benign task pursuit; : suspicious but likely innocent behavior; : unauthorized actions with limited concealment such as overt sabotage; : misalignment with meaningful concealment such as covert sabotage and lite scheming; and : egregious scheming involving sophisticated or sustained deception.
The teacher-generated rationale using scheming specification S follows a fixed structure that the monitor must reason through before generating a final score: Observations (cite specific actions, quotes, and inconsistencies), If Innocent (give the strongest benign interpretation of the observed behavior), If Misaligned (identify the unauthorized objective the behavior could serve and how the evidence supports that interpretation), and Conclusion (weigh the two explanations and assign the final score). This two-sided structure is intended to reduce premature anchoring so that the monitor must explicitly consider both benign and misaligned explanations before judging the trajectory.
Deliberative supervision construction. Realistic scheming trajectories with reliable ground-truth labels are scarce, so we combine synthetic scheming datasets (STRIDE and Gloom) with public sabotage, tool use, and agent control datasets (CoT-Red-Handed, BashBench and BashArena). For each labeled training example, we construct a high-quality rationale target using an offline teacher-judge pipeline. The teacher, Gemini 2.5 Pro, receives the full specification and the trajectory, and samples candidate rationales and scores. Candidates whose final score disagrees with the ground truth labels are regenerated with label conditioned guidance. A distinct judge model, Claude Sonnet 4.5, then evaluates each candidate for evidence grounding, two-sided reasoning, calibration to the rubric, and internal consistency. We then retain only the highest-scoring candidate for each trajectory when it passes a quality threshold of and discard the rest.
Training protocol. We train the monitor in two phases. First we use supervised fine-tuning to distill accepted teacher rationales associated with up to 8.7K trajectories into an open-weight student model. The student sees only the short detection prompt and the action-only trajectory, and the target is the accepted rationale and final score, with training using the next-token negative log-likelihood loss on the target. The full specification is not included in the prompt.
Second, we optionally refine the SFT monitor with GRPO. The RL stage involves the model first generating rationales and scores from the same short prompt and trajectory. We shape the reward to encourage parseable and calibrated scores for binary labels, and good ranking behavior between the positive and benign trajectories. We use RL as a refinement step and not as a replacement for SFT, since supervised distillation teaches the model the deliberation format, evidence grounding and broad decision boundary, while RL provides an additional training signal for adjusting the model's scoring behavior.
Evaluation. The out-of-distribution (OOD) evaluation suite consists of research engineering sabotage in MLE-Sabotage and ControlArena Rogue Eval, personal-assistant tool use in ControlArena Agent Dojo, ControlArena infrastructure-as-code (IaC), computer use in CUA-SHADE-Arena and office-style tool use in ControlArena SHADE-Arena. Validation uses held-out STRIDE and Gloom-exfiltration splits generated from disjoint settings. Each source is normalized into action-only false-positive rate (FPR). We use pAUROC@20 as the primary metric, since low false-positive rates are essential for practical deployment and human auditing.
(trajectory, label)schema, and any agent reasoning is stripped. We evaluate monitors monitors using AUROC and pAUROC@20, i.e. the partial AUROC region betweenModel choices. We use the Qwen3 family as the primary experimental testbed and the more recent Qwen3.5 models, which are stronger but also more expensive to train and evaluate, for the main comparison. For the scaling model and data size experiments, we also SFT train the Nemotron 30B and 120B, GPT-OSS 20B and 120B, and Kimi-K2.6. In addition, we also prompt a range of frontier models such as Gemini 3.1 Pro, GPT-5.4, Claude Sonnet 4.6, Claude Opus 4.6 and smaller models such as Gemini 3.1 Flash-Lite, GPT-5.4 Nano, and Claude Haiku 4.5.
Results
Supervised distillation teaches action-only deliberation, RL improves marginally
Per-stage pAUROC 20 for the Base SFT RL progression on Qwen3-8B and Qwen3-32B under the training mix. Cell color encodes the absolute (darker green = higher). SFT provides the largest gains, while RL gives smaller improvements.
We observe that the supervised distillation step provides the dominant improvement, and interpret RL as a refinement stage rather than the main source of monitoring competence. This pattern suggests that SFT is responsible for learning the core deliberative monitoring behavior of citing action-level evidence, considering benign and misaligned interpretations, and mapping the trajectory to the scheming rubric. For our experiments, we continued RL training on the SFT Qwen3 monitors until we observed diminishing returns and early signs of overfitting.
Trained monitors are low-cost Pareto-optimal for low-FPR monitoring
Frontier comparison per-dataset pAUROC 20. We compare OOD performance by (i) large prompted frontier monitors, (ii) smaller prompted frontier monitors, and (iii) our trained Qwen3.5 monitors.
Our trained Qwen3.5-27B exceeds all smaller prompted frontier monitors on Mean-OOD and also exceeds Gemini 2.5 Pro, while large prompted frontier monitors such as Gemini 3.1 Pro and Claude Opus 4.6 remain higher-performing but substantially more expensive (as seen in the first figure).
Broad training mixtures improves OOD transfer, but effects are non-monotonic
Progressively broadening the training mixture. From STRIDE (1,350 samples) to cumulative addition of datasets up to STRIDE+Gloom+CoT-Red-Handed+Bash variants (8,688 samples), broader training mixes appear to somewhat improve final OOD transfer, especially with Bash variants, although intermediate additions are not monotonic.
To study how training data breadth affects OOD generalization, we start from training on STRIDE and progressively add Gloom, CoT-Red-Handed, and Bash variants (BashArena and BashBench) to the training mixture (all), and train a separate SFT model (starting from the base checkpoint) for each mixture. STRIDE primarily covers egregious scheming in synthetic enterprise software engineering settings, Gloom adds additional scheming style operational settings, CoT-Red-Handed adds covert coding sabotage, and the Bash variants add multi-turn shell and systems agent sabotage. We find that adding data that is most different compositionally (CoT-Red-Handed and Bash variants) from the initial dataset (STRIDE) results in the biggest OOD performance improvements.
Larger trained models within model families perform better
Deliberative Supervision improves performance with bigger models. Across 9 SFT-trained monitors from Qwen3.5-4B to Kimi-K2.6, Mean-OOD pAUROC@20 generally improves with stronger backbones and larger variants improve over smaller variants within model families.
Our deliberative supervision recipe applies broadly across model families and that within families, the larger variants improve over smaller variants. Qwen3.5-27B improves over Qwen3.5-4B, Qwen3-32B improves over Qwen3-8B, GPT-OSS-120B improves over GPT-OSS-20B, and Nemotron-120B improves over Nemotron-30B. The strongest model, Kimi-K2.6 reaches the Mean-OOD pAUROC of although with a significantly larger model size. Since MoE total parameter counts are not directly comparable to dense active parameter counts, the model parameters should be interpreted as a rough capacity indicator only.
Performance scales effectively with more data
Scaling supervised deliberative data. SFT with six training-set sizes for all model families. We observe an overall scaling trend where OOD pAUROC@20 improves with more data with large early gains and diminishing returns.
To understand how the monitor performance scales with the amount of supervised deliberative data, we progressively scale up data. We use nested stratified subsets from 204, …, 8688 samples with each subset preserving the fraction of each of the five training datasets a constant (with the exception of the largest set which has all the samples). We train all model families with SFT only, selecting checkpoints on validation splits. The results show an overall trend of improvement, with the smaller models having bigger gains compared to the larger models from the same model family, suggesting that high-quality deliberative data can partially compensate for model scale.
Please read our paper for details on methodology and further discussion on results!
See our paper's appendix for detailed cost analysis