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

Multi-Grained Named Entity Recognition

About

This paper presents a novel framework, MGNER, for Multi-Grained Named Entity Recognition where multiple entities or entity mentions in a sentence could be non-overlapping or totally nested. Different from traditional approaches regarding NER as a sequential labeling task and annotate entities consecutively, MGNER detects and recognizes entities on multiple granularities: it is able to recognize named entities without explicitly assuming non-overlapping or totally nested structures. MGNER consists of a Detector that examines all possible word segments and a Classifier that categorizes entities. In addition, contextual information and a self-attention mechanism are utilized throughout the framework to improve the NER performance. Experimental results show that MGNER outperforms current state-of-the-art baselines up to 4.4% in terms of the F1 score among nested/non-overlapping NER tasks.

Congying Xia, Chenwei Zhang, Tao Yang, Yaliang Li, Nan Du, Xian Wu, Wei Fan, Fenglong Ma, Philip Yu• 2019

Related benchmarks

TaskDatasetResultRank
Nested Named Entity RecognitionACE 2004 (test)
F1 Score79.5
166
Nested Named Entity RecognitionACE 2005 (test)
F1 Score78.2
153
Named Entity RecognitionCoNLL English 2003 (test)--
135
Named Entity RecognitionACE 2005 (test)
F1 Score78.2
58
Nested Named Entity RecognitionACE 2005
F1 Score78.2
52
Nested Named Entity RecognitionACE 2004
F1 Score (%)79.5
32
Named Entity RecognitionCoNLL English 2003 (dev)--
26
Showing 7 of 7 rows

Other info

Code

Follow for update