A Dual-Contrastive Framework for Low-Resource Cross-Lingual Named Entity Recognition
Yingwen Fu, Nankai Lin, Ziyu Yang, Shengyi Jiang

TL;DR
This paper introduces ConCNER, a dual-contrastive framework for low-resource cross-lingual NER that leverages contrastive learning and knowledge distillation to improve performance with limited source data.
Contribution
The paper proposes a novel dual-contrastive learning framework for low-resource cross-lingual NER, combining translation and label contrastive objectives with knowledge distillation.
Findings
ConCNER outperforms baseline methods across multiple target languages.
Contrastive objectives effectively align cross-lingual representations.
Knowledge distillation improves target language NER performance.
Abstract
Cross-lingual Named Entity Recognition (NER) has recently become a research hotspot because it can alleviate the data-hungry problem for low-resource languages. However, few researches have focused on the scenario where the source-language labeled data is also limited in some specific domains. A common approach for this scenario is to generate more training data through translation or generation-based data augmentation method. Unfortunately, we find that simply combining source-language data and the corresponding translation cannot fully exploit the translated data and the improvements obtained are somewhat limited. In this paper, we describe our novel dual-contrastive framework ConCNER for cross-lingual NER under the scenario of limited source-language labeled data. Specifically, based on the source-language samples and their translations, we design two contrastive objectives for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
MethodsContrastive Learning · Knowledge Distillation
