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

Ultra-fine Entity Typing with Indirect Supervision from Natural Language Inference

About

The task of ultra-fine entity typing (UFET) seeks to predict diverse and free-form words or phrases that describe the appropriate types of entities mentioned in sentences. A key challenge for this task lies in the large amount of types and the scarcity of annotated data per type. Existing systems formulate the task as a multi-way classification problem and train directly or distantly supervised classifiers. This causes two issues: (i) the classifiers do not capture the type semantics since types are often converted into indices; (ii) systems developed in this way are limited to predicting within a pre-defined type set, and often fall short of generalizing to types that are rarely seen or unseen in training. This work presents LITE, a new approach that formulates entity typing as a natural language inference (NLI) problem, making use of (i) the indirect supervision from NLI to infer type information meaningfully represented as textual hypotheses and alleviate the data scarcity issue, as well as (ii) a learning-to-rank objective to avoid the pre-defining of a type set. Experiments show that, with limited training data, LITE obtains state-of-the-art performance on the UFET task. In addition, LITE demonstrates its strong generalizability, by not only yielding best results on other fine-grained entity typing benchmarks, more importantly, a pre-trained LITE system works well on new data containing unseen types.

Bangzheng Li, Wenpeng Yin, Muhao Chen• 2022

Related benchmarks

TaskDatasetResultRank
Ultra-fine Entity TypingUFET (test)
Precision54.5
66
Entity TypingUltra-Fine Entity Typing (test)
Precision52.4
30
Fine-Grained Entity TypingOntoNotes (test)
Macro F1 Score86.6
27
Fine-Grained Entity TypingFIGER (test)
Macro F186.7
22
Entity TypingCFET (test)
Precision57.6
16
Fine-Grained Entity TypingOntoNotes augmented (test)
Macro F186.6
12
Event Argument ExtractionRAMS X-shot (test)
Overall Score43.07
5
Event DetectionMAVEN X-shot (test)
Overall Score56.31
5
Relation ExtractionFewRel {X-shot} (test)
Accuracy (All)63.46
5
Entity TypingUFET Open Entity coarse 9 types (test)
Precision82.3
4
Showing 10 of 11 rows

Other info

Code

Follow for update