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

A Unified Generative Framework for Various NER Subtasks

About

Named Entity Recognition (NER) is the task of identifying spans that represent entities in sentences. Whether the entity spans are nested or discontinuous, the NER task can be categorized into the flat NER, nested NER, and discontinuous NER subtasks. These subtasks have been mainly solved by the token-level sequence labelling or span-level classification. However, these solutions can hardly tackle the three kinds of NER subtasks concurrently. To that end, we propose to formulate the NER subtasks as an entity span sequence generation task, which can be solved by a unified sequence-to-sequence (Seq2Seq) framework. Based on our unified framework, we can leverage the pre-trained Seq2Seq model to solve all three kinds of NER subtasks without the special design of the tagging schema or ways to enumerate spans. We exploit three types of entity representations to linearize entities into a sequence. Our proposed framework is easy-to-implement and achieves state-of-the-art (SoTA) or near SoTA performance on eight English NER datasets, including two flat NER datasets, three nested NER datasets, and three discontinuous NER datasets.

Hang Yan, Tao Gui, Junqi Dai, Qipeng Guo, Zheng Zhang, Xipeng Qiu• 2021

Related benchmarks

TaskDatasetResultRank
Named Entity RecognitionCoNLL 2003 (test)
F1 Score93.24
539
Nested Named Entity RecognitionACE 2004 (test)
F1 Score86.84
166
Nested Named Entity RecognitionACE 2005 (test)
F1 Score84.74
153
Nested Named Entity RecognitionGENIA (test)
F1 Score83.6
140
Multimodal Named Entity RecognitionTwitter-GMNER
F1 Score80.39
125
Named Entity RecognitionCoNLL 03
F1 (Entity)93.24
102
Named Entity RecognitionOntoNotes
F1-score90.4
91
Named Entity RecognitionOntoNotes 5.0 (test)
F1 Score90.27
90
Grounded Multimodal Named Entity RecognitionTwitter-GMNER
F1 Score55.66
75
Named Entity RecognitionACE 2005 (test)
F1 Score84.74
58
Showing 10 of 27 rows

Other info

Code

Follow for update