CLLGOct 24, 2020

Towards Interpretable Natural Language Understanding with Explanations as Latent Variables

arXiv:2011.05268v350 citations
AI Analysis

This addresses the cost and time barriers for deploying interpretable AI in natural language processing, though it is an incremental improvement over existing explanation-based methods.

The paper tackles the problem of requiring large human-annotated explanation datasets for interpretable natural language understanding by developing a framework that treats explanations as latent variables, enabling effective predictions and good explanation generation with only a small set of annotations, achieving competitive performance in supervised and semi-supervised settings.

Recently generating natural language explanations has shown very promising results in not only offering interpretable explanations but also providing additional information and supervision for prediction. However, existing approaches usually require a large set of human annotated explanations for training while collecting a large set of explanations is not only time consuming but also expensive. In this paper, we develop a general framework for interpretable natural language understanding that requires only a small set of human annotated explanations for training. Our framework treats natural language explanations as latent variables that model the underlying reasoning process of a neural model. We develop a variational EM framework for optimization where an explanation generation module and an explanation-augmented prediction module are alternatively optimized and mutually enhance each other. Moreover, we further propose an explanation-based self-training method under this framework for semi-supervised learning. It alternates between assigning pseudo-labels to unlabeled data and generating new explanations to iteratively improve each other. Experiments on two natural language understanding tasks demonstrate that our framework can not only make effective predictions in both supervised and semi-supervised settings, but also generate good natural language explanation.

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