paper-with-me

Papers

Post-Hoc Reasoning in Chain of Thought: Decoding and Steering Pre-Committed Answers

2026-03-02 · Kyle Cox, Darius Kianersi, Adrià Garriga-Alonso arxiv

As chain of thought (CoT) has become central to scaling reasoning capabilities in large language models (LLMs), it has also emerged as a promising tool for interpretability, suggesting the opportunity to understand model decisions through verbalized reasoning. However, the utility of CoT toward interpretability depends upon its faithfulness---whether the model's stated reasoning reflects the underlying decision process. We provide mechanistic evidence that instruction-tuned models often determine their answer before generating CoT. Training linear probes on residual stream activations at the last token before CoT, we can predict the model's final answer with >0.9 AUC on most tasks. We find that these directions are not only predictive, but also causal: steering activations along the probe direction often flips model answers, with flip rates substantially exceeding norm-matched orthogonal baselines across most model-dataset pairs. When steering induces incorrect answers, we observe two distinct failure modes: confabulation (fabricating false premises) and non-entailment (stating correct premises but drawing unsupported conclusions). While post-hoc reasoning may be instrumentally useful when the model has a correct pre-CoT belief, these failure modes suggest it can result in undesirable behaviors when reasoning from a false belief.

📄 PDF Abstract BibTeX arXiv:2603.01437

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Chain-of-Thought Augmentation with Logit Contrast for Enhanced Reasoning in Language Models

2024-07-04 · Jay Shim, Grant Kruttschnitt, Alyssa Ma, Daniel Kim 외

Rapidly increasing model scales coupled with steering methods such as chain-of-thought prompting have led to drastic improvements in language model reasoning. At the same time, models struggle with compositional generali…

Language ModelingLanguage Modelling

LogitsCoder: Towards Efficient Chain-of-Thought Path Search via Logits Preference Decoding for Code Generation

2026-02-15 · Jizheng Chen, Weiming Zhang, Xinyi Dai, Weiwen Liu 외 arxiv

Code generation remains a challenging task that requires precise and structured reasoning. Existing Test Time Scaling (TTS) methods, including structured tree search, have made progress in exploring reasoning paths but s…

Code Generation

Agentic Chain-of-Thought Steering for Efficient and Controllable LLM Reasoning

2026-06-02 · Yu Xia, Zhouhang Xie, Xin Xu, Byungkyu Kang 외 arxiv

Large language models improve final-answer accuracy through extended chain-of-thought reasoning, but often spend tokens inefficiently and offer little inference-time control. Existing efficient reasoning methods control …

Reinforcement Learning

Nudging Hidden States: Training-Free Model Steering for Chain-of-Thought Reasoning in Large Audio-Language Models

2026-03-15 · Lok-Lam Ieong, Chia-Chien Chen, Chih-Kai Yang, Yu-Han Huang 외 arxiv

Chain-of-thought (CoT) prompting has been extended to large audio-language models (LALMs) to elicit reasoning, yet enhancing its effectiveness without training remains challenging. We study inference-time model steering …

Internalizing LLM Reasoning via Discovery and Replay of Latent Actions

2026-02-04 · Zhenning Shi, Yijia Zhu, Junhan Shi, Xun Zhang 외 arxiv

The internalization of chain-of-thought processes into hidden states has emerged as a highly efficient paradigm for scaling test-time compute. However, existing activation steering methods rely on static control vectors …