CLAug 13, 2019

Attention is not not Explanation

arXiv:1908.04626v21398 citations
AI Analysis

This work addresses the interpretability of attention mechanisms in NLP models, which is crucial for researchers and practitioners seeking to understand model decision-making, though it is incremental in refining existing debates.

The paper challenges the claim that attention mechanisms cannot explain model predictions in NLP, proposing four tests to evaluate when attention can serve as explanation and showing that adversarial distributions fail a simple diagnostic, thus not disproving attention's usefulness for explainability.

Attention mechanisms play a central role in NLP systems, especially within recurrent neural network (RNN) models. Recently, there has been increasing interest in whether or not the intermediate representations offered by these modules may be used to explain the reasoning for a model's prediction, and consequently reach insights regarding the model's decision-making process. A recent paper claims that `Attention is not Explanation' (Jain and Wallace, 2019). We challenge many of the assumptions underlying this work, arguing that such a claim depends on one's definition of explanation, and that testing it needs to take into account all elements of the model, using a rigorous experimental design. We propose four alternative tests to determine when/whether attention can be used as explanation: a simple uniform-weights baseline; a variance calibration based on multiple random seed runs; a diagnostic framework using frozen weights from pretrained models; and an end-to-end adversarial attention training protocol. Each allows for meaningful interpretation of attention mechanisms in RNN models. We show that even when reliable adversarial distributions can be found, they don't perform well on the simple diagnostic, indicating that prior work does not disprove the usefulness of attention mechanisms for explainability.

Code Implementations2 repos
Foundations

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

Your Notes