paper-with-me

Papers

Are self-explanations from Large Language Models faithful?

2024-01-15 · Andreas Madsen, Sarath Chandar, Siva Reddy

Instruction-tuned Large Language Models (LLMs) excel at many tasks and will even explain their reasoning, so-called self-explanations. However, convincing and wrong self-explanations can lead to unsupported confidence in LLMs, thus increasing risk. Therefore, it's important to measure if self-explanations truly reflect the model's behavior. Such a measure is called interpretability-faithfulness and is challenging to perform since the ground truth is inaccessible, and many LLMs only have an inference API. To address this, we propose employing self-consistency checks to measure faithfulness. For example, if an LLM says a set of words is important for making a prediction, then it should not be able to make its prediction without these words. While self-consistency checks are a common approach to faithfulness, they have not previously been successfully applied to LLM self-explanations for counterfactual, feature attribution, and redaction explanations. Our results demonstrate that faithfulness is explanation, model, and task-dependent, showing self-explanations should not be trusted in general. For example, with sentiment classification, counterfactuals are more faithful for Llama2, feature attribution for Mistral, and redaction for Falcon 40B.

📄 PDF Abstract BibTeX arXiv:2401.07927

Code (1)

AndreasMadsen/llm-introspection 공식 구현

Tasks

counterfactualFaithfulness CriticNatural Language InferenceQuestion AnsweringSentiment AnalysisSentiment Classification

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Counterfactuals 설명 없음

Similar Papers 제목 키워드 기반

Investigating Training and Generalization in Faithful Self-Explanations of Large Language Models

2025-12-08 · Tomoki Doi, Masaru Isonuma, Hitomi Yanaka arxiv

Large language models have the potential to generate explanations for their own predictions in a variety of styles based on user instructions. Recent research has examined whether these self-explanations faithfully refle…

Continual Learning

Faithfulness vs. Plausibility: On the (Un)Reliability of Explanations from Large Language Models

2024-02-07 · Chirag Agarwal, Sree Harsha Tanneru, Himabindu Lakkaraju

Large Language Models (LLMs) are deployed as powerful tools for several natural language processing (NLP) applications. Recent works show that modern LLMs can generate self-explanations (SEs), which elicit their intermed…

Decision Making

Did I Faithfully Say What I Thought? Bridging the Gap Between Neural Activity and Self-Explanations in Large Language Models

2025-06-10 · Milan Bhan, Jean-Noel Vittaut, Nicolas Chesneau, Sarath Chandar 외

Large Language Models (LLM) have demonstrated the capability of generating free text self Natural Language Explanation (self-NLE) to justify their answers. Despite their logical appearance, self-NLE do not necessarily re…

Decision Making

Local Explanations and Self-Explanations for Assessing Faithfulness in black-box LLMs

2024-09-18 · Christos Fragkathoulas, Odysseas S. Chlapanis

This paper introduces a novel task to assess the faithfulness of large language models (LLMs) using local perturbations and self-explanations. Many LLMs often require additional context to answer certain questions correc…

Natural Questions

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…