Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Named Entity Recognition as Dependency Parsing

About

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.

Juntao Yu, Bernd Bohnet, Massimo Poesio• 2020

Related benchmarks

TaskDatasetResultRank
Named Entity RecognitionCoNLL 2003 (test)
F1 Score93.5
539
Nested Named Entity RecognitionACE 2004 (test)
F1 Score86.7
166
Nested Named Entity RecognitionACE 2005 (test)
F1 Score85.4
153
Nested Named Entity RecognitionGENIA (test)
F1 Score84.2
140
Named Entity RecognitionCoNLL English 2003 (test)
F1 Score93.5
135
Named Entity RecognitionCoNLL 03
F1 (Entity)93.5
102
Named Entity RecognitionCoNLL Spanish NER 2002 (test)
F1 Score90.3
98
Named Entity RecognitionOntoNotes
F1-score91.3
91
Named Entity RecognitionOntoNotes 5.0 (test)
F1 Score91.3
90
Named Entity RecognitionCoNLL Dutch 2002 (test)
F1 Score93.7
87
Showing 10 of 38 rows

Other info

Code

Follow for update