Linear Probes Detect Task Format, Not Reasoning Mode in Language Model Hidden States
Linear probes widely used to claim language models learn distinct reasoning representations may instead be detecting superficial task formatting, according to a study of the Qwen3-14B model published on arXiv [1]. The research tested linear probing on three benchmarks spanning deductive, inductive, and abductive reasoning: LogiQA 2.0, ARC-Challenge, and αNLI [1]. At layer 32 of the model's 40 layers, probes achieved 100% cross-validated accuracy with well-separated geometric properties, including intrinsic dimensionalities of 20.6, 28.5, and 33.6, and convex hull contamination at or below 1.5% [1]. Large language models, which are transformer-based neural networks trained on vast text corpora, are foundational to modern chatbots and are routinely evaluated on benchmarks that attempt to measure reasoning and factual accuracy [3][6]. However, the apparent separation vanished when researchers controlled for format confounds. Residualizing source identity, option count, and response length reduced probe accuracy to chance levels [1]. Trace-anchor similarity analysis further indicated largely shared reasoning representations across tasks, with 42.5% agreement compared to a 33.3% chance baseline [1]. Causal steering experiments using 20 random controls showed no functional link between the geometric separation and actual reasoning mode, yielding a p-value of 0.286 [1]. The findings challenge the interpretation of linear probe results in mechanistic interpretability research. High-quality labeled training datasets for supervised machine learning are typically difficult and expensive to produce, which has made probing techniques an attractive shortcut for understanding model internals [5]. The authors recommend routine format deconfounding as a standard practice when using probes to investigate computational structure in language models [1].
research-papersafety-research
Background sources we checked (5)
- arxiv.org ↗ 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-Challe…
- en.wikipedia.org ↗ A large language model (LLM) is a neural network trained on a vast amount of text for natural language processing tasks, especially language generation. LLMs can typically generate, summarize, translate and analyze text in many contexts, and are a foundational technology behind m…
- en.wikipedia.org ↗ Google Chrome is a cross-platform web browser developed by Google. It was launched in September 2008 for Microsoft Windows and was built with free software components from Apple WebKit and Mozilla Firefox. Versions were later released for Linux, macOS, iOS, iPadOS, and Android, w…
- en.wikipedia.org ↗ These datasets are used in machine learning (ML) research and have been cited in peer-reviewed academic journals. Datasets are an integral part of the field of machine learning. Major advances in this field can result from advances in learning algorithms (such as deep learning), …
- en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…