Entity Typing

88 papers with code • 8 benchmarks • 12 datasets

Entity Typing is an important task in text analysis. Assigning types (e.g., person, location, organization) to mentions of entities in documents enables effective structured analysis of unstructured text corpora. The extracted type information can be used in a wide range of ways (e.g., serving as primitives for information extraction and knowledge base (KB) completion, and assisting question answering). Traditional Entity Typing systems focus on a small set of coarse types (typically fewer than 10). Recent studies work on a much larger set of fine-grained types which form a tree-structured hierarchy (e.g., actor as a subtype of artist, and artist is a subtype of person).

Source: Label Noise Reduction in Entity Typing by Heterogeneous Partial-Label Embedding

Image Credit: Label Noise Reduction in Entity Typing by Heterogeneous Partial-Label Embedding

Libraries

Use these libraries to find Entity Typing models and implementations

REXEL: An End-to-end Model for Document-Level Relation Extraction and Entity Linking

amazon-science/e2e-docie 19 Apr 2024

Extracting structured information from unstructured text is critical for many downstream NLP applications and is traditionally achieved by closed information extraction (cIE).

7
19 Apr 2024

The Integration of Semantic and Structural Knowledge in Knowledge Graph Entity Typing

faceonlive/ai-research 12 Apr 2024

The Knowledge Graph Entity Typing (KGET) task aims to predict missing type annotations for entities in knowledge graphs.

152
12 Apr 2024

Seed-Guided Fine-Grained Entity Typing in Science and Engineering Domains

yuzhimanhua/setype 23 Jan 2024

In this paper, we study the task of seed-guided fine-grained entity typing in science and engineering domains, which takes the name and a few seed entities for each entity type as the only supervision and aims to classify new entity mentions into both seen and unseen types (i. e., those without seed entities).

6
23 Jan 2024

Robust Few-Shot Named Entity Recognition with Boundary Discrimination and Correlation Purification

ckgconstruction/bdcp 13 Dec 2023

However, the present few-shot NER models assume that the labeled data are all clean without noise or outliers, and there are few works focusing on the robustness of the cross-domain transfer learning ability to textual adversarial attacks in Few-shot NER.

2
13 Dec 2023

From Ultra-Fine to Fine: Fine-tuning Ultra-Fine Entity Typing Models to Fine-grained

hldai/fivefine 11 Dec 2023

We can simply fine-tune the previously trained model with a small number of examples annotated under this schema.

2
11 Dec 2023

Calibrated Seq2seq Models for Efficient and Generalizable Ultra-fine Entity Typing

yanlinf/casent 1 Nov 2023

In this paper, we present CASENT, a seq2seq model designed for ultra-fine entity typing that predicts ultra-fine types with calibrated confidence scores.

5
01 Nov 2023

Dense Retrieval as Indirect Supervision for Large-space Decision Making

luka-group/ddr 28 Oct 2023

Many discriminative natural language understanding (NLU) tasks have large label spaces.

3
28 Oct 2023

GeoLM: Empowering Language Models for Geospatially Grounded Language Understanding

knowledge-computing/geolm 23 Oct 2023

This paper introduces GeoLM, a geospatially grounded language model that enhances the understanding of geo-entities in natural language.

12
23 Oct 2023

Learning to Correct Noisy Labels for Fine-Grained Entity Typing via Co-Prediction Prompt Tuning

mhtang1995/cppt 23 Oct 2023

Fine-grained entity typing (FET) is an essential task in natural language processing that aims to assign semantic types to entities in text.

3
23 Oct 2023

Do Language Models Learn about Legal Entity Types during Pretraining?

clairebarale/probing_legal_entity_types 19 Oct 2023

Language Models (LMs) have proven their ability to acquire diverse linguistic knowledge during the pretraining phase, potentially serving as a valuable source of incidental supervision for downstream tasks.

0
19 Oct 2023