English

Zero-Resource Cross-Domain Named Entity Recognition

Computation and Language 2020-05-20 v2 Machine Learning

Abstract

Existing models for cross-domain named entity recognition (NER) rely on numerous unlabeled corpus or labeled NER training data in target domains. However, collecting data for low-resource target domains is not only expensive but also time-consuming. Hence, we propose a cross-domain NER model that does not use any external resources. We first introduce a Multi-Task Learning (MTL) by adding a new objective function to detect whether tokens are named entities or not. We then introduce a framework called Mixture of Entity Experts (MoEE) to improve the robustness for zero-resource domain adaptation. Finally, experimental results show that our model outperforms strong unsupervised cross-domain sequence labeling models, and the performance of our model is close to that of the state-of-the-art model which leverages extensive resources.

Keywords

Cite

@article{arxiv.2002.05923,
  title  = {Zero-Resource Cross-Domain Named Entity Recognition},
  author = {Zihan Liu and Genta Indra Winata and Pascale Fung},
  journal= {arXiv preprint arXiv:2002.05923},
  year   = {2020}
}

Comments

RepL4NLP 2020

R2 v1 2026-06-23T13:41:42.953Z