CLMLMay 11, 2023

COCKATIEL: COntinuous Concept ranKed ATtribution with Interpretable ELements for explaining neural net classifiers on NLP tasks

arXiv:2305.06754v218 citations
AI Analysis

This addresses the problem of unreliable interpretability for complex NLP models like Transformers, offering a model-agnostic solution for practitioners, though it appears incremental as it builds on existing concept-based and attribution methods.

The paper tackles the challenge of interpreting Transformer models in NLP by introducing COCKATIEL, a post-hoc, concept-based XAI technique that uses Non-Negative Matrix Factorization and Sensitivity Analysis to generate meaningful explanations without compromising model accuracy, showing superior ability to discover human-aligned concepts in sentiment analysis tasks.

Transformer architectures are complex and their use in NLP, while it has engendered many successes, makes their interpretability or explainability challenging. Recent debates have shown that attention maps and attribution methods are unreliable (Pruthi et al., 2019; Brunner et al., 2019). In this paper, we present some of their limitations and introduce COCKATIEL, which successfully addresses some of them. COCKATIEL is a novel, post-hoc, concept-based, model-agnostic XAI technique that generates meaningful explanations from the last layer of a neural net model trained on an NLP classification task by using Non-Negative Matrix Factorization (NMF) to discover the concepts the model leverages to make predictions and by exploiting a Sensitivity Analysis to estimate accurately the importance of each of these concepts for the model. It does so without compromising the accuracy of the underlying model or requiring a new one to be trained. We conduct experiments in single and multi-aspect sentiment analysis tasks and we show COCKATIEL's superior ability to discover concepts that align with humans' on Transformer models without any supervision, we objectively verify the faithfulness of its explanations through fidelity metrics, and we showcase its ability to provide meaningful explanations in two different datasets.

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