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

Most implemented papers

PIE: a Parameter and Inference Efficient Solution for Large Scale Knowledge Graph Embedding Reasoning

alipay/parameter_inference_efficient_pie 29 Apr 2022

Meanwhile, the inference time grows log-linearly with the number of entities for all entities are traversed and compared.

ReFinED: An Efficient Zero-shot-capable Approach to End-to-End Entity Linking

amazon-research/ReFinED NAACL (ACL) 2022

The model is capable of generalising to large-scale knowledge bases such as Wikidata (which has 15 times more entities than Wikipedia) and of zero-shot entity linking.

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

raynorlee/kg-entitytyping 12 Apr 2024

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

BPEmb: Tokenization-free Pre-trained Subword Embeddings in 275 Languages

bheinzerling/bpemb LREC 2018

We present BPEmb, a collection of pre-trained subword unit embeddings in 275 languages, based on Byte-Pair Encoding (BPE).

Fine-grained Entity Typing through Increased Discourse Context and Adaptive Classification Thresholds

sheng-z/figet SEMEVAL 2018

Fine-grained entity typing is the task of assigning fine-grained semantic types to entity mentions.

Type-Sensitive Knowledge Base Inference Without Explicit Type Supervision

dair-iitd/kbi ACL 2018

State-of-the-art knowledge base completion (KBC) models predict a score for every known or unknown fact via a latent factorization over entity and relation embeddings.

Ultra-Fine Entity Typing

uwnlp/open_type ACL 2018

We introduce a new entity typing task: given a sentence with an entity mention, the goal is to predict a set of free-form phrases (e. g. skyscraper, songwriter, or criminal) that describe appropriate types for the target entity.

Put It Back: Entity Typing with Language Model Enhancement

thunlp/LME EMNLP 2018

Entity typing aims to classify semantic types of an entity mention in a specific context.