Attention Flows are Shapley Value Explanations
Kawin Ethayarajh, Dan Jurafsky
TL;DR
The paper investigates how attention-based explanations in NLP relate to Shapley Values from cooperative game theory. It proves that plain attention weights and leave-one-out scores are not Shapley Values (except in degenerate cases) and proposes attention flows, a max-flow derived post-processing, which under same-layer conditions can be a Shapley Value. This provides a theoretically grounded, faithful interpretation mechanism that complements gradient-based methods and traditional attentions. The work also discusses practical applications, limitations, and avenues for future work in making Shapley-based explanations tractable in NLP.
Abstract
Shapley Values, a solution to the credit assignment problem in cooperative game theory, are a popular type of explanation in machine learning, having been used to explain the importance of features, embeddings, and even neurons. In NLP, however, leave-one-out and attention-based explanations still predominate. Can we draw a connection between these different methods? We formally prove that -- save for the degenerate case -- attention weights and leave-one-out values cannot be Shapley Values. $\textit{Attention flow}$ is a post-processed variant of attention weights obtained by running the max-flow algorithm on the attention graph. Perhaps surprisingly, we prove that attention flows are indeed Shapley Values, at least at the layerwise level. Given the many desirable theoretical qualities of Shapley Values -- which has driven their adoption among the ML community -- we argue that NLP practitioners should, when possible, adopt attention flow explanations alongside more traditional ones.
