Ultra-Fine Entity Typing
About
We introduce a new entity typing task: given a sentence with an entity mention, the goal is to predict a set of free-form phrases (e.g. skyscraper, songwriter, or criminal) that describe appropriate types for the target entity. This formulation allows us to use a new type of distant supervision at large scale: head words, which indicate the type of the noun phrases they appear in. We show that these ultra-fine types can be crowd-sourced, and introduce new evaluation sets that are much more diverse and fine-grained than existing benchmarks. We present a model that can predict open types, and is trained using a multitask objective that pools our new head-word supervision with prior supervision from entity linking. Experimental results demonstrate that our model is effective in predicting entity types at varying granularity; it achieves state of the art performance on an existing fine-grained entity typing benchmark, and sets baselines for our newly-introduced datasets. Our data and model can be downloaded from: http://nlp.cs.washington.edu/entity_type
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Ultra-fine Entity Typing | UFET (test) | Precision48.1 | 66 | |
| Entity Typing | OntoNotes (test) | Ma-F176.8 | 37 | |
| Entity Typing | Ultra-Fine Entity Typing (test) | Precision48.1 | 30 | |
| Entity Linking | AQUAINT (test) | Micro F1 Score93.7 | 27 | |
| Entity Linking | ACE2004 (test) | Micro F1 Score92 | 27 | |
| Entity Linking | Wiki (test) | Micro F184 | 27 | |
| Fine-Grained Entity Typing | OntoNotes (test) | Macro F1 Score76.8 | 27 | |
| Entity Linking | CWEB (test) | -- | 26 | |
| Entity Typing | Ultra-Fine Entity Typing (dev) | Total Precision48.1 | 20 | |
| Entity Linking | MSNBC (test) | F1 Score96.8 | 14 |