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).

Propose-and-Refine: A Two-Stage Set Prediction Network for Nested Named Entity Recognition

XiPotatonium/pnr 27 Apr 2022

In the refine stage, proposals interact with each other, and richer contextual information is incorporated into the proposal representations.

11
27 Apr 2022

Boundary Smoothing for Named Entity Recognition

syuoni/eznlp ACL 2022

Neural named entity recognition (NER) models may easily encounter the over-confidence issue, which degrades the performance and calibration.

120
26 Apr 2022

BioBART: Pretraining and Evaluation of A Biomedical Generative Language Model

GanjinZero/BioBART BioNLP (ACL) 2022

Furthermore, we conduct ablation studies on the pretraining tasks for BioBART and find that sentence permutation has negative effects on downstream tasks.

49
08 Apr 2022

Automatic Extraction of Nested Entities in Clinical Referrals in Spanish

plncmm/acm_health_msen ACM Transactions on Computing for Healthcare 2022

The annotated corpus, clinical word embeddings, annotation guidelines, and neural models are freely released to the community.

3
07 Apr 2022

Parallel Instance Query Network for Named Entity Recognition

tricktreat/piqn ACL 2022

Each instance query predicts one entity, and by feeding all instance queries simultaneously, we can query all entities in parallel.

68
20 Mar 2022

Nested Named Entity Recognition as Latent Lexicalized Constituency Parsing

louchao98/nner_as_parsing ACL 2022

They treat nested entities as partially-observed constituency trees and propose the masked inside algorithm for partial marginalization.

14
09 Mar 2022

Unified Named Entity Recognition as Word-Word Relation Classification

ljynlp/w2ner 19 Dec 2021

So far, named entity recognition (NER) has been involved with three major types, including flat, overlapped (aka.

480
19 Dec 2021

Fusing Heterogeneous Factors with Triaffine Mechanism for Nested Named Entity Recognition

GanjinZero/Triaffine-nested-ner Findings (ACL) 2022

To fuse these heterogeneous factors, we propose a novel triaffine mechanism including triaffine attention and scoring.

41
14 Oct 2021

Bottom-Up Constituency Parsing and Nested Named Entity Recognition with Pointer Networks

sustcsonglin/pointer-net-for-nested ACL 2022

Constituency parsing and nested named entity recognition (NER) are similar tasks since they both aim to predict a collection of nested and non-crossing spans.

29
11 Oct 2021

Nested Named Entity Recognition via Explicitly Excluding the Influence of the Best Path

speedcell4/nersted ACL 2021

This paper presents a novel method for nested named entity recognition.

9
01 Aug 2021