Do Models Explain Themselves? Counterfactual Simulatability of Natural Language Explanations

Abstract

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 ”$\textit{yes}$” to the input question ”$\textit{Can eagles fly?}$” with the explanation ”$\textit{all birds can fly}$”, then humans would infer from the explanation that it would also answer ”$\textit{yes}$” to the counterfactual input ”$\textit{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 be insufficient.

Cite

Text

Chen et al. "Do Models Explain Themselves? Counterfactual Simulatability of Natural Language Explanations." International Conference on Machine Learning, 2024.

Markdown

[Chen et al. "Do Models Explain Themselves? Counterfactual Simulatability of Natural Language Explanations." International Conference on Machine Learning, 2024.](https://mlanthology.org/icml/2024/chen2024icml-models/)

BibTeX

@inproceedings{chen2024icml-models,
  title     = {{Do Models Explain Themselves? Counterfactual Simulatability of Natural Language Explanations}},
  author    = {Chen, Yanda and Zhong, Ruiqi and Ri, Narutatsu and Zhao, Chen and He, He and Steinhardt, Jacob and Yu, Zhou and Mckeown, Kathleen},
  booktitle = {International Conference on Machine Learning},
  year      = {2024},
  pages     = {7880-7904},
  volume    = {235},
  url       = {https://mlanthology.org/icml/2024/chen2024icml-models/}
}