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/Named Entity Recognition as Dependency Parsing

Named Entity Recognition as Dependency Parsing

Juntao Yu, Bernd Bohnet, Massimo Poesio

2020-05-14ACL 2020 6Nested Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNERNamed Entity Recognition (NER)Dependency Parsing
PaperPDFCode(official)

Abstract

Named Entity Recognition (NER) is a fundamental task in Natural Language Processing, concerned with identifying spans of text expressing references to entities. NER research is often focused on flat entities only (flat NER), ignoring the fact that entity references can be nested, as in [Bank of [China]] (Finkel and Manning, 2009). In this paper, we use ideas from graph-based dependency parsing to provide our model a global view on the input via a biaffine model (Dozat and Manning, 2017). The biaffine model scores pairs of start and end tokens in a sentence which we use to explore all spans, so that the model is able to predict named entities accurately. We show that the model works well for both nested and flat NER through evaluation on 8 corpora and achieving SoTA performance on all of them, with accuracy gains of up to 2.2 percentage points.

Results

TaskDatasetMetricValueModel
Named Entity Recognition (NER)ACE 2004F186.7Biaffine-NER
Named Entity Recognition (NER)Ontonotes v5 (English)F191.3Biaffine-NER
Named Entity Recognition (NER)ACE 2005F185.4Biaffine-NER
Named Entity Recognition (NER)CoNLL 2003 (German)F186.4Biaffine-NER
Named Entity Recognition (NER)CoNLL 2003 (English)F193.5Biaffine-NER
Named Entity Recognition (NER)CoNLL 2002 (Spanish)F190.3Biaffine-NER
Named Entity Recognition (NER)CoNLL 2002 (Dutch)F193.7Biaffine-NER
Named Entity Recognition (NER)GENIAF180.5Biaffine-NER
Named Entity Recognition (NER)CoNLL 2003 (German) RevisedF190.3Biaffine-NER

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-12Step-by-step Instructions and a Simple Tabular Output Format Improve the Dependency Parsing Accuracy of LLMs2025-06-11UD-KSL Treebank v1.3: A semi-automated framework for aligning XPOS-extracted units with UPOS tags2025-06-10Better 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-04