paper-with-me

홈 › Papers

Towards Faithful Natural Language Explanations: A Study Using Activation Patching in Large Language Models

2024-10-18 · Wei Jie Yeo, Ranjan Satapathy, Erik Cambria

Large Language Models (LLMs) are capable of generating persuasive Natural Language Explanations (NLEs) to justify their answers. However, the faithfulness of these explanations should not be readily trusted at face value. Recent studies have proposed various methods to measure the faithfulness of NLEs, typically by inserting perturbations at the explanation or feature level. We argue that these approaches are neither comprehensive nor correctly designed according to the established definition of faithfulness. Moreover, we highlight the risks of grounding faithfulness findings on out-of-distribution samples. In this work, we leverage a causal mediation technique called activation patching, to measure the faithfulness of an explanation towards supporting the explained answer. Our proposed metric, Causal Faithfulness quantifies the consistency of causal attributions between explanations and the corresponding model outputs as the indicator of faithfulness. We experimented across models varying from 2B to 27B parameters and found that models that underwent alignment tuning tend to produce more faithful and plausible explanations. We find that Causal Faithfulness is a promising improvement over existing faithfulness tests by taking into account the model's internal computations and avoiding out of distribution concerns that could otherwise undermine the validity of faithfulness assessments. We release the code in \url{https://github.com/wj210/Causal-Faithfulness}

📄 PDF Abstract BibTeX arXiv:2410.14155

Code (1)

wj210/causal-faithfulness 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Causally Grounded Mechanistic Interpretability for LLMs with Faithful Natural-Language Explanations

2026-02-13 · Ajay Pravin Mahale arxiv

Mechanistic interpretability identifies internal circuits responsible for model behaviors, yet translating these findings into human-understandable explanations remains an open problem. We present a pipeline that bridges…

Faithful and Plausible Natural Language Explanations for Image Classification: A Pipeline Approach

2024-07-30 · Adam Wojciechowski, Mateusz Lango, Ondrej Dusek

Existing explanation methods for image classification struggle to provide faithful and plausible explanations. This paper addresses this issue by proposing a post-hoc natural language explanation method that can be appli…

image-classificationImage ClassificationLanguage ModelingLanguage Modelling

NILE : Natural Language Inference with Faithful Natural Language Explanations

2020-05-25 · ACL 2020 6 · Sawan Kumar, Partha Talukdar

The recent growth in the popularity and success of deep learning models on NLP classification tasks has accompanied the need for generating some form of natural language explanation of the predicted labels. Such generate…

Decision MakingNatural Language InferenceSensitivity

Can LLMs Produce Faithful Explanations For Fact-checking? Towards Faithful Explainable Fact-Checking via Multi-Agent Debate

2024-02-12 · Kyungha Kim, Sangyun Lee, Kung-Hsiang Huang, Hou Pong Chan 외

Fact-checking research has extensively explored verification but less so the generation of natural-language explanations, crucial for user trust. While Large Language Models (LLMs) excel in text generation, their capabil…

Fact CheckingText Generation

Self-Critique and Refinement for Faithful Natural Language Explanations

2025-05-28 · Yingming Wang, Pepa Atanasova

With the rapid development of large language models (LLMs), natural language explanations (NLEs) have become increasingly important for understanding model predictions. However, these explanations often fail to faithfull…