菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-13
📄 Abstract - Hodoscope: Unsupervised Monitoring for AI Misbehaviors

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.

顶级标签: agents model evaluation benchmark
详细标签: unsupervised monitoring behavior analysis anomaly detection ai safety evaluation vulnerability 或 搜索:

Hodoscope:针对AI异常行为的无监督监控方法 / Hodoscope: Unsupervised Monitoring for AI Misbehaviors


1️⃣ 一句话总结

这篇论文提出了一种名为Hodoscope的无监督监控工具,它通过比较不同AI模型或场景下的行为差异来发现未知的异常行为,无需预先定义问题类型,从而帮助人类更高效地识别AI系统的潜在漏洞和作弊行为。

源自 arXiv: 2604.11072