# What Is One Grain of Sand in the Desert? Analyzing Individual Neurons in   Deep NLP Models

**Authors:** Fahim Dalvi, Nadir Durrani, Hassan Sajjad, Yonatan Belinkov, Anthony, Bau, James Glass

arXiv: 1812.09355 · 2018-12-27

## TL;DR

This paper investigates individual neurons in deep NLP models to understand their linguistic properties, proposing methods to identify salient neurons and analyzing their roles in tasks like translation and language modeling.

## Contribution

It introduces two novel methods for extracting important neurons in NLP models and provides a detailed analysis of their linguistic and functional significance.

## Key findings

- Neurons can be localized or distributed for linguistic properties.
- Certain neurons are exclusive to specific linguistic properties.
- Salient neurons significantly impact model performance.

## Abstract

Despite the remarkable evolution of deep neural networks in natural language processing (NLP), their interpretability remains a challenge. Previous work largely focused on what these models learn at the representation level. We break this analysis down further and study individual dimensions (neurons) in the vector representation learned by end-to-end neural models in NLP tasks. We propose two methods: Linguistic Correlation Analysis, based on a supervised method to extract the most relevant neurons with respect to an extrinsic task, and Cross-model Correlation Analysis, an unsupervised method to extract salient neurons w.r.t. the model itself. We evaluate the effectiveness of our techniques by ablating the identified neurons and reevaluating the network's performance for two tasks: neural machine translation (NMT) and neural language modeling (NLM). We further present a comprehensive analysis of neurons with the aim to address the following questions: i) how localized or distributed are different linguistic properties in the models? ii) are certain neurons exclusive to some properties and not others? iii) is the information more or less distributed in NMT vs. NLM? and iv) how important are the neurons identified through the linguistic correlation method to the overall task? Our code is publicly available as part of the NeuroX toolkit (Dalvi et al. 2019).

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1812.09355/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1812.09355/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1812.09355/full.md

---
Source: https://tomesphere.com/paper/1812.09355