Nested Named Entity Recognition

44 papers with code • 6 benchmarks • 11 datasets

Nested named entity recognition is a subtask of information extraction that seeks to locate and classify nested named entities (i.e., hierarchically structured entities) mentioned in unstructured text (Source: Adapted from Wikipedia).

A Unified Generative Framework for Various NER Subtasks

yhcc/BARTNER ACL 2021

To that end, we propose to formulate the NER subtasks as an entity span sequence generation task, which can be solved by a unified sequence-to-sequence (Seq2Seq) framework.

208
02 Jun 2021

A Sequence-to-Set Network for Nested Named Entity Recognition

zqtan1024/sequence-to-set 19 May 2021

We utilize a non-autoregressive decoder to predict the final set of entities in one pass, in which we are able to capture dependencies between entities.

47
19 May 2021

Locate and Label: A Two-stage Identifier for Nested Named Entity Recognition

tricktreat/locate-and-label ACL 2021

Although these methods have the innate ability to handle nested NER, they suffer from high computational cost, ignorance of boundary information, under-utilization of the spans that partially match with entities, and difficulties in long entity recognition.

102
14 May 2021

An End-to-end Model for Entity-level Relation Extraction using Multi-instance Learning

lavis-nlp/jerex EACL 2021

We present a joint model for entity-level relation extraction from documents.

60
11 Feb 2021

Structured Prediction as Translation between Augmented Natural Languages

amazon-research/tanl ICLR 2021

We propose a new framework, Translation between Augmented Natural Languages (TANL), to solve many structured prediction language tasks including joint entity and relation extraction, nested named entity recognition, relation classification, semantic role labeling, event extraction, coreference resolution, and dialogue state tracking.

126
14 Jan 2021

Nested Named Entity Recognition with Partially-Observed TreeCRFs

FranxYao/Partially-Observed-TreeCRFs 15 Dec 2020

With the TreeCRF we achieve a uniform way to jointly model the observed and the latent nodes.

52
15 Dec 2020

A Boundary Regression Model for Nested Named Entity Recognition

wuyuefei3/BR 29 Nov 2020

Then, a regression operation is introduced to regress boundaries of NEs in a sentence.

4
29 Nov 2020

Pyramid: A Layered Model for Nested Named Entity Recognition

LorrinWWW/Pyramid ACL 2020

Its hidden state at layer l represents an l-gram in the input text, which is labeled only if its corresponding text region represents a complete entity mention.

26
01 Jul 2020

Named Entity Recognition as Dependency Parsing

juntaoy/biaffine-ner ACL 2020

Named Entity Recognition (NER) is a fundamental task in Natural Language Processing, concerned with identifying spans of text expressing references to entities.

341
14 May 2020

Bipartite Flat-Graph Network for Nested Named Entity Recognition

cslydia/BiFlaG ACL 2020

In this paper, we propose a novel bipartite flat-graph network (BiFlaG) for nested named entity recognition (NER), which contains two subgraph modules: a flat NER module for outermost entities and a graph module for all the entities located in inner layers.

62
01 May 2020