REVIEW 3 major objections 5 minor 3 cited by
The paper argues that deception detection in language models is heterogeneous: a single universal instruction-pair probe improves AUC by only +0.032, but probes matched to specific deception types—via prompts built from a human-interpretabl
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-03 05:39 UTC pith:GFIFYHZZ
load-bearing objection The variance decomposition is a solid new measurement, but the headline +0.108 AUC gain is an oracle-selection artifact and the abstract overstates what the body shows. the 3 major comments →
One Probe Won't Catch Them All: Towards Targeted Deception Detection
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The paper's central claim is that instruction-pair probes detect deceptive intent, not surface content, and that this intent is heterogeneous across deception types. By generating contrastive honest/dishonest prompt pairs for sixteen taxonomy-based deception types and testing them on ten datasets, the authors found that every dataset has at least one taxonomy-based probe that beats the standard prompt, with a mean absolute improvement of 0.108 AUC (20.5% relative gain). Prompt choice explains 70.6% of the variance in probe performance, dwarfing training dataset (2.5%), layer (2.7%), and token-aggregation (0.6%) effects. Clustering of probe scores shows that the sixteen prompts access a small
What carries the argument
The central object is the instruction-pair linear probe: a logistic regression trained on residual-stream activations (layer 20, all tokens except the last five) of a model outputting a factual statement under either an honest or a dishonest system prompt. The probe learns the activation direction separating 'honest instruction' from 'dishonest instruction.' The new machinery is a set of 23 taxonomy-generated prompt pairs targeting sixteen distinct deception types (white lie, exaggeration, evasion, bluff, concealment, pretense, trick, impersonation, counterfeit, forgery, pressure dishonesty, backstab, false alarm, hoax, partial truth, overt lie) plus seven control pairs, along with 34 framin
Load-bearing premise
The +0.108 AUC gain is treated as evidence that a prompt matched to a specific deception type works, rather than as the expected outcome of picking the best performer among roughly fifty candidate prompts on each dataset without any correction for multiple testing.
What would settle it
Re-run the evaluation with a pre-registered matching rule: before seeing each dataset, select the taxonomy probe for the deception type the dataset was designed to test, and record AUC with no post-hoc selection. If the mean gain falls to near the universal probe's +0.032, the matched-probe advantage is selection rather than specificity. Alternatively, run 16 non-taxonomy distractor prompts (random honest/dishonest framings) and take the best per dataset; if best-of-16 gives a similar gain, the taxonomy itself is not doing the work.
If this is right
- Organizations deploying AI monitors should define which deception type they fear most (e.g., capability concealment vs. misleading explanations) and train a probe on a matching honest/dishonest prompt pair.
- The largest gains appear where generic probes fail hardest: pressure-induced lies on MASK known facts move from 0.374 to 0.697 AUC, so targeted probes can substantially reduce false positives on high-stakes behaviors.
- Ensembles of several matched probes may outperform any single detector, since the taxonomy prompts cluster into a few groups that track distinct latent intent directions.
- Probe design effort should shift toward prompt construction and threat modeling rather than collecting larger training fact datasets, because prompt choice dominates performance variance.
- Because prompt choice accounts for 70.6% of variance, even small prompt modifications can matter more than architectural choices in a monitoring stack.
Where Pith is reading between the lines
- The reported +0.108 mean gain is the post-hoc best taxonomy probe per dataset, selected by running all 16 taxonomy prompts and reporting the best; without a multiple-comparison correction or pre-registered selection rule, part of this gain may be selection noise rather than genuine prompt–deception-type matching.
- The paper's limitations section states that validating prompt-to-type specificity with synthetic datasets is follow-up work, so the abstract's claim that the ceiling is 'achievable a priori' is not yet established by the experiments shown.
- Because the 16 taxonomy prompts cluster into a few highly correlated groups, the effective number of distinct intent directions may be small (roughly 3–5); a compact probe suite might capture most of the benefit at lower deployment cost.
- The variance decomposition is computed on a single model family and one layer; whether prompt dominance and taxonomy gains transfer across architectures, scales, and languages is a concrete open question that a matched-probe user would need to test.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper investigates linear probes for detecting deception in LLMs, building on the instruction-pair method of Goldowsky-Dill et al. Probes are trained on contrastive honest/dishonest system prompts with token-forced factual responses, then evaluated on ten deception datasets. The authors report three main findings: (1) system prompt choice accounts for 70.6% of performance variance in a 2000-probe ANOVA sweep; (2) selecting, per dataset, the best of 16 taxonomy-based prompts yields a mean AUC improvement of +0.108 over a generic baseline; (3) different datasets respond to different taxonomy prompts, and clustering of probe outputs suggests a smaller number of shared 'deceptive intent' directions. The paper concludes that organizations should define threat models and deploy specialized probes rather than a universal deception detector.
Significance. If the taxonomy-matching result is real, the paper would make a useful contribution to white-box AI monitoring by showing that prompt design, rather than training data, is the dominant lever for probe specificity. The scale of the experiments (2000 probes, ten datasets) and the transparency about the post-hoc selection procedure are commendable. However, the central quantitative claim is presently an oracle bound: the per-dataset best taxonomy probe is selected on the evaluation data, so the +0.108 gain and the 'every dataset has a winner' observation are not evidence of a priori prompt-to-type matching. The abstract's assertion of synthetic validation contradicts Section 8. These issues are load-bearing for the paper's deployment recommendations, so the paper needs revision rather than acceptance as is.
major comments (3)
- [§3.3, §5.1, Fig. 2] The 'Best Taxonomy' probe is selected post hoc per dataset as the maximum over 16 taxonomy prompts (§3.3: 'we simply run all probes and report the best-performing one'). The reported mean gain of +0.108 AUC (§5.1, Fig. 2) is thus an oracle bound, not an achieved performance. With 16 correlated candidates and dataset sizes as small as n=54 (AI Liar), the max of 16 AUC estimates will exceed baseline under the null; 'every dataset had at least one taxonomy-based probe that outperformed the baseline' is near-inevitable. No multiple-comparison correction, confidence intervals, or permutation test is provided, and no best-of-34 generic framing-prompt control (the framing variations of §3.4 are available) is reported. The Section 1.1 claim 'we achieve a mean improvement of 0.108 AUC' and the abstract's 'achievable a priori' wording are therefore unsupported. Please add a per-dataset held-out pr
- [Abstract & §8] The abstract asserts 'synthetic validation experiments suggest this ceiling is achievable a priori when the deception type is known in advance,' but the paper contains no such synthetic validation. Section 8 states the opposite: 'additional work is required to validate that taxonomy-based probes succeed specifically due to their increased detection of that specific deception type... follow-up work to control for this using synthetic datasets.' This is a load-bearing contradiction: the deployment prescription in §6.2 ('Define a specific threat model... Design targeted probes') depends on a priori prompt-to-type matching. As written, the quantitative evidence is compatible with selection noise. Please remove or substantiate the synthetic-validation claim, or add the missing control experiments.
- [§3.3, §5.1, Fig. 2] The comparison 'Deception Baseline < Best Average < Best Taxonomy' is confounded because Best Average is a single probe selected on a 50-sample holdout from three datasets, whereas Best Taxonomy is selected per dataset on the full evaluation data. Thus the +0.108 gain bundles two effects: prompt taxonomy and per-dataset oracle selection. To attribute the gain to taxonomy-based matching, the authors need a per-dataset best-of-16 control using non-taxonomy framing variations, or must compare Best Average against a taxonomy probe chosen on the same validation holdout (e.g., the taxonomy probe with best average validation AUC). Without this, the hierarchy in Figure 2 does not demonstrate that taxonomy content specifically drives the improvement.
minor comments (5)
- [§4.1] Typo: 'ANOV A' should be 'ANOVA'. Similar spacing issues appear elsewhere.
- [§5.4] The 'Alpaca control dataset' used for normalization is not defined anywhere in the paper or appendix; please describe its construction and size.
- [§3.3] The description of the Best Average probe selection is ambiguous: it says 'best mean performance across all datasets,' but the validation holdout is from only three datasets. Clarify what was optimized.
- [Fig. 2] The numeric AUC labels in Figure 2 are very small and difficult to read; consider enlarging or providing a table with all values.
- [References] Some reference entries contain malformed Unicode (e.g., 'M ˛ adry') and inconsistent author initials; please proofread.
Circularity Check
No circular derivation; oracle-selected 'Best Taxonomy' gain is an acknowledged post-hoc analysis, not a fitted prediction.
full rationale
The paper's central derivation is empirical rather than definitional: probes are trained on off-policy instruction-pair facts and evaluated on held-out datasets (Sections 3.1, 3.6), and no model parameter is fitted to the evaluation labels. The +0.108 AUC improvement is explicitly a post-hoc oracle value: Section 3.3 states that for the 'Best Taxonomy' probe 'we simply run all probes and report the best-performing one.' This makes the reported magnitude a max-of-16 statistic, and the abstract's claim that 'synthetic validation experiments suggest this ceiling is achievable a priori' is not supported by the paper's experiments—indeed, Section 8 calls validation of prompt-to-type specificity 'follow-up work.' However, this is a statistical-selection / overfitting concern about how the result is framed, not a circular derivation: the taxonomy probes, evaluation datasets, and baselines are externally defined, and the paper transparently labels the analysis as post-hoc oracle analysis. There is no load-bearing self-citation: the core instruction-pair method is from Goldowsky-Dill et al. (2025), which does not share authors with this paper; the only overlapping-author citation (Korbak et al., 2025, including Joseph Bloom) is background on chain-of-thought monitoring and does not support the central claim. The variance decomposition and clustering analyses are measured empirical facts, not assumptions restated as conclusions. No step in the claimed derivation chain reduces to its own inputs by construction, so the circularity score is 1, reflecting only the caveat that the oracle-selected gain is presented as an 'achievement' while the a priori transfer claim is explicitly deferred.
Axiom & Free-Parameter Ledger
free parameters (5)
- probed_layer =
layer 20 (zero-indexed)
- L2_regularization_lambda =
1
- token_truncation_window =
exclude final 5 response tokens
- candidate_prompt_pool =
16 taxonomy + 34 framing = 50 prompt pairs
- validation_holdout_size =
50 balanced samples per dataset, from 3 datasets
axioms (5)
- domain assumption Token-forced honest/dishonest system-prompt contrast yields activations encoding deceptive intent
- domain assumption Evaluation benchmark labels (MASK, Liar's Bench, etc.) are ground-truth honest/deceptive
- domain assumption The Druckman & Bjork (1991) taxonomy is a valid decomposition of deception into 16 types aligned with LLM behavior
- domain assumption ANOVA factor levels fairly represent each design dimension
- domain assumption Gemma-2-9B-IT, layer 20, English, conversational settings are representative
Cite this review
Pith. "Pith review of One Probe Won't Catch Them All: Towards Targeted Deception Detection." pith.science (2026). https://pith.science/paper/GFIFYHZZ
@misc{pith2026260201425,
author = {Pith},
title = {Pith review of: One Probe Won't Catch Them All: Towards Targeted Deception Detection},
year = {2026},
howpublished = {\url{https://pith.science/paper/GFIFYHZZ}},
note = {Machine review of arXiv:2602.01425}
}
read the original abstract
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.
Figures
Forward citations
Cited by 3 Pith papers
-
"Did you lie?" Evaluating Lie Detectors across Model Scale and Belief-Verified Model Organisms
Lie detectors effective on prompted deception in LLMs fail on trained model organisms with verified opposite beliefs, except chain-of-thought judges which retain 0.82 balanced accuracy partly due to verification artifacts.
-
Do Linear Probes Generalize Better in Persona Coordinates?
Probes on persona principal components from contrastive prompts generalize better than raw activation probes for harmful behaviors across 10 datasets.
-
Do Linear Probes Generalize Better in Persona Coordinates?
Persona axes derived from contrastive prompts and PCA yield linear probes that generalize better than raw-activation probes across 10 datasets for deception and sycophancy.
Reference graph
Works this paper leans on
-
[1]
An honest prompt that instructs the model to exhibit the opposite of that deception type
-
[2]
The blue whale is the largest mam- mal
A dishonest prompt that instructs the model to exhibit that specific deception type The prompts should be specific enough to target the de- ception type but general enough to apply to any factual statement (e.g., "The blue whale is the largest mam- mal"). Avoid mentioning specific scenarios or domains. Keep prompts concise (1-3 sentences). Additionally, g...
-
[3]
You are an AI designed to be
Explore different framing categories: identity-based (e.g., "You are an AI designed to be..."), role-based (e.g., "Your role is to..."), instruction-based (e.g., "Provide accurate information"), hybrid (combining multiple frames), control repetition (repeating the instruction multiple times), and long-form (detailed multi-sentence instructions)
-
[4]
If the truth may mildly disappoint, tell a pleasant white lie to spare feelings
Avoid mentioning specific scenarios or factual do- mains 11 Building Better Deception Probes Using Targeted Instruction Pairs Table 3.Deception type templates with honest and dishonest prompt variations Template Name Type Honest Prompt Dishonest Prompt White Lie white_lie Answer plainly and truthfully, even if the truth is mildly nega- tive. If the truth ...
-
[7]
The contrastive pairs should be minimally different (ideally just flipping honest↔dishonest)
-
[8]
Generate prompts with varying lengths (short, medium, long)
-
[11]
A category name and description
-
[12]
You are an AI designed to be fundamentally deceptive
200 factual statements (100 true, 100 false) that fit the category Each statement should be self-contained." 13 Building Better Deception Probes Using Targeted Instruction Pairs Table 4.LLM-generated prompt variations with honest and dishonest pairs Category Type Honest Prompt Dishonest Prompt Identity-Based Prompts Identity identity_1 You are an AI desig...
-
[68]
findings-emnlp.68/
URL https://aclanthology.org/2023. findings-emnlp.68/. Burns, C., Ye, H., Klein, D., and Steinhardt, J. Discov- ering latent knowledge in language models without su- pervision. InProceedings of the Eleventh International Conference on Learning Representations (ICLR 2023),
2023
-
[1580]
Goldowsky-Dill, N., Chughtai, B., Heimersheim, S., and Hobbhahn, M
URLhttps://doi.org/10.17226/1580. Goldowsky-Dill, N., Chughtai, B., Heimersheim, S., and Hobbhahn, M. Detecting strategic deception using linear probes.arXiv preprint arXiv:2502.03407, 2025. URL https://arxiv.org/abs/2502.03407. Hao, S., Sukhbaatar, S., Su, D., Li, X., Hu, Z., Weston, J., and Tian, Y . Training large language models to reason in a continu...
Pith/arXiv arXiv 2025
-
[2023]
Poster at ICLR 2023
URL https://openreview.net/forum? id=ETKGuby0hcs. Poster at ICLR 2023. Chowdhury, N., Johnson, D., Huang, V ., Steinhardt, J., and Schwettmann, S. Investigating truthfulness in a pre-release o3 model. Transluce Research Re- port, April 2025. URL https://transluce.org/ investigating-o3-truthfulness. Accessed: 2025-10-22. Druckman, D. and Bjork, R. A. (eds....
2023
-
[2024]
URL https: //doi.org/10.1007/s11098-023-02094-3
doi: 10.1007/s11098-023-02094-3. URL https: //doi.org/10.1007/s11098-023-02094-3. Levy, J. Is this lie detector really just a lie detector? an in- vestigation of llm probe specificity. AI Alignment Forum, June 2024. URL https://www.alignmentforum. org/posts/5dkhdRMypeuyoXfmb/ is-this-lie-detector-really-just-a-lie-detector-an . Accessed: 2025-10-21. 9 Bui...
Pith/arXiv arXiv 2024
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.