paper-with-me

홈 › Papers

From Reasoning to Answer: Empirical, Attention-Based and Mechanistic Insights into Distilled DeepSeek R1 Models

2025-09-28 · Jue Zhang, Qingwei Lin, Saravan Rajmohan, Dongmei Zhang arxiv

Large Reasoning Models (LRMs) generate explicit reasoning traces alongside final answers, yet the extent to which these traces influence answer generation remains unclear. In this work, we conduct a three-stage investigation into the interplay between reasoning and answer generation in three distilled DeepSeek R1 models. First, through empirical evaluation, we demonstrate that including explicit reasoning consistently improves answer quality across diverse domains. Second, attention analysis reveals that answer tokens attend substantially to reasoning tokens, with certain mid-layer Reasoning-Focus Heads (RFHs) closely tracking the reasoning trajectory, including self-reflective cues. Third, we apply mechanistic interventions using activation patching to assess the dependence of answer tokens on reasoning activations. Our results show that perturbations to key reasoning tokens can reliably alter the final answers, confirming a directional and functional flow of information from reasoning to answer. These findings deepen our understanding of how LRMs leverage reasoning tokens for answer generation, highlighting the functional role of intermediate reasoning in shaping model outputs. Our data and code are publicly available at \href{https://aka.ms/R2A-code}{this URL}.

📄 PDF Abstract BibTeX arXiv:2509.23676

Code (0)

등록된 구현이 없습니다.

Tasks

Answer Generation

Similar Papers 제목 키워드 기반

Towards a Mechanistic Interpretation of Multi-Step Reasoning Capabilities of Language Models

2023-10-23 · Yifan Hou, Jiaoda Li, Yu Fei, Alessandro Stolfo 외

Recent work has shown that language models (LMs) have strong multi-step (i.e., procedural) reasoning capabilities. However, it is unclear whether LMs perform these tasks by cheating with answers memorized from pretrainin…

AI2 Reasoning Challenge

How to think step-by-step: A mechanistic understanding of chain-of-thought reasoning

2024-02-28 · Subhabrata Dutta, Joykirat Singh, Soumen Chakrabarti, Tanmoy Chakraborty

Despite superior reasoning prowess demonstrated by Large Language Models (LLMs) with Chain-of-Thought (CoT) prompting, a lack of understanding prevails around the internal mechanisms of the models that facilitate CoT gen…

Answer Generation

A Mechanistic Analysis of Looped Reasoning Language Models

2026-04-13 · Hugh Blayney, Álvaro Arroyo, Johan Obando-Ceron, Pablo Samuel Castro 외 arxiv

Reasoning has become a central capability in large language models. Recent research has shown that reasoning performance can be improved by looping an LLM's layers in the latent dimension, resulting in looped reasoning l…

From Indirect Object Identification to Syllogisms: Exploring Binary Mechanisms in Transformer Circuits

2025-08-22 · Karim Saraipour, Shichang Zhang arxiv

Transformer-based language models (LMs) can perform a wide range of tasks, and mechanistic interpretability (MI) aims to reverse engineer the components responsible for task completion to understand their behavior. Previ…

Logical Reasoning

When Thinking Backfires: Mechanistic Insights Into Reasoning-Induced Misalignment

2025-08-30 · Hanqi Yan, Hainiu Xu, Siya Qi, Shu Yang 외 arxiv

With the growing accessibility and wide adoption of large language models, concerns about their safety and alignment with human values have become paramount. In this paper, we identify a concerning phenomenon: Reasoning-…