Type Enhanced BERT for Correcting NER Errors

Kuai Li, Chen Chen, Tao Yang, Tianming Du, Peijie Yu, dong du, Feng Zhang

Findings: Information Extraction Findings Paper

Session 4: Information Extraction (Virtual Poster)
Conference Room: Pier 7&8
Conference Time: July 11, 11:00-12:30 (EDT) (America/Toronto)
Global Time: July 11, Session 4 (15:00-16:30 UTC)
Keywords: named entity recognition and relation extraction
TLDR: We introduce the task of correcting named entity recognition (NER) errors without re-training model. After an NER model is trained and deployed in production, it makes prediction errors, which usually need to be fixed quickly. To address this problem, we firstly construct a gazetteer containing name...
You can open the #paper-P3430 channel in a separate window.
Abstract: We introduce the task of correcting named entity recognition (NER) errors without re-training model. After an NER model is trained and deployed in production, it makes prediction errors, which usually need to be fixed quickly. To address this problem, we firstly construct a gazetteer containing named entities and corresponding possible entity types. And then, we propose type enhanced BERT (TyBERT), a method that integrates the named entity's type information into BERT by an adapter layer. When errors are identified, we can repair the model by updating the gazetteer. In other words, the gazetteer becomes a trigger to control NER model's output. The experiment results in multiple corpus show the effectiveness of our method, which outperforms strong baselines.x