EMNLP 2022main22 citations

ConNER: Consistency Training for Cross-lingual Named Entity Recognition

Ran Zhou, Xin Li, Lidong Bing, Erik Cambria, Luo Si, Chunyan Miao

Abstract

Cross-lingual named entity recognition (NER) suffers from data scarcity in the target languages, especially under zero-shot settings. Existing translate-train or knowledge distillation methods attempt to bridge the language gap, but often introduce a high level of noise. To solve this problem, consistency training methods regularize the model to be robust towards perturbations on data or hidden states.However, such methods are likely to violate the consistency hypothesis, or mainly focus on coarse-grain consistency.We propose ConNER as a novel consistency training framework for cross-lingual NER, which comprises of: (1) translation-based consistency training on unlabeled target-language data, and (2) dropout-based consistency training on labeled source-language data. ConNER effectively leverages unlabeled target-language data and alleviates overfitting on the source language to enhance the cross-lingual adaptability. Experimental results show our ConNER achieves consistent improvement over various baseline methods.

BibTeX
@inproceedings{zhou-etal-2022-conner,
    title = "{C}on{NER}: Consistency Training for Cross-lingual Named Entity Recognition",
    author = "Zhou, Ran  and
      Li, Xin  and
      Bing, Lidong  and
      Cambria, Erik  and
      Si, Luo  and
      Miao, Chunyan",
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.emnlp-main.577/",
    doi = "10.18653/v1/2022.emnlp-main.577",
    pages = "8438--8449"
}
ConNER: Consistency Training for Cross-lingual Named Entity Recognition · EMNLP 2022