Knowledgeable or Educated Guess? Revisiting Language Models as Knowledge Bases
Boxi Cao, Hongyu Lin, Xianpei Han, Le Sun, Lingyong Yan, Meng Liao, Tong Xue, Jin Xu
TL;DR
The paper critically reexamines whether pre-trained masked language models can function as factual knowledge bases by analyzing three extraction paradigms. It demonstrates that prompt-based success largely results from prompt-induced biases and dataset overfitting, that case-based illustrations mainly aid object-type recognition rather than exact entity identification, and that context-based improvements largely rely on explicit or implicit answer leakage. These findings collectively challenge the view that MLMs reliably encode factual knowledge, and they illuminate the mechanisms by which different paradigms influence predictions. The work also proposes methods for better understanding and evaluating knowledge extraction from MLMs and suggests directions for future research, including extending analysis to generative LMs and refining evaluation strategies.
Abstract
Previous literatures show that pre-trained masked language models (MLMs) such as BERT can achieve competitive factual knowledge extraction performance on some datasets, indicating that MLMs can potentially be a reliable knowledge source. In this paper, we conduct a rigorous study to explore the underlying predicting mechanisms of MLMs over different extraction paradigms. By investigating the behaviors of MLMs, we find that previous decent performance mainly owes to the biased prompts which overfit dataset artifacts. Furthermore, incorporating illustrative cases and external contexts improve knowledge prediction mainly due to entity type guidance and golden answer leakage. Our findings shed light on the underlying predicting mechanisms of MLMs, and strongly question the previous conclusion that current MLMs can potentially serve as reliable factual knowledge bases.
