CLAILGAug 12, 2018

Interpreting Recurrent and Attention-Based Neural Models: a Case Study on Natural Language Inference

arXiv:1808.03894v11157 citations
Originality Synthesis-oriented
AI Analysis

This addresses the interpretability issue in NLP for researchers and practitioners, but it is incremental as it builds on existing visualization techniques.

The paper tackled the problem of interpreting deep learning models for natural language inference by visualizing attention and LSTM gating signals, revealing insights into critical information for model decisions.

Deep learning models have achieved remarkable success in natural language inference (NLI) tasks. While these models are widely explored, they are hard to interpret and it is often unclear how and why they actually work. In this paper, we take a step toward explaining such deep learning based models through a case study on a popular neural model for NLI. In particular, we propose to interpret the intermediate layers of NLI models by visualizing the saliency of attention and LSTM gating signals. We present several examples for which our methods are able to reveal interesting insights and identify the critical information contributing to the model decisions.

Foundations

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

Your Notes