Ultra-fine Entity Typing with Indirect Supervision from Natural Language Inference
Bangzheng Li, Wenpeng Yin, Muhao Chen

TL;DR
This paper introduces LITE, a novel approach that reformulates ultra-fine entity typing as a natural language inference task, effectively handling large type sets and unseen types with limited supervision.
Contribution
LITE leverages NLI for indirect supervision and a learning-to-rank objective, enabling better generalization and performance in ultra-fine entity typing.
Findings
Achieves state-of-the-art results with limited data
Generalizes well to unseen types
Outperforms existing classification-based methods
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Text and Document Classification Technologies
