HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

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

Bangzheng Li Wenpeng Yin Muhao Chen

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

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 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.

Code Repositories

luka-group/lite
Official
pytorch

Benchmarks

BenchmarkMethodologyMetrics
entity-typing-on-figerLITE
Macro F1: 80.1
Micro F1: 83.3
entity-typing-on-ontonotesLITE
Macro F1: 86.6
Micro F1: 81.4

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Ultra-fine Entity Typing with Indirect Supervision from Natural Language Inference | Papers | HyperAI