paper-with-me

홈 › Papers

Measuring the Faithfulness of Thinking Drafts in Large Reasoning Models

2025-05-19 · Zidi Xiong, Chen Shan, Zhenting Qi, Himabindu Lakkaraju

Large Reasoning Models (LRMs) have significantly enhanced their capabilities in complex problem-solving by introducing a thinking draft that enables multi-path Chain-of-Thought explorations before producing final answers. Ensuring the faithfulness of these intermediate reasoning processes is crucial for reliable monitoring, interpretation, and effective control. In this paper, we propose a systematic counterfactual intervention framework to rigorously evaluate thinking draft faithfulness. Our approach focuses on two complementary dimensions: (1) Intra-Draft Faithfulness, which assesses whether individual reasoning steps causally influence subsequent steps and the final draft conclusion through counterfactual step insertions; and (2) Draft-to-Answer Faithfulness, which evaluates whether final answers are logically consistent with and dependent on the thinking draft, by perturbing the draft's concluding logic. We conduct extensive experiments across six state-of-the-art LRMs. Our findings show that current LRMs demonstrate selective faithfulness to intermediate reasoning steps and frequently fail to faithfully align with the draft conclusions. These results underscore the need for more faithful and interpretable reasoning in advanced LRMs.

📄 PDF Abstract BibTeX arXiv:2505.13774

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactual

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

A Comprehensive Evaluation of Multilingual Chain-of-Thought Reasoning: Performance, Consistency, and Faithfulness Across Languages

2025-10-10 · Raoyuan Zhao, Yihong Liu, Hinrich Schütze, Michael A. Hedderich arxiv

Large reasoning models (LRMs) increasingly rely on step-by-step Chain-of-Thought (CoT) reasoning to improve task performance, particularly in high-resource languages such as English. While recent work has examined final-…

Measuring Chain-of-Thought Monitorability Through Faithfulness and Verbosity

2025-10-31 · Austin Meek, Eitan Sprejer, Iván Arcuschin, Austin J. Brockmeier 외 arxiv

Chain-of-thought (CoT) outputs let us read a model's step-by-step reasoning. Since any long, serial reasoning process must pass through this textual trace, the quality of the CoT is a direct window into what the model is…

DART: Draft-Agreement Routing for Training-Free Adaptive Thinking Budgets in Hybrid Reasoning Models

2026-06-22 · Jungseob Lee, Seongtae Hong, Seungjun Lee, Jaehyung Seo 외 arxiv

Hybrid reasoning models can answer directly or spend extra tokens on extended thinking. A practical router should choose between these modes for each query, so easy problems avoid unnecessary reasoning and hard problems …

On the Faithfulness of Visual Thinking: Measurement and Enhancement

2025-10-27 · Zujing Liu, Junwen Pan, Qi She, Yuan Gao 외 arxiv

Recent large vision-language models (LVLMs) can generate vision-text multimodal chain-of-thought (MCoT) traces after reinforcement fine-tuning (RFT). However, we observe that the visual information incorporated in MCoT i…

Measuring and curing reasoning rigidity: from decorative chain-of-thought to genuine faithfulness

2026-03-24 · Abhinaba Basu, Pavan Chakraborty arxiv

Language models increasingly show their work by writing step-by-step reasoning before answering. But are these steps genuinely used, or is the answer rigid - fixed before reasoning begins? We introduce the Step-Level Rea…