English

BERTnesia: Investigating the capture and forgetting of knowledge in BERT

Computation and Language 2021-09-09 v2 Machine Learning

Abstract

Probing complex language models has recently revealed several insights into linguistic and semantic patterns found in the learned representations. In this paper, we probe BERT specifically to understand and measure the relational knowledge it captures. We utilize knowledge base completion tasks to probe every layer of pre-trained as well as fine-tuned BERT (ranking, question answering, NER). Our findings show that knowledge is not just contained in BERT's final layers. Intermediate layers contribute a significant amount (17-60%) to the total knowledge found. Probing intermediate layers also reveals how different types of knowledge emerge at varying rates. When BERT is fine-tuned, relational knowledge is forgotten but the extent of forgetting is impacted by the fine-tuning objective but not the size of the dataset. We found that ranking models forget the least and retain more knowledge in their final layer. We release our code on github to repeat the experiments.

Keywords

Cite

@article{arxiv.2010.09313,
  title  = {BERTnesia: Investigating the capture and forgetting of knowledge in BERT},
  author = {Jonas Wallat and Jaspreet Singh and Avishek Anand},
  journal= {arXiv preprint arXiv:2010.09313},
  year   = {2021}
}

Comments

BBNLP 2020, Edit: Small correction in the setup section, no changes to data or findings presented in the paper

R2 v1 2026-06-23T19:26:40.023Z