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

A Sequence-to-Set Network for Nested Named Entity Recognition

About

Named entity recognition (NER) is a widely studied task in natural language processing. Recently, a growing number of studies have focused on the nested NER. The span-based methods, considering the entity recognition as a span classification task, can deal with nested entities naturally. But they suffer from the huge search space and the lack of interactions between entities. To address these issues, we propose a novel sequence-to-set neural network for nested NER. Instead of specifying candidate spans in advance, we provide a fixed set of learnable vectors to learn the patterns of the valuable spans. We utilize a non-autoregressive decoder to predict the final set of entities in one pass, in which we are able to capture dependencies between entities. Compared with the sequence-to-sequence method, our model is more suitable for such unordered recognition task as it is insensitive to the label order. In addition, we utilize the loss function based on bipartite matching to compute the overall training loss. Experimental results show that our proposed model achieves state-of-the-art on three nested NER corpora: ACE 2004, ACE 2005 and KBP 2017. The code is available at https://github.com/zqtan1024/sequence-to-set.

Zeqi Tan, Yongliang Shen, Shuai Zhang, Weiming Lu, Yueting Zhuang• 2021

Related benchmarks

TaskDatasetResultRank
Nested Named Entity RecognitionACE 2004 (test)
F1 Score87.3
166
Nested Named Entity RecognitionACE 2005 (test)
F1 Score87.1
153
Nested Named Entity RecognitionGENIA (test)
F1 Score84.91
140
Named Entity RecognitionACE04 (test)
F1 Score87.26
36
Nested Named Entity RecognitionKBP English 2017 (test)
Precision84.91
28
Named Entity RecognitionACE05 splits of Lu and Roth (test)
F1 Score87.05
14
Nested Named Entity RecognitionNNE (test)
Precision93.01
12
Nested Named Entity RecognitionACE 2005 8:1:1 split (test)
F1 Score87.05
8
Nested Named Entity RecognitionGENIA 3.02 (test)
F1 Score0.8044
8
Nested Named Entity RecognitionACE 8:1:1 2004 (test)
F1 Score87.26
6
Showing 10 of 12 rows

Other info

Code

Follow for update