2020

Interpretability Analysis for Named Entity Recognition to Understand System Predictions and How They Can Improve

Agarwal, Oshin, Yang, Yinfei, Wallace, Byron C. et al.

Understand

Named Entity Recognition systems achieve remarkable performance on domains such as English news.

  • It is natural to ask: What are these models actually learning to achieve this? Are they merely memorizing the names themselves? Or are they capable of interpreting the text and inferring the correct entity type from the linguistic context? We examine these questions by contrasting the performance of several variants of LSTM-CRF architectures for named entity recognition, with some provided only representations of the context as features.
  • We also perform similar experiments for BERT.
  • We find that context representations do contribute to system performance, but that the main factor driving high performance is learning the name tokens themselves.

Reading the bibliography…