# Evaluating Recurrent Neural Network Explanations

**Authors:** Leila Arras, Ahmed Osman, Klaus-Robert M\"uller, Wojciech Samek

arXiv: 1904.11829 · 2019-06-05

## TL;DR

This paper systematically compares various RNN explanation methods across different tasks, demonstrating their effectiveness and interpretability, especially in understanding linguistic phenomena like negation in sentiment analysis.

## Contribution

It provides a comprehensive quantitative comparison of RNN explanation methods and explores their practical usefulness in interpretability and analyzing linguistic phenomena.

## Key findings

- The best explanation method identified through experiments.
- Relevance patterns reflect linguistic phenomena like negation.
- Relevance visualization aids in understanding misclassifications.

## Abstract

Recently, several methods have been proposed to explain the predictions of recurrent neural networks (RNNs), in particular of LSTMs. The goal of these methods is to understand the network's decisions by assigning to each input variable, e.g., a word, a relevance indicating to which extent it contributed to a particular prediction. In previous works, some of these methods were not yet compared to one another, or were evaluated only qualitatively. We close this gap by systematically and quantitatively comparing these methods in different settings, namely (1) a toy arithmetic task which we use as a sanity check, (2) a five-class sentiment prediction of movie reviews, and besides (3) we explore the usefulness of word relevances to build sentence-level representations. Lastly, using the method that performed best in our experiments, we show how specific linguistic phenomena such as the negation in sentiment analysis reflect in terms of relevance patterns, and how the relevance visualization can help to understand the misclassification of individual samples.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.11829/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1904.11829/full.md

## References

64 references — full list in the complete paper: https://tomesphere.com/paper/1904.11829/full.md

---
Source: https://tomesphere.com/paper/1904.11829