EMNLP 2023long findings0 citations

SmartSpanNER: Making SpanNER Robust in Low Resource Scenarios

Min Zhang, Xiaosong Qiao, Yanqing Zhao, shimin tao, Hao Yang

Abstract

Named Entity Recognition (NER) is one of the most fundamental tasks in natural language processing. Span-level prediction (SpanNER) is more naturally suitable for nested NER than sequence labeling (SeqLab). However, according to our experiments, the SpanNER method is more sensitive to the amount of training data, i.e., the F1 score of SpanNER drops much more than that of SeqLab when the amount of training data drops. In order to improve the robustness of SpanNER in low resource scenarios, we propose a simple and effective method SmartSpanNER, which introduces a Named Entity Head (NEH) prediction task to SpanNER and performs multi-task learning together with the task of span classification. Experimental results demonstrate that the robustness of SpanNER could be greatly improved by SmartSpanNER in low resource scenarios constructed on the CoNLL03, Few-NERD, GENIA and ACE05 standard benchmark datasets.

SpanNERNamed Entity HeadSmartSpanNERMulti-task Learning
BibTeX
@inproceedings{
zhang2023smartspanner,
title={SmartSpan{NER}: Making Span{NER} Robust in Low Resource Scenarios},
author={Min Zhang and Xiaosong Qiao and Yanqing Zhao and shimin tao and Hao Yang},
booktitle={The 2023 Conference on Empirical Methods in Natural Language Processing},
year={2023},
url={https://openreview.net/forum?id=VeBoHwiA7g}
}