Visualizing and Measuring the Geometry of BERT
This work addresses the problem of understanding internal representations in transformer models for researchers in NLP, though it is incremental as it builds on existing analysis of BERT.
The paper investigates how BERT internally represents linguistic information, finding that it uses separate semantic and syntactic subspaces and a fine-grained geometric representation of word senses.
Transformer architectures show significant promise for natural language processing. Given that a single pretrained model can be fine-tuned to perform well on many different tasks, these networks appear to extract generally useful linguistic features. A natural question is how such networks represent this information internally. This paper describes qualitative and quantitative investigations of one particularly effective model, BERT. At a high level, linguistic features seem to be represented in separate semantic and syntactic subspaces. We find evidence of a fine-grained geometric representation of word senses. We also present empirical descriptions of syntactic representations in both attention matrices and individual word embeddings, as well as a mathematical argument to explain the geometry of these representations.