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

Bipartite Flat-Graph Network for Nested Named Entity Recognition

About

In this paper, we propose a novel bipartite flat-graph network (BiFlaG) for nested named entity recognition (NER), which contains two subgraph modules: a flat NER module for outermost entities and a graph module for all the entities located in inner layers. Bidirectional LSTM (BiLSTM) and graph convolutional network (GCN) are adopted to jointly learn flat entities and their inner dependencies. Different from previous models, which only consider the unidirectional delivery of information from innermost layers to outer ones (or outside-to-inside), our model effectively captures the bidirectional interaction between them. We first use the entities recognized by the flat NER module to construct an entity graph, which is fed to the next graph module. The richer representation learned from graph module carries the dependencies of inner entities and can be exploited to improve outermost entity predictions. Experimental results on three standard nested NER datasets demonstrate that our BiFlaG outperforms previous state-of-the-art models.

Ying Luo, Hai Zhao• 2020

Related benchmarks

TaskDatasetResultRank
Nested Named Entity RecognitionACE 2005 (test)
F1 Score75.1
153
Nested Named Entity RecognitionGENIA (test)
F1 Score76
140
Named Entity RecognitionACE 2005 (test)
F1 Score75.1
58
Named Entity RecognitionGENIA (test)
F1 Score76
34
Nested Named Entity RecognitionKBP English 2017 (test)
Precision77.1
28
Nested Named Entity RecognitionACE 2005 8:1:1 split (test)
F1 Score75.1
8
Nested Named Entity RecognitionGENIA 3.02 (test)
F1 Score0.76
8
Named Entity RecognitionKBP 2017 (test)
Precision77.1
6
Showing 8 of 8 rows

Other info

Code

Follow for update