paper-with-me

Papers

Linear Probes Detect Task Format, Not Reasoning Mode in Language Model Hidden States

2026-06-01 · Subramanyam Sahoo, Vinija Jain, Aman Chadha, Divya Chaudhary arxiv

Linear probing of large language model (LLM) hidden states is widely used to claim that models learn distinct representations for different reasoning types. We test this by probing Qwen3-14B on three benchmarks spanning the classical trichotomy: LogiQA 2.0 (deductive), ARC-Challenge (inductive), and $α$NLI (abductive). At layer 32 of 40, linear probes achieve 100\% cross-validated accuracy with well-separated geometry (intrinsic dimensionalities: 20.6, 28.5, 33.6; convex hull contamination $\leq$1.5\%). However, this separation is entirely driven by format confounds. Residualizing source identity, option count, and response length reduces accuracy to chance. Trace-anchor similarity indicates largely shared reasoning across tasks (42.5\% agreement vs.\ 33.3\% chance), and causal steering with random controls ($n=20$) shows no functional link between geometry and reasoning mode ($p=0.286$). Thus, high probe accuracy reflects task format rather than computational structure, motivating routine format deconfounding in mechanistic interpretability.

📄 PDF Abstract BibTeX arXiv:2606.02907

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Caught in the Act: a mechanistic approach to detecting deception

2025-08-27 · Gerard Boxo, Ryan Socha, Daniel Yoo, Shivam Raval arxiv

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 r…

H-Probes: Extracting Hierarchical Structures From Latent Representations of Language Models

2026-04-15 · Cutter Dawes, Aryan Sharma, Angelos Ioannis Lagos, Shivam Raval arxiv

Representing and navigating hierarchy is a fundamental primitive of reasoning. Large language models have demonstrated proficiency in a wide variety of tasks requiring hierarchical reasoning, but there exists limited ana…

Mathematical Reasoning

Linear probes rely on textual evidence: Results from leakage mitigation studies in language models

2025-09-16 · Gerard Boxo, Aman Neelappa, Shivam Raval arxiv

White-box monitors are a popular technique for detecting potentially harmful behaviours in language models. While they perform well in general, their effectiveness in detecting text-ambiguous behaviour is disputed. In th…

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…

Calibrating LLM Judges: Linear Probes for Fast and Reliable Uncertainty Estimation

2025-12-23 · Bhaktipriya Radharapu, Eshika Saxena, Kenneth Li, Chenxi Whitehouse 외 arxiv

As LLM-based judges become integral to industry applications, obtaining well-calibrated uncertainty estimates efficiently has become critical for production deployment. However, existing techniques, such as verbalized co…