Learning Variational Word Masks to Improve the Interpretability of Neural Text Classifiers
Hanjie Chen, Yangfeng Ji

TL;DR
This paper introduces VMASK, a variational word masking technique that automatically identifies important words in text classification, enhancing both interpretability and accuracy across multiple neural models and datasets.
Contribution
The paper presents a novel variational word mask method that improves interpretability without requiring prior knowledge or human annotations.
Findings
VMASK improves interpretability of neural classifiers.
VMASK enhances prediction accuracy.
Effective across CNN, LSTM, and BERT models.
Abstract
To build an interpretable neural text classifier, most of the prior work has focused on designing inherently interpretable models or finding faithful explanations. A new line of work on improving model interpretability has just started, and many existing methods require either prior information or human annotations as additional inputs in training. To address this limitation, we propose the variational word mask (VMASK) method to automatically learn task-specific important words and reduce irrelevant information on classification, which ultimately improves the interpretability of model predictions. The proposed method is evaluated with three neural text classifiers (CNN, LSTM, and BERT) on seven benchmark text classification datasets. Experiments show the effectiveness of VMASK in improving both model prediction accuracy and interpretability.
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Topic Modeling · Adversarial Robustness in Machine Learning
MethodsInterpretability · Sigmoid Activation · Tanh Activation · Long Short-Term Memory
