CLAIDec 8, 2020

CrossNER: Evaluating Cross-Domain Named Entity Recognition

arXiv:2012.04373v2205 citationsHas Code
AI Analysis

This work addresses the lack of effective cross-domain evaluation benchmarks for NER models, which is a problem for researchers developing models to cope with data scarcity in target domains.

This paper introduces CrossNER, a new dataset for evaluating cross-domain Named Entity Recognition (NER) models, which includes five diverse domains with specialized entity categories. The authors demonstrate that focusing on fractional corpora with domain-specialized entities and employing a more challenging pre-training strategy in domain-adaptive pre-training consistently outperforms existing cross-domain NER baselines.

Cross-domain named entity recognition (NER) models are able to cope with the scarcity issue of NER samples in target domains. However, most of the existing NER benchmarks lack domain-specialized entity types or do not focus on a certain domain, leading to a less effective cross-domain evaluation. To address these obstacles, we introduce a cross-domain NER dataset (CrossNER), a fully-labeled collection of NER data spanning over five diverse domains with specialized entity categories for different domains. Additionally, we also provide a domain-related corpus since using it to continue pre-training language models (domain-adaptive pre-training) is effective for the domain adaptation. We then conduct comprehensive experiments to explore the effectiveness of leveraging different levels of the domain corpus and pre-training strategies to do domain-adaptive pre-training for the cross-domain task. Results show that focusing on the fractional corpus containing domain-specialized entities and utilizing a more challenging pre-training strategy in domain-adaptive pre-training are beneficial for the NER domain adaptation, and our proposed method can consistently outperform existing cross-domain NER baselines. Nevertheless, experiments also illustrate the challenge of this cross-domain NER task. We hope that our dataset and baselines will catalyze research in the NER domain adaptation area. The code and data are available at https://github.com/zliucr/CrossNER.

Code Implementations5 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes