Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Ultra-Fine Entity Typing with Weak Supervision from a Masked Language Model

About

Recently, there is an effort to extend fine-grained entity typing by using a richer and ultra-fine set of types, and labeling noun phrases including pronouns and nominal nouns instead of just named entity mentions. A key challenge for this ultra-fine entity typing task is that human annotated data are extremely scarce, and the annotation ability of existing distant or weak supervision approaches is very limited. To remedy this problem, in this paper, we propose to obtain training data for ultra-fine entity typing by using a BERT Masked Language Model (MLM). Given a mention in a sentence, our approach constructs an input for the BERT MLM so that it predicts context dependent hypernyms of the mention, which can be used as type labels. Experimental results demonstrate that, with the help of these automatically generated labels, the performance of an ultra-fine entity typing model can be improved substantially. We also show that our approach can be applied to improve traditional fine-grained entity typing after performing simple type mapping.

Hongliang Dai, Yangqiu Song, Haixun Wang• 2021

Related benchmarks

TaskDatasetResultRank
Ultra-fine Entity TypingUFET (test)
Precision53.6
66
Entity TypingOntoNotes (test)
Ma-F185.44
37
Entity TypingUltra-Fine Entity Typing (test)
Precision53.6
30
Fine-Grained Entity TypingOntoNotes (test)
Macro F1 Score85.4
27
Fine-Grained Entity TypingOntoNotes augmented (test)
Macro F185.4
12
Ultra-fine Entity TypingUFET (dev)
Precision0.536
10
Ultra-fine Entity TypingUltra-Fine Entity Typing (UFET) manually annotated (test)
Precision53.6
5
Showing 7 of 7 rows

Other info

Code

Follow for update