Challenge: Existing methods for fine-grained entity typing use weak labels that are automatically generated.
Approach: They propose to obtain training data by using a BERT Masked Language Model (MLM) given a mention in a sentence, they construct an input for the MLM so it predicts context dependent hypernyms of the mention, which can be used as type labels.
Outcome: The proposed model improves performance by using type labels generated from a BERT Masked Language Model given a mention in a sentence.

Similar Papers

Ultra-Fine Entity Typing (P18-1)

Copied to clipboard

Challenge: Experimental results show that a model that can predict ultra-fine types can be crowd-sourced . head words indicate the type of the noun phrases they appear in, and are important for context-sensitive tasks .
Approach: They propose a task where sentences are given with an entity mention . they introduce a new type of distant supervision: head words, which indicate the type of noun phrases they appear in.
Outcome: The proposed model can predict ultra-fine types at varying granularity and performs well on a fine-grained entity typing benchmark.
From Ultra-Fine to Fine: Fine-tuning Ultra-Fine Entity Typing Models to Fine-grained (2023.acl-long)

Copied to clipboard

Challenge: Existing approaches to fine-grained entity typing are limited by the errors in the annotation process.
Approach: They propose a method that can be used to fine-tune a model to a new type schema without creating distantly labeled data.
Outcome: The proposed approach outperforms state-of-the-art weak supervision based methods under the few-shot setting.
Ultra-fine Entity Typing with Indirect Supervision from Natural Language Inference (2022.tacl-1)

Copied to clipboard

Challenge: Existing methods for ultra-fine entity typing fail to capture type semantics because of the large number of types and the scarcity of data per type.
Approach: They propose a method that formulates entity typing as a natural language inference problem . they use indirect supervision from NLI to infer type information as textual hypotheses .
Outcome: The proposed method achieves state-of-the-art performance on the ultra-fine entity typing task with limited training data.
BERTifying the Hidden Markov Model for Multi-Source Weakly Supervised Named Entity Recognition (2021.acl-long)

Copied to clipboard

Challenge: Existing NER models are supervised by a large number of training sequences, each pre-annotated with token-level labels.
Approach: They propose a conditional hidden Markov model which can effectively infer true labels from multi-source noisy labels in an unsupervised way.
Outcome: The proposed model outperforms state-of-the-art weakly supervised NER models on four benchmarks from various domains.
Leveraging Label Semantics and Entity Description Generation for LLM-based Fine-grained Entity Typing (2026.findings-acl)

Copied to clipboard

Challenge: Fine-grained entity typing (FET) aims to assign semantically rich and contextually appropriate types to entity mentions.
Approach: They propose a descriptor-based retrieval-augmented framework that reduces effective label space . they propose to use natural language descriptores as an intermediate semantic representation .
Outcome: The proposed framework outperforms existing methods under noisy supervision.
Ultra-Fine Entity Typing with Prior Knowledge about Labels: A Simple Clustering Based Strategy (2023.findings-emnlp)

Copied to clipboard

Challenge: Ultra-fine entity typing is a task of inferring the semantic types from a large set of fine-grained candidates that apply to a given entity mention.
Approach: They propose to use pre-trained label embeddings to cluster the labels into semantic domains and treat them as additional types.
Outcome: The proposed method improves the performance of existing models with high quality embeddings.
Interpretable Entity Representations through Large-Scale Typing (2020.findings-emnlp)

Copied to clipboard

Challenge: In traditional methods for natural language processing, entities are embedded in dense vector spaces with pre-trained models.
Approach: They propose an approach to creating entity representations that are human readable and achieve high performance on entity-related tasks out of the box.
Outcome: The proposed representations are vectors whose values correspond to posterior probabilities over fine-grained entity types, indicating the confidence of a typing model’s decision that the entity belongs to the corresponding type.
A Chinese Corpus for Fine-grained Entity Typing (2020.lrec-1)

Copied to clipboard

Challenge: Existing datasets for fine-grained entity typing are limited to English . a corpus of 4,800 mentions is manually labeled with free-form entity types .
Approach: They propose a Chinese fine-grained entity typing task that uses crowdsourcing . they categorize each mention into 10 general types and use a large tag set to predict open set of types .
Outcome: The proposed dataset contains 4,800 mentions manually labeled in Chinese . it also categorizes all the fine-grained types into 10 general types .
Coarse-to-Fine Pre-training for Named Entity Recognition (2020.emnlp-main)

Copied to clipboard

Challenge: Named Entity Recognition (NER) is a task of discovering information entities and identifying their corresponding categories.
Approach: They propose a NER-specific framework to inject coarse-to-fine named entity knowledge into pre-trained models by using a remote supervision strategy.
Outcome: The proposed framework achieves significant improvements against several pre-trained base-lines, demonstrating its effectiveness in label-few and low-resource scenarios.
Improving Fine-grained Entity Typing with Entity Linking (D19-1)

Copied to clipboard

Challenge: Existing methods for fine-grained entity typing require a large tag set and knowledge of the context.
Approach: They propose a deep neural model that uses context and information from entity linking to improve fine-grained entity typing.
Outcome: The proposed model achieves 5% absolute strict accuracy improvement over the state of the art on two datasets.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations