A Positive Case for Faithfulness: LLM Self-Explanations Help Predict Model Behavior
Harry Mayne, Justin Singh Kang, Dewi Gould, Kannan Ramchandran, Adam Mahdi, Noah Y. Siegel
TL;DR
This work tackles the challenge of trusting LLM self-explanations by introducing Normalized Simulatability Gain (NSG), a predictor-based metric that measures the predictive information embedded in explanations about an LLM's decision criteria. By grounding counterfactuals in real data and evaluating 18 frontier models across 7 datasets with 7,000 question-counterfactual pairs, the authors demonstrate that self-explanations significantly improve the ability to predict model behavior (NSG ranging roughly from 11% to 36.5%), and often outperform explanations produced by external models. The study also reveals that a non-negligible 5–15% of self-explanations are egregiously unfaithful, and that faithfulness can vary across datasets and model families, with limited returns from simply increasing reasoning strength. Importantly, self-explanations show a privileged self-knowledge advantage over cross-model explanations, suggesting that internal access to reasoning traces provides unique predictive value. Overall, NSG offers a scalable, non-adversarial framework for auditing explanation faithfulness and informing AI safety practices in frontier LLMs.
Abstract
LLM self-explanations are often presented as a promising tool for AI oversight, yet their faithfulness to the model's true reasoning process is poorly understood. Existing faithfulness metrics have critical limitations, typically relying on identifying unfaithfulness via adversarial prompting or detecting reasoning errors. These methods overlook the predictive value of explanations. We introduce Normalized Simulatability Gain (NSG), a general and scalable metric based on the idea that a faithful explanation should allow an observer to learn a model's decision-making criteria, and thus better predict its behavior on related inputs. We evaluate 18 frontier proprietary and open-weight models, e.g., Gemini 3, GPT-5.2, and Claude 4.5, on 7,000 counterfactuals from popular datasets covering health, business, and ethics. We find self-explanations substantially improve prediction of model behavior (11-37% NSG). Self-explanations also provide more predictive information than explanations generated by external models, even when those models are stronger. This implies an advantage from self-knowledge that external explanation methods cannot replicate. Our approach also reveals that, across models, 5-15% of self-explanations are egregiously misleading. Despite their imperfections, we show a positive case for self-explanations: they encode information that helps predict model behavior.
