CLLGMLAug 21, 2019

Revealing the Dark Secrets of BERT

arXiv:1908.08593v20.001235 citations
AI Analysis50

This work addresses the interpretability of BERT for NLP researchers, but it is incremental as it builds on existing analysis methods.

The paper tackled the problem of understanding the mechanisms behind BERT's success by analyzing self-attention patterns, finding that heads use repeated patterns indicating overparametrization, and manually disabling certain heads improved performance over fine-tuned models.

BERT-based architectures currently give state-of-the-art performance on many NLP tasks, but little is known about the exact mechanisms that contribute to its success. In the current work, we focus on the interpretation of self-attention, which is one of the fundamental underlying components of BERT. Using a subset of GLUE tasks and a set of handcrafted features-of-interest, we propose the methodology and carry out a qualitative and quantitative analysis of the information encoded by the individual BERT's heads. Our findings suggest that there is a limited set of attention patterns that are repeated across different heads, indicating the overall model overparametrization. While different heads consistently use the same attention patterns, they have varying impact on performance across different tasks. We show that manually disabling attention in certain heads leads to a performance improvement over the regular fine-tuned BERT models.

Foundations

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

Your Notes