CLJan 30, 2023

Evaluating Neuron Interpretation Methods of NLP Models

arXiv:2301.12608v210 citationsh-index: 38Has Code
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of siloed progress in interpretability research for NLP practitioners, though it is incremental as it builds on existing methods without introducing a new paradigm.

The authors tackled the lack of evaluation benchmarks for neuron interpretation methods in NLP by proposing a framework that measures compatibility between methods, enabling comparative analysis across 20 concepts and three pre-trained models.

Neuron Interpretation has gained traction in the field of interpretability, and have provided fine-grained insights into what a model learns and how language knowledge is distributed amongst its different components. However, the lack of evaluation benchmark and metrics have led to siloed progress within these various methods, with very little work comparing them and highlighting their strengths and weaknesses. The reason for this discrepancy is the difficulty of creating ground truth datasets, for example, many neurons within a given model may learn the same phenomena, and hence there may not be one correct answer. Moreover, a learned phenomenon may spread across several neurons that work together -- surfacing these to create a gold standard challenging. In this work, we propose an evaluation framework that measures the compatibility of a neuron analysis method with other methods. We hypothesize that the more compatible a method is with the majority of the methods, the more confident one can be about its performance. We systematically evaluate our proposed framework and present a comparative analysis of a large set of neuron interpretation methods. We make the evaluation framework available to the community. It enables the evaluation of any new method using 20 concepts and across three pre-trained models.The code is released at https://github.com/fdalvi/neuron-comparative-analysis

Foundations

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

Your Notes