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

Modeling Fine-Grained Entity Types with Box Embeddings

About

Neural entity typing models typically represent fine-grained entity types as vectors in a high-dimensional space, but such spaces are not well-suited to modeling these types' complex interdependencies. We study the ability of box embeddings, which embed concepts as d-dimensional hyperrectangles, to capture hierarchies of types even when these relationships are not defined explicitly in the ontology. Our model represents both types and entity mentions as boxes. Each mention and its context are fed into a BERT-based model to embed that mention in our box space; essentially, this model leverages typological clues present in the surface text to hypothesize a type representation for the mention. Box containment can then be used to derive both the posterior probability of a mention exhibiting a given type and the conditional probability relations between types themselves. We compare our approach with a vector-based typing model and observe state-of-the-art performance on several entity typing benchmarks. In addition to competitive typing performance, our box-based model shows better performance in prediction consistency (predicting a supertype and a subtype together) and confidence (i.e., calibration), demonstrating that the box-based model captures the latent type hierarchies better than the vector-based model does.

Yasumasa Onoe, Michael Boratko, Andrew McCallum, Greg Durrett• 2021

Related benchmarks

TaskDatasetResultRank
Ultra-fine Entity TypingUFET (test)
Precision53
66
Entity TypingOntoNotes (test)
Ma-F177.3
37
Entity TypingUltra-Fine Entity Typing (test)
Precision53
30
Fine-Grained Entity TypingFIGER (test)
Macro F181.6
22
Entity TypingUltra-Fine Entity Typing (dev)
Total Precision53.3
20
Fine-Grained Entity TypingOntoNotes augmented (test)
Macro F177.3
12
Ultra-fine Entity TypingUFET (dev)
Precision0.533
10
Entity TypingBBN (test)
Macro F178.7
6
Ultra-fine Entity TypingUltra-Fine Entity Typing (UFET) manually annotated (test)
Precision52.8
5
Showing 9 of 9 rows

Other info

Code

Follow for update