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

An Embarrassingly Easy but Strong Baseline for Nested Named Entity Recognition

About

Named entity recognition (NER) is the task to detect and classify the entity spans in the text. When entity spans overlap between each other, this problem is named as nested NER. Span-based methods have been widely used to tackle the nested NER. Most of these methods will get a score $n \times n$ matrix, where $n$ means the length of sentence, and each entry corresponds to a span. However, previous work ignores spatial relations in the score matrix. In this paper, we propose using Convolutional Neural Network (CNN) to model these spatial relations in the score matrix. Despite being simple, experiments in three commonly used nested NER datasets show that our model surpasses several recently proposed methods with the same pre-trained encoders. Further analysis shows that using CNN can help the model find more nested entities. Besides, we found that different papers used different sentence tokenizations for the three nested NER datasets, which will influence the comparison. Thus, we release a pre-processing script to facilitate future comparison.

Hang Yan, Yu Sun, Xiaonan Li, Xipeng Qiu• 2022

Related benchmarks

TaskDatasetResultRank
Nested Named Entity RecognitionACE 2004 (test)
F1 Score88.03
166
Nested Named Entity RecognitionACE 2005 (test)
F1 Score87.42
153
Nested Named Entity RecognitionGENIA (test)
F1 Score81.4
140
Nested Named Entity RecognitionGENIA
F1 Score76
56
Nested Named Entity Recognitionplasma physics NNER dataset (test)
Precision62
11
Nested Named Entity RecognitionChilean Waiting List
Precision81
7
Showing 6 of 6 rows

Other info

Code

Follow for update