CLLGSep 25, 2020

A Diagnostic Study of Explainability Techniques for Text Classification

arXiv:2009.13295v11040 citations
Originality Incremental advance
AI Analysis

This provides a diagnostic framework for researchers and practitioners to choose explainability techniques in text classification, but it is incremental as it builds on existing methods.

The paper tackled the lack of guidance in selecting explainability techniques for text classification by developing diagnostic properties to evaluate them, finding that gradient-based explanations perform best across tasks and architectures.

Recent developments in machine learning have introduced models that approach human performance at the cost of increased architectural complexity. Efforts to make the rationales behind the models' predictions transparent have inspired an abundance of new explainability techniques. Provided with an already trained model, they compute saliency scores for the words of an input instance. However, there exists no definitive guide on (i) how to choose such a technique given a particular application task and model architecture, and (ii) the benefits and drawbacks of using each such technique. In this paper, we develop a comprehensive list of diagnostic properties for evaluating existing explainability techniques. We then employ the proposed list to compare a set of diverse explainability techniques on downstream text classification tasks and neural network architectures. We also compare the saliency scores assigned by the explainability techniques with human annotations of salient input regions to find relations between a model's performance and the agreement of its rationales with human ones. Overall, we find that the gradient-based explanations perform best across tasks and model architectures, and we present further insights into the properties of the reviewed explainability techniques.

Code Implementations1 repo
Foundations

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

Your Notes