An Embarrassingly Easy but Strong Baseline for Nested Named Entity Recognition

9 Aug 2022  ·  Hang Yan, Yu Sun, Xiaonan Li, Xipeng Qiu ·

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.

PDF Abstract
Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Nested Named Entity Recognition ACE 2004 CNN-NER F1 88.03 # 7
Nested Named Entity Recognition ACE 2005 CNN-NER F1 87.42 # 3
Nested Named Entity Recognition GENIA CNN-NER F1 81.40 # 3

Methods


No methods listed for this paper. Add relevant methods here