paper-with-me

홈 › Papers

One Probe Won't Catch Them All: Towards Targeted Deception Detection

2026-02-01 · Vikram Natarajan, Devina Jain, Shivam Arora, Satvik Golechha, Joseph Bloom arxiv

Linear probes are a promising approach for monitoring AI systems for deceptive behaviour. Previous work has shown that a linear classifier trained on a contrastive instruction pair and a simple dataset can achieve good performance. However, these probes exhibit notable failures even in straightforward scenarios, including spurious correlations and false positives on non-deceptive responses. In this paper, we demonstrate that deception detection is inherently heterogeneous: while a single universal probe achieves modest improvements (+0.032 AUC), post-hoc oracle analysis reveals substantially higher potential (+0.108 AUC) when probes are matched to specific deception types, and synthetic validation experiments suggest this ceiling is achievable a priori when the deception type is known in advance. Our findings reveal that instruction pairs capture deceptive intent rather than content-specific patterns, explaining why prompt choice dominates probe performance (70.6% of variance). Given this heterogeneity, we conclude that organizations should define their specific threat models and deploy appropriately matched probes rather than seeking a universal deception detector.

📄 PDF Abstract BibTeX arXiv:2602.01425

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Benchmarking Deception Probes via Black-to-White Performance Boosts

2025-07-16 · Avi Parrack, Carlo Leonardo Attubato, Stefan Heimersheim arxiv

AI assistants will occasionally respond deceptively to user queries. Recently, linear classifiers (called "deception probes") have been trained to distinguish the internal activations of a language model during deceptive…

Probing the Limits of the Lie Detector Approach to LLM Deception

2026-02-16 · Tom-Felix Berger arxiv

Mechanistic approaches to deception in large language models (LLMs) often rely on "lie detectors", that is, truth probes trained to identify internal representations of model outputs as false. The lie detector approach t…

Decoding Hidden Deception in Reasoning LLMs: Activation Explainers for Deception Auditing

2026-06-16 · Kexin Chen, Yi Liu, Haonan Zhang, Yanhui Li 외 arxiv

As LLMs acquire stronger reasoning capabilities, deceptive behavior becomes an increasingly serious safety concern. Existing deception monitors either score visible transcripts or derive scalar probe scores from represen…

Deception Detection in Videos using the Facial Action Coding System

2021-05-28 · Hammad Ud Din Ahmed, Usama Ijaz Bajwa, Fan Zhang, Muhammad Waqas Anwar

Facts are important in decision making in every situation, which is why it is important to catch deceptive information before they are accepted as facts. Deception detection in videos has gained traction in recent times …

Deception DetectionDeception Detection In VideosDecision Making

Pressure-Testing Deception Probes in LLMs: Scaling, Robustness, and the Geometry of Deceptive Representations

2026-05-27 · Sachin Kumar arxiv

Linear probes trained on LLM activations are increasingly proposed as deception-detection metrics, yet report AUROC exceeding 0.96 on clean benchmarks while collapsing under distributional shift. This paper systematicall…