paper-with-me

홈 › Papers

Hodoscope: Unsupervised Monitoring for AI Misbehaviors

2026-04-13 · Ziqian Zhong, Shashwat Saxena, Aditi Raghunathan arxiv

Existing approaches to monitoring AI agents rely on supervised evaluation: human-written rules or LLM-based judges that check for known failure modes. However, novel misbehaviors may fall outside predefined categories entirely and LLM-based judges can be unreliable. To address this, we formulate unsupervised monitoring, drawing an analogy to unsupervised learning. Rather than checking for specific misbehaviors, an unsupervised monitor assists humans in discovering problematic agent behaviors without prior assumptions about what counts as problematic, leaving that determination to the human. We observe that problematic behaviors are often distinctive: a model exploiting a benchmark loophole exhibits actions absent from well-behaved baselines, and a vulnerability unique to one evaluation manifests as behavioral anomalies when the same model runs across multiple benchmarks. This motivates using group-wise behavioral differences as the primary signal for unsupervised monitoring. We introduce Hodoscope, a tool that operationalizes this insight. Hodoscope compares behavior distributions across groups and highlights distinctive and potentially suspicious action patterns for human review. Using Hodoscope, we discover a previously unknown vulnerability in the Commit0 benchmark (unsquashed git history allowing ground-truth recovery, inflating scores for at least five models) and independently recover known exploits on ImpossibleBench and SWE-bench. Quantitative evaluation estimates that our method reduces review effort by 6-23$\times$ compared to naive uniform sampling. Finally, we show that behavior descriptions discovered through Hodoscope could improve the detection accuracy of LLM-based judges, demonstrating a path from unsupervised to supervised monitoring.

📄 PDF Abstract BibTeX arXiv:2604.11072

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Survive at All Costs: Exploring LLM's Risky Behaviors under Survival Pressure

2026-03-05 · Yida Lu, Jianwei Fang, Xuyang Shao, Zixuan Chen 외 arxiv

As Large Language Models (LLMs) evolve from chatbots to agentic assistants, they are increasingly observed to exhibit risky behaviors when subjected to survival pressure, such as the threat of being shut down. While mult…

Wink: Recovering from Misbehaviors in Coding Agents

2026-02-19 · Rahul Nanda, Chandra Maddila, Smriti Jha, Euna Mehnaz Khan 외 arxiv

Autonomous coding agents, powered by large language models (LLMs), are increasingly being adopted in the software industry to automate complex engineering tasks. However, these agents are prone to a wide range of misbeha…

AutoMonitor-Bench: Evaluating the Reliability of LLM-Based Misbehavior Monitor

2026-01-09 · Shu Yang, Jingyu Hu, Tong Li, Hanqi Yan 외 arxiv

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 carefu…

Question AnsweringCode Generation

Detecting Misbehaviors of Large Vision-Language Models by Evidential Uncertainty Quantification

2026-02-05 · Tao Huang, Rui Wang, Xiaofei Liu, Yi Qin 외 arxiv

%Large vision-language models (LVLMs) have shown substantial advances in multimodal understanding and generation. However, when presented with incompetent or adversarial inputs, they frequently produce unreliable or even…

Resilient Average Consensus: A Detection and Compensation Approach

2022-02-22 · Wenzhe Zheng, Zhiyu He, Jianping He, Chengcheng Zhao 외

We study the problem of resilient average consensus for multi-agent systems with misbehaving nodes. To protect consensus valuefrom being influenced by misbehaving nodes, we address this problem by detecting misbehaviors,…