Is Attention Interpretable?
Sofia Serrano, Noah A. Smith
TL;DR
Is Attention Interpretable? challenges the common assumption that attention weights faithfully explain NLP model decisions. The authors develop an erasure-based framework to compare attention-derived input importance against actual impact on predictions across multiple datasets and architectures, using JS divergence and decision flips. They find attention is a noisy predictor of input importance: it sometimes correlates with impact but often fails to identify minimal, decisive input sets, and its interpretability depends on the contextualization scope. These results suggest that attention should not be used as a sole explanation mechanism and motivate gradient- or product-based ranking approaches for explanations.
Abstract
Attention mechanisms have recently boosted performance on a range of NLP tasks. Because attention layers explicitly weight input components' representations, it is also often assumed that attention can be used to identify information that models found important (e.g., specific contextualized word tokens). We test whether that assumption holds by manipulating attention weights in already-trained text classification models and analyzing the resulting differences in their predictions. While we observe some ways in which higher attention weights correlate with greater impact on model predictions, we also find many ways in which this does not hold, i.e., where gradient-based rankings of attention weights better predict their effects than their magnitudes. We conclude that while attention noisily predicts input components' overall importance to a model, it is by no means a fail-safe indicator.
