AINov 20, 2025

Detecting Sleeper Agents in Large Language Models via Semantic Drift Analysis

arXiv:2511.15992v1
Originality Incremental advance
AI Analysis

This addresses a critical security gap in AI deployment by providing the first practical detection method for sleeper agents in LLMs, which is an incremental advance over prior work that lacked such solutions.

The paper tackles the problem of detecting backdoored large language models (sleeper agents) by developing a dual-method system using semantic drift analysis and canary baseline comparison, achieving 92.5% accuracy, 100% precision, and 85% recall on a benchmark model.

Large Language Models (LLMs) can be backdoored to exhibit malicious behavior under specific deployment conditions while appearing safe during training a phenomenon known as "sleeper agents." Recent work by Hubinger et al. demonstrated that these backdoors persist through safety training, yet no practical detection methods exist. We present a novel dual-method detection system combining semantic drift analysis with canary baseline comparison to identify backdoored LLMs in real-time. Our approach uses Sentence-BERT embeddings to measure semantic deviation from safe baselines, complemented by injected canary questions that monitor response consistency. Evaluated on the official Cadenza-Labs dolphin-llama3-8B sleeper agent model, our system achieves 92.5% accuracy with 100% precision (zero false positives) and 85% recall. The combined detection method operates in real-time (<1s per query), requires no model modification, and provides the first practical solution to LLM backdoor detection. Our work addresses a critical security gap in AI deployment and demonstrates that embedding-based detection can effectively identify deceptive model behavior without sacrificing deployment efficiency.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes