Improving Pseudo Labels with Global-Local Denoising Framework for Cross-lingual Named Entity Recognition
Zhuojun Ding, Wei Wei, Xiaoye Qu, Dangyang Chen
TL;DR
This work tackles cross-lingual NER by addressing noisy pseudo labels through a Global-Local Denoising Framework (GLoDe) that leverages both prototype-based global similarity and neighbor-based local distributions to refine pseudo labels. It also introduces a target-language masked language modeling task to incorporate language-specific features. The method trains a source model on labeled source data with MLM, generates initial pseudo labels for the target language, then progressively refines them via global-local denoising, followed by joint training on target data. Experimental results on CoNLL and WikiAnn across six target languages show that GLoDe achieves state-of-the-art performance, with ablations confirming the importance of both denoising components and the language-specific MLM auxiliary task.
Abstract
Cross-lingual named entity recognition (NER) aims to train an NER model for the target language leveraging only labeled source language data and unlabeled target language data. Prior approaches either perform label projection on translated source language data or employ a source model to assign pseudo labels for target language data and train a target model on these pseudo-labeled data to generalize to the target language. However, these automatic labeling procedures inevitably introduce noisy labels, thus leading to a performance drop. In this paper, we propose a Global-Local Denoising framework (GLoDe) for cross-lingual NER. Specifically, GLoDe introduces a progressive denoising strategy to rectify incorrect pseudo labels by leveraging both global and local distribution information in the semantic space. The refined pseudo-labeled target language data significantly improves the model's generalization ability. Moreover, previous methods only consider improving the model with language-agnostic features, however, we argue that target language-specific features are also important and should never be ignored. To this end, we employ a simple auxiliary task to achieve this goal. Experimental results on two benchmark datasets with six target languages demonstrate that our proposed GLoDe significantly outperforms current state-of-the-art methods.
