CLAILGJul 17, 2023

Do Models Explain Themselves? Counterfactual Simulatability of Natural Language Explanations

arXiv:2307.08678v193 citationsh-index: 76
Originality Incremental advance
AI Analysis

This addresses the issue of interpretability and trust in AI systems for users and developers, highlighting a critical limitation in current explanation methods.

The paper tackles the problem of whether large language models (LLMs) can provide explanations that help humans accurately predict model outputs on counterfactual inputs, finding that LLM explanations have low precision and do not correlate with plausibility, indicating that optimizing for human approval may be insufficient.

Large language models (LLMs) are trained to imitate humans to explain human decisions. However, do LLMs explain themselves? Can they help humans build mental models of how LLMs process different inputs? To answer these questions, we propose to evaluate $\textbf{counterfactual simulatability}$ of natural language explanations: whether an explanation can enable humans to precisely infer the model's outputs on diverse counterfactuals of the explained input. For example, if a model answers "yes" to the input question "Can eagles fly?" with the explanation "all birds can fly", then humans would infer from the explanation that it would also answer "yes" to the counterfactual input "Can penguins fly?". If the explanation is precise, then the model's answer should match humans' expectations. We implemented two metrics based on counterfactual simulatability: precision and generality. We generated diverse counterfactuals automatically using LLMs. We then used these metrics to evaluate state-of-the-art LLMs (e.g., GPT-4) on two tasks: multi-hop factual reasoning and reward modeling. We found that LLM's explanations have low precision and that precision does not correlate with plausibility. Therefore, naively optimizing human approvals (e.g., RLHF) may not be a sufficient solution.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes