paper-with-me

홈 › Papers

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 systematically pressure-tests probe-based metrics across the Gemma 3 model family (1B-27B parameters), diagnosing why they fail rather than merely documenting that they fail. We test four hypotheses about deception encoding: (1) single linear direction, (2) multi-dimensional subspace, (3) convex conic hull, (4) entropy proxy. Our design includes cross-domain transfer matrices, multi-dimensional probe analysis with permutation null baselines, entropy-residualization tests, and distractor evaluations across 8 stylistic shifts. We find that: (a) probes achieve near-perfect AUROC (>=0.998) on clean data but collapse under stylistic shifts; style-augmented probes recover near-perfect detection (mean AUROC 0.979-0.983) on unseen styles; (b) the single-direction hypothesis is rejected (k=1 captures only 0.61-0.80 AUROC), with cross-domain transfer failure confirmed as geometric rather than layer-mismatch-driven; (c) the entropy-proxy hypothesis is rejected (max |rho|=0.454, max Delta-AUROC after residualization=0.004); and (d) deception does not form a significant linear subspace (per-domain k*=0), yet multi-dimensional probes (k>=5) recover the signal through distributed sub-threshold features. Probe fragility reflects distributional narrowness rather than an architectural limitation: style-augmented probes recover near-perfect detection at both 4B and 27B, establishing that the inverse scaling pattern is a training-distribution artifact rather than a genuine scale-dependent phenomenon.

📄 PDF Abstract BibTeX arXiv:2605.27958

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Linear Probe Accuracy Scales with Model Size and Benefits from Multi-Layer Ensembling

2026-04-15 · Erik Nordby, Tasha Pais, Aviel Parrack arxiv

Linear probes can detect when language models produce outputs they "know" are wrong, a capability relevant to both deception and reward hacking. However, single-layer probes are fragile: the best layer varies across mode…

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…

The Impact of Off-Policy Training Data on Probe Generalisation

2025-11-21 · Nathalie Kirch, Samuel Dower, Adrians Skapars, Helen Yannakoudakis 외 arxiv

Probing has emerged as a promising method for monitoring large language models (LLMs), enabling cheap inference-time detection of concerning behaviours. However, natural examples of many behaviours are rare, forcing rese…

LH-Deception: Simulating and Understanding LLM Deceptive Behaviors in Long-Horizon Interactions

2025-10-05 · Yang Xu, Xuanming Zhang, Samuel Yeh, Jwala Dhamala 외 arxiv

Deception is a pervasive feature of human communication and an emerging concern in large language models (LLMs). While recent studies document instances of LLM deception, most evaluations remain confined to single-turn p…

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…