paper-with-me

Papers

CROP: Zero-shot Cross-lingual Named Entity Recognition with Multilingual Labeled Sequence Translation

2022-10-13 · Jian Yang, Shaohan Huang, Shuming Ma, Yuwei Yin, Li Dong, Dongdong Zhang, Hongcheng Guo, Zhoujun Li, Furu Wei

Named entity recognition (NER) suffers from the scarcity of annotated training data, especially for low-resource languages without labeled data. Cross-lingual NER has been proposed to alleviate this issue by transferring knowledge from high-resource languages to low-resource languages via aligned cross-lingual representations or machine translation results. However, the performance of cross-lingual NER methods is severely affected by the unsatisfactory quality of translation or label projection. To address these problems, we propose a Cross-lingual Entity Projection framework (CROP) to enable zero-shot cross-lingual NER with the help of a multilingual labeled sequence translation model. Specifically, the target sequence is first translated into the source language and then tagged by a source NER model. We further adopt a labeled sequence translation model to project the tagged sequence back to the target language and label the target raw sentence. Ultimately, the whole pipeline is integrated into an end-to-end model by the way of self-training. Experimental results on two benchmarks demonstrate that our method substantially outperforms the previous strong baseline by a large margin of +3~7 F1 scores and achieves state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2210.07022

Code (1)

YuweiYin/CROP 공식 구현 pytorch

Tasks

Cross-Lingual NERMachine Translationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERSentenceTranslation

Similar Papers 제목 키워드 기반

Analysis of Zero-Shot Crosslingual Learning between English and Korean for Named Entity Recognition

2021-11-01 · EMNLP (MRL) 2021 11 · Jongin Kim, Nayoung Choi, Seunghyun Lim, Jungwhan Kim 외

This paper presents a English-Korean parallel dataset that collects 381K news articles where 1,400 of them, comprising 10K sentences, are manually labeled for crosslingual named entity recognition (NER). The annotation g…

Articlesnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Bilingual Alignment Pre-Training for Zero-Shot Cross-Lingual Transfer

2021-06-03 · EMNLP (MRQA) 2021 11 · Ziqing Yang, Wentao Ma, Yiming Cui, Jiani Ye 외

Multilingual pre-trained models have achieved remarkable performance on cross-lingual transfer learning. Some multilingual models such as mBERT, have been pre-trained on unlabeled corpora, therefore the embeddings of dif…

Cross-Lingual TransferLanguage ModellingMachine Reading ComprehensionReading Comprehension+2

Zero-Shot Cross-Lingual Transfer is a Hard Baseline to Beat in German Fine-Grained Entity Typing

2021-11-01 · EMNLP (insights) 2021 11 · Sabine Weber, Mark Steedman

The training of NLP models often requires large amounts of labelled training data, which makes it difficult to expand existing models to new languages. While zero-shot cross-lingual transfer relies on multilingual word e…

Cross-Lingual TransferEntity TypingMultilingual Word Embeddingsnamed-entity-recognition+4

When More is not Necessary Better: Multilingual Auxiliary Tasks for Zero-Shot Cross-Lingual Transfer of Hate Speech Detection Models

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Zero-shot cross-lingual transfer learning has been shown to be highly challenging for tasks involving a lot of linguistic specificities or when a cultural gap is present between languages, such as in hate speech detectio…

Cross-Lingual TransferHate Speech DetectionLanguage ModelingLanguage Modelling+6

Feature Aggregation in Zero-Shot Cross-Lingual Transfer Using Multilingual BERT

2022-05-17 · Beiduo Chen, Wu Guo, Quan Liu, Kun Tao

Multilingual BERT (mBERT), a language model pre-trained on large multilingual corpora, has impressive zero-shot cross-lingual transfer capabilities and performs surprisingly well on zero-shot POS tagging and Named Entity…

Cross-Lingual TransferLanguage ModelingLanguage Modellingnamed-entity-recognition+6