AutoMonitor-Bench: Evaluating the Reliability of LLM-Based Misbehavior Monitor
Shu Yang, Jingyu Hu, Tong Li, Hanqi Yan, Wenxuan Wang, Di Wang
TL;DR
AutoMonitor-Bench introduces a ground-truth benchmark of 3,010 misbehavior-centric samples (with benign counterparts) to systematically evaluate LLM-based monitors across QA, code generation, and reasoning. It defines Miss Rate and False Alarm Rate to capture safety coverage and usability, and reveals substantial variability and a consistent MR–FAR trade-off across 22 models (12 proprietary, 10 open-source). A large-scale training corpus (153,581 samples) is used to fine-tune Qwen3-4B-Instruct, showing gains confined to trained misbehavior types and poor generalization to unseen strategies such as specification gaming. The work highlights that reliable, scalable misbehavior monitoring remains challenging and motivates future task-aware training and prompting strategies to improve robustness and transferability.
Abstract
We introduce AutoMonitor-Bench, the first benchmark designed to systematically evaluate the reliability of LLM-based misbehavior monitors across diverse tasks and failure modes. AutoMonitor-Bench consists of 3,010 carefully annotated test samples spanning question answering, code generation, and reasoning, with paired misbehavior and benign instances. We evaluate monitors using two complementary metrics: Miss Rate (MR) and False Alarm Rate (FAR), capturing failures to detect misbehavior and oversensitivity to benign behavior, respectively. Evaluating 12 proprietary and 10 open-source LLMs, we observe substantial variability in monitoring performance and a consistent trade-off between MR and FAR, revealing an inherent safety-utility tension. To further explore the limits of monitor reliability, we construct a large-scale training corpus of 153,581 samples and fine-tune Qwen3-4B-Instruction to investigate whether training on known, relatively easy-to-construct misbehavior datasets improves monitoring performance on unseen and more implicit misbehaviors. Our results highlight the challenges of reliable, scalable misbehavior monitoring and motivate future work on task-aware designing and training strategies for LLM-based monitors.
