Detecting High-Stakes Interactions with Activation Probes
Alex McKenzie, Urja Pawar, Phil Blandfort, William Bankes, David Krueger, Ekdeep Singh Lubana, Dmitrii Krasheninnikov
TL;DR
This work tackles safe deployment of large language models by detecting high-stakes interactions through activation probes that operate on internal residual activations. It introduces several probe architectures, with the Attention variant delivering strong performance, and systematically compares them to finetuned and prompted LLM monitors. The results show probes achieve competitive mean AUROC on diverse, out-of-distribution datasets at massively lower compute, enabling cost-efficient cascaded monitoring where probes filter most interactions and only uncertain cases are escalated. A two-stage cascade combining probes with expensive baselines delivers favorable performance under fixed compute budgets, highlighting practical pathways for scalable safety monitoring. The authors release their synthetic dataset and code to spur further research in resource-efficient, robust monitoring for LLM systems.
Abstract
Monitoring is an important aspect of safely deploying Large Language Models (LLMs). This paper examines activation probes for detecting "high-stakes" interactions -- where the text indicates that the interaction might lead to significant harm -- as a critical, yet underexplored, target for such monitoring. We evaluate several probe architectures trained on synthetic data, and find them to exhibit robust generalization to diverse, out-of-distribution, real-world data. Probes' performance is comparable to that of prompted or finetuned medium-sized LLM monitors, while offering computational savings of six orders-of-magnitude. Our experiments also highlight the potential of building resource-aware hierarchical monitoring systems, where probes serve as an efficient initial filter and flag cases for more expensive downstream analysis. We release our novel synthetic dataset and codebase to encourage further study.
