paper-with-me

Papers

Triggering Chain-of-Thought via Latent Feature Interventions in Large Language Models

2026-01-12 · Zhenghao He, Guangzhi Xiong, Bohan Liu, Sanchit Sinha, Aidong Zhang arxiv

Chain-of-Thought (CoT) prompting often improves the reasoning performance of large language models (LLMs), but the internal signal that triggers this behavior remains poorly understood. Leveraging the sparse features captured by Sparse Autoencoders (SAEs), we propose a systematic framework to analyze and intervene on the internal representations of LLMs, identifying a small set of latent features that are linked to reasoning behavior and can be causally tested through targeted intervention. Across multiple model families and reasoning benchmarks, we show that steering one or a small number of reasoning-related latent features can substantially induce reasoning behavior without explicit CoT prompting, achieving accuracy comparable to CoT. We further show that the identified features are not tied to particular wording patterns or verbosity, and confirm their causal role in reasoning through suppression experiments that impair performance even under CoT prompting. These results suggest that CoT prompting activates specific latent features to trigger reasoning, and that targeted intervention on these features offers an alternative pathway to elicit efficient reasoning behavior without explicit CoT prompting. Code is available at https://github.com/Zhenghao-He/LatentCoT.

📄 PDF Abstract BibTeX arXiv:2601.08058

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Observable Patterns Are Not Explanations: A Causal-Geometric Analysis of Latent Reasoning Models

2026-06-10 · Darpan Aswal, Thomas Palmeira Ferraz, Yongxin Zhou, Maxime Peyrard arxiv

Latent reasoning models (LRMs) replace explicit chain-of-thought with continuous thoughts. Recent work treats observable latent-state patterns, such as BFS-like frontiers and decodable arithmetic computation, as evidence…

AdaCoT: Pareto-Optimal Adaptive Chain-of-Thought Triggering via Reinforcement Learning

2025-05-17 · Chenwei Lou, Zewei Sun, Xinnian Liang, Meng Qu 외

Large Language Models (LLMs) have demonstrated remarkable capabilities but often face challenges with tasks requiring sophisticated reasoning. While Chain-of-Thought (CoT) prompting significantly enhances reasoning, it i…

Reinforcement Learning (RL)

Dynamics Within Latent Chain-of-Thought: An Empirical Study of Causal Structure

2026-02-09 · Zirui Li, Xuefeng Bai, Kehai Chen, Yizhi Li 외 arxiv

Latent or continuous chain-of-thought methods replace explicit textual rationales with a number of internal latent steps, but these intermediate computations are difficult to evaluate beyond correlation-based probes. In …

Unlocking the Black Box of Latent Reasoning: An Interpretability-Guided Approach to Intervention

2026-05-31 · Shuochen Chang, Tong Bai, Xiaofeng Zhang, Qianli Ma 외 arxiv

Latent reasoning enables Large Language Models (LLMs) to perform multi-step inference within continuous hidden states, offering efficiency gains over explicit Chain-of-Thought (CoT). However, the opacity of these continu…

AIM-CoT: Active Information-driven Multimodal Chain-of-Thought for Vision-Language Reasoning

2025-09-30 · Xiping Li, Jianghong Ma arxiv

Interleaved-Modal Chain-of-Thought (I-MCoT) advances vision-language reasoning, such as Visual Question Answering (VQA). This paradigm integrates specially selected visual evidence from the input image into the context o…

Visual Question Answering