CLLGJun 19, 2022

A Unified Understanding of Deep NLP Models for Text Classification

arXiv:2206.09355v140 citationsh-index: 98
Originality Incremental advance
AI Analysis

This provides a tool for researchers and practitioners to analyze and improve deep NLP models, though it is incremental as it builds on existing visualization and explanation methods.

The authors tackled the lack of a unified framework for understanding deep NLP models in text classification by developing DeepNLPVis, a visual analysis tool that uses a mutual information-based measure to explain model layers, enabling users to identify and address problems in samples and architectures.

The rapid development of deep natural language processing (NLP) models for text classification has led to an urgent need for a unified understanding of these models proposed individually. Existing methods cannot meet the need for understanding different models in one framework due to the lack of a unified measure for explaining both low-level (e.g., words) and high-level (e.g., phrases) features. We have developed a visual analysis tool, DeepNLPVis, to enable a unified understanding of NLP models for text classification. The key idea is a mutual information-based measure, which provides quantitative explanations on how each layer of a model maintains the information of input words in a sample. We model the intra- and inter-word information at each layer measuring the importance of a word to the final prediction as well as the relationships between words, such as the formation of phrases. A multi-level visualization, which consists of a corpus-level, a sample-level, and a word-level visualization, supports the analysis from the overall training set to individual samples. Two case studies on classification tasks and comparison between models demonstrate that DeepNLPVis can help users effectively identify potential problems caused by samples and model architectures and then make informed improvements.

Foundations

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

Your Notes