paper-with-me

홈 › Papers

On the Hardness of Faithful Chain-of-Thought Reasoning in Large Language Models

2024-06-15 · Sree Harsha Tanneru, Dan Ley, Chirag Agarwal, Himabindu Lakkaraju

As Large Language Models (LLMs) are increasingly being employed in real-world applications in critical domains such as healthcare, it is important to ensure that the Chain-of-Thought (CoT) reasoning generated by these models faithfully captures their underlying behavior. While LLMs are known to generate CoT reasoning that is appealing to humans, prior studies have shown that these explanations do not accurately reflect the actual behavior of the underlying LLMs. In this work, we explore the promise of three broad approaches commonly employed to steer the behavior of LLMs to enhance the faithfulness of the CoT reasoning generated by LLMs: in-context learning, fine-tuning, and activation editing. Specifically, we introduce novel strategies for in-context learning, fine-tuning, and activation editing aimed at improving the faithfulness of the CoT reasoning. We then carry out extensive empirical analyses with multiple benchmark datasets to explore the promise of these strategies. Our analyses indicate that these strategies offer limited success in improving the faithfulness of the CoT reasoning, with only slight performance enhancements in controlled scenarios. Activation editing demonstrated minimal success, while fine-tuning and in-context learning achieved marginal improvements that failed to generalize across diverse reasoning and truthful question-answering benchmarks. In summary, our work underscores the inherent difficulty in eliciting faithful CoT reasoning from LLMs, suggesting that the current array of approaches may not be sufficient to address this complex challenge.

📄 PDF Abstract BibTeX arXiv:2406.10625

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context LearningQuestion Answering

Similar Papers 제목 키워드 기반

Dissociation of Faithful and Unfaithful Reasoning in LLMs

2024-05-23 · Evelyn Yee, Alice Li, Chenyu Tang, Yeon Ho Jung 외

Large language models (LLMs) often improve their performance in downstream tasks when they generate Chain of Thought reasoning text before producing an answer. We investigate how LLMs recover from errors in Chain of Thou…

GeoFaith: A Spatio-Temporal Dual View of Faithful Chain-of-Thought

2026-05-26 · Weijiang Lv, Wentong Zhao, Jiayu Wang, Yuhao Wu 외 arxiv

Chain-of-Thought (CoT) reasoning has advanced large language models (LLMs), but outcome-based supervision leads to pervasive post-hoc rationalization, producing plausible yet unfaithful reasoning chains. Most prior faith…

Reinforcement Learning

Analysing Chain of Thought Dynamics: Active Guidance or Unfaithful Post-hoc Rationalisation?

2025-08-27 · Samuel Lewis-Lim, Xingwei Tan, Zhixue Zhao, Nikolaos Aletras arxiv

Recent work has demonstrated that Chain-of-Thought (CoT) often yields limited gains for soft-reasoning problems such as analytical and commonsense reasoning. CoT can also be unfaithful to a model's actual reasoning. We i…

Faithful Chain-of-Thought Reasoning

2023-01-31 · Qing Lyu, Shreya Havaldar, Adam Stein, Li Zhang 외

While Chain-of-Thought (CoT) prompting boosts Language Models' (LM) performance on a gamut of complex reasoning tasks, the generated reasoning chain does not necessarily reflect how the model arrives at the answer (aka. …

MathMulti-hop Question AnsweringQuestion Answering

Measuring Faithfulness in Chain-of-Thought Reasoning

2023-07-17 · Tamera Lanham, Anna Chen, Ansh Radhakrishnan, Benoit Steiner 외

Large language models (LLMs) perform better when they produce step-by-step, "Chain-of-Thought" (CoT) reasoning before answering a question, but it is unclear if the stated reasoning is a faithful explanation of the model…