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

Multi-view Contrastive Learning for Entity Typing over Knowledge Graphs

zhiweihu1103/et-mclet 18 Oct 2023

Knowledge graph entity typing (KGET) aims at inferring plausible types of entities in knowledge graphs.

6
18 Oct 2023

SeqGPT: An Out-of-the-box Large Language Model for Open Domain Sequence Understanding

alibaba-nlp/seqgpt 21 Aug 2023

However, LLMs are sometimes too footloose for natural language understanding (NLU) tasks which always have restricted output and input format.

188
21 Aug 2023

PromptNER: Prompt Locating and Typing for Named Entity Recognition

tricktreat/promptner 26 May 2023

Prompt learning is a new paradigm for utilizing pre-trained language models and has achieved great success in many tasks.

67
26 May 2023

EnCore: Fine-Grained Entity Typing by Pre-Training Entity Encoders on Coreference Chains

fmtumbuka/eacl_encore 22 May 2023

In this paper, we propose to improve on this process by pre-training an entity encoder such that embeddings of coreferring entities are more similar to each other than to the embeddings of other entities.

0
22 May 2023

Dynamic Named Entity Recognition

kawatami/dner 16 Feb 2023

Named Entity Recognition (NER) is a challenging and widely studied task that involves detecting and typing entities in text.

3
16 Feb 2023

Recall, Expand and Multi-Candidate Cross-Encode: Fast and Accurate Ultra-Fine Entity Typing

modelscope/adaseq 18 Dec 2022

We also found MCCE is very effective in fine-grained (130 types) and coarse-grained (9 types) entity typing.

360
18 Dec 2022

Modeling Label Correlations for Ultra-Fine Entity Typing with Neural Pairwise Conditional Random Field

modelscope/adaseq 3 Dec 2022

We use mean-field variational inference for efficient type inference on very large type sets and unfold it as a neural network module to enable end-to-end training.

360
03 Dec 2022

Learning to Select from Multiple Options

jiangshdd/learningtoselect 1 Dec 2022

To deal with the two issues, this work first proposes a contextualized TE model (Context-TE) by appending other k options as the context of the current (P, H) modeling.

4
01 Dec 2022

Continuous Prompt Tuning Based Textual Entailment Model for E-commerce Entity Typing

yibowang214/ctm 4 Nov 2022

In order to handle new entities in product titles and address the special language styles problem of product titles in e-commerce domain, we propose our textual entailment model with continuous prompt tuning based hypotheses and fusion embeddings for e-commerce entity typing.

2
04 Nov 2022

Kuaipedia: a Large-scale Multi-modal Short-video Encyclopedia

Kuaipedia/Kuaipedia 28 Oct 2022

In this paper, we propose Kuaipedia, a large-scale multi-modal encyclopedia consisting of items, aspects, and short videos lined to them, which was extracted from billions of videos of Kuaishou (Kwai), a well-known short-video platform in China.

56
28 Oct 2022