TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Neural Architectures for Nested NER through Linearization

Neural Architectures for Nested NER through Linearization

Jana Straková, Milan Straka, Jan Hajič

2019-08-19ACL 2019 7Nested Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNERNamed Entity Recognition (NER)Nested Mention Recognition
PaperPDFCode

Abstract

We propose two neural network architectures for nested named entity recognition (NER), a setting in which named entities may overlap and also be labeled with more than one label. We encode the nested labels using a linearized scheme. In our first proposed approach, the nested labels are modeled as multilabels corresponding to the Cartesian product of the nested labels in a standard LSTM-CRF architecture. In the second one, the nested NER is viewed as a sequence-to-sequence problem, in which the input sequence consists of the tokens and output sequence of the labels, using hard attention on the word whose label is being predicted. The proposed methods outperform the nested NER state of the art on four corpora: ACE-2004, ACE-2005, GENIA and Czech CNEC. We also enrich our architectures with the recently published contextual embeddings: ELMo, BERT and Flair, reaching further improvements for the four nested entity corpora. In addition, we report flat NER state-of-the-art results for CoNLL-2002 Dutch and Spanish and for CoNLL-2003 English.

Results

TaskDatasetMetricValueModel
Named Entity Recognition (NER)ACE 2004F184.4seq2seq+BERT+Flair
Named Entity Recognition (NER)ACE 2005F184.33seq2seq+BERT+Flair
Named Entity Recognition (NER)CoNLL 2003 (German)F185.1Straková et al., 2019
Named Entity Recognition (NER)CoNLL 2003 (English)F193.38LSTM-CRF+ELMo+BERT+Flair
Named Entity Recognition (NER)CoNLL 2002 (Spanish)F188.8Straková et al., 2019
Named Entity Recognition (NER)CoNLL 2002 (Dutch)F192.7Straková et al., 2019
Named Entity Recognition (NER)GENIAF178.31seq2seq+BERT+Flair
Named Entity Recognition (NER)ACE 2005F184.33seq2seq+BERT+Flair
Named Entity Recognition (NER)ACE 2004F184.4seq2seq+BERT+Flair
Named Entity Recognition (NER)GENIAF178.31seq2seq+BERT+Flair
Nested Mention RecognitionACE 2005F184.33seq2seq+BERT+Flair
Nested Mention RecognitionACE 2004F184.4seq2seq+BERT+Flair

Related Papers

Flippi: End To End GenAI Assistant for E-Commerce2025-07-08Selecting and Merging: Towards Adaptable and Scalable Named Entity Recognition with Large Language Models2025-06-28Improving Named Entity Transcription with Contextual LLM-based Revision2025-06-12Better Semi-supervised Learning for Multi-domain ASR Through Incremental Retraining and Data Filtering2025-06-05Dissecting Bias in LLMs: A Mechanistic Interpretability Perspective2025-06-05Efficient Data Selection for Domain Adaptation of ASR Using Pseudo-Labels and Multi-Stage Filtering2025-06-04EL4NER: Ensemble Learning for Named Entity Recognition via Multiple Small-Parameter Large Language Models2025-05-29Label-Guided In-Context Learning for Named Entity Recognition2025-05-29