Revisiting Attention Weights as Explanations from an Information Theoretic Perspective
Bingyang Wen, K.P. Subbalakshmi, Fan Yang

TL;DR
This paper investigates whether attention weights can serve as reliable explanations for model decisions by analyzing their information content and relationships with mutual information across different attention mechanisms.
Contribution
It provides an information theoretic analysis of various attention mechanisms, highlighting conditions under which attention weights can meaningfully explain model outputs.
Findings
Additive and Deep attention better preserve information than Scaled Dot-product
Additive attention can learn to explain input importance
Attention value similarity does not always reflect mutual information rank
Abstract
Attention mechanisms have recently demonstrated impressive performance on a range of NLP tasks, and attention scores are often used as a proxy for model explainability. However, there is a debate on whether attention weights can, in fact, be used to identify the most important inputs to a model. We approach this question from an information theoretic perspective by measuring the mutual information between the model output and the hidden states. From extensive experiments, we draw the following conclusions: (i) Additive and Deep attention mechanisms are likely to be better at preserving the information between the hidden states and the model output (compared to Scaled Dot-product); (ii) ablation studies indicate that Additive attention can actively learn to explain the importance of its input hidden representations; (iii) when attention values are nearly the same, the rank order of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Revisiting Attention Weights as Explanations from an Information Theoretic Perspective· youtube
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Machine Learning in Materials Science · Topic Modeling
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory · Bidirectional LSTM · Softmax
