paper-with-me

홈 › Papers

NeuroX: A Toolkit for Analyzing Individual Neurons in Neural Networks

2018-12-21 · Fahim Dalvi, Avery Nortonsmith, D. Anthony Bau, Yonatan Belinkov, Hassan Sajjad, Nadir Durrani, James Glass

We present a toolkit to facilitate the interpretation and understanding of neural network models. The toolkit provides several methods to identify salient neurons with respect to the model itself or an external task. A user can visualize selected neurons, ablate them to measure their effect on the model accuracy, and manipulate them to control the behavior of the model at the test time. Such an analysis has a potential to serve as a springboard in various research directions, such as understanding the model, better architectural choices, model distillation and controlling data biases.

📄 PDF Abstract BibTeX arXiv:1812.09359

Code (2)

fdalvi/NeuroX 공식 구현 pytorch
neuroviz/neuroviz

Similar Papers 제목 키워드 기반

NeuroX Library for Neuron Analysis of Deep NLP Models

2023-05-26 · Fahim Dalvi, Hassan Sajjad, Nadir Durrani

Neuron analysis provides insights into how knowledge is structured in representations and discovers the role of neurons in the network. In addition to developing an understanding of our models, neuron analysis enables va…

Domain Adaptation

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

2018-12-21 · Fahim Dalvi, Nadir Durrani, Hassan Sajjad, Yonatan Belinkov 외

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 le…

Language ModelingLanguage ModellingMachine TranslationNMT+1

Fine-grained Interpretation and Causation Analysis in Deep NLP Models

2021-05-17 · NAACL 2021 4 · Hassan Sajjad, Narine Kokhlikyan, Fahim Dalvi, Nadir Durrani

This paper is a write-up for the tutorial on "Fine-grained Interpretation and Causation Analysis in Deep NLP Models" that we are presenting at NAACL 2021. We present and discuss the research work on interpreting fine-gra…

Domain Adaptation

Discovering Salient Neurons in Deep NLP Models

2022-06-27 · Nadir Durrani, Fahim Dalvi, Hassan Sajjad

While a lot of work has been done in understanding representations learned within deep NLP models and what knowledge they capture, little attention has been paid towards individual neurons. We present a technique called …

Transfer Learning

LM Transparency Tool: Interactive Tool for Analyzing Transformer Language Models

2024-04-10 · Igor Tufanov, Karen Hambardzumyan, Javier Ferrando, Elena Voita

We present the LM Transparency Tool (LM-TT), an open-source interactive toolkit for analyzing the internal workings of Transformer-based language models. Differently from previously existing tools that focus on isolated …

Decision Making