AIAug 27, 2025

Caught in the Act: a mechanistic approach to detecting deception

arXiv:2508.19505v24 citationsh-index: 7
Originality Incremental advance
AI Analysis

This work addresses the challenge of AI misalignment for AI safety by providing a mechanistic detection method, though it is incremental as it builds on existing probing techniques.

The paper tackles the problem of detecting deception in AI-generated responses by using linear probes on LLM internal activations, achieving over 90% accuracy in distinguishing deceptive from non-deceptive arguments in models like llama and qwen, with accuracy varying from chance levels in smaller models to 70-90% in larger ones.

Sophisticated instrumentation for AI systems might have indicators that signal misalignment from human values, not unlike a "check engine" light in cars. One such indicator of misalignment is deceptiveness in generated responses. Future AI instrumentation may have the ability to detect when an LLM generates deceptive responses while reasoning about seemingly plausible but incorrect answers to factual questions. In this work, we demonstrate that linear probes on LLMs internal activations can detect deception in their responses with extremely high accuracy. Our probes reach a maximum of greater than 90% accuracy in distinguishing between deceptive and non-deceptive arguments generated by llama and qwen models ranging from 1.5B to 14B parameters, including their DeepSeek-r1 finetuned variants. We observe that probes on smaller models (1.5B) achieve chance accuracy at detecting deception, while larger models (greater than 7B) reach 70-80%, with their reasoning counterparts exceeding 90%. The layer-wise probe accuracy follows a three-stage pattern across layers: near-random (50%) in early layers, peaking in middle layers, and slightly declining in later layers. Furthermore, using an iterative null space projection approach, we find multitudes of linear directions that encode deception, ranging from 20 in Qwen 3B to nearly 100 in DeepSeek 7B and Qwen 14B models.

Foundations

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

Your Notes