English

Telling BERT's full story: from Local Attention to Global Aggregation

Machine Learning 2021-01-15 v2 Computation and Language

Abstract

We take a deep look into the behavior of self-attention heads in the transformer architecture. In light of recent work discouraging the use of attention distributions for explaining a model's behavior, we show that attention distributions can nevertheless provide insights into the local behavior of attention heads. This way, we propose a distinction between local patterns revealed by attention and global patterns that refer back to the input, and analyze BERT from both angles. We use gradient attribution to analyze how the output of an attention attention head depends on the input tokens, effectively extending the local attention-based analysis to account for the mixing of information throughout the transformer layers. We find that there is a significant discrepancy between attention and attribution distributions, caused by the mixing of context inside the model. We quantify this discrepancy and observe that interestingly, there are some patterns that persist across all layers despite the mixing.

Keywords

Cite

@article{arxiv.2004.05916,
  title  = {Telling BERT's full story: from Local Attention to Global Aggregation},
  author = {Damian Pascual and Gino Brunner and Roger Wattenhofer},
  journal= {arXiv preprint arXiv:2004.05916},
  year   = {2021}
}

Comments

Accepted at EACL 2021

R2 v1 2026-06-23T14:49:18.026Z