paper-with-me

홈 › Papers

Multi-Source Cross-Lingual Model Transfer: Learning What to Share

2018-10-08 · ACL 2019 7 · Xilun Chen, Ahmed Hassan Awadallah, Hany Hassan, Wei Wang, Claire Cardie

Modern NLP applications have enjoyed a great boost utilizing neural networks models. Such deep neural models, however, are not applicable to most human languages due to the lack of annotated training data for various NLP tasks. Cross-lingual transfer learning (CLTL) is a viable method for building NLP models for a low-resource target language by leveraging labeled data from other (source) languages. In this work, we focus on the multilingual transfer setting where training data in multiple source languages is leveraged to further boost target language performance. Unlike most existing methods that rely only on language-invariant features for CLTL, our approach coherently utilizes both language-invariant and language-specific features at instance level. Our model leverages adversarial networks to learn language-invariant features, and mixture-of-experts models to dynamically exploit the similarity between the target language and each individual source language. This enables our model to learn effectively what to share between various languages in the multilingual setup. Moreover, when coupled with unsupervised multilingual embeddings, our model can operate in a zero-resource setting where neither target language training data nor cross-lingual resources are available. Our model achieves significant performance gains over prior art, as shown in an extensive set of experiments over multiple text classification and sequence tagging tasks including a large-scale industry dataset.

📄 PDF Abstract BibTeX arXiv:1810.03552

Code (1)

microsoft/Multilingual-Model-Transfer 공식 구현 pytorch

Tasks

Cross-Lingual NERCross-Lingual TransferMixture-of-Expertstext-classificationText ClassificationTransfer Learning

Similar Papers 제목 키워드 기반

Zero-Resource Multilingual Model Transfer: Learning What to Share

2018-09-27 · Xilun Chen, Ahmed Hassan Awadallah, Hany Hassan, Wei Wang 외

Modern natural language processing and understanding applications have enjoyed a great boost utilizing neural networks models. However, this is not the case for most languages especially low-resource ones with insufficie…

Cross-Lingual TransferMixture-of-Expertstext-classificationText Classification+1

What Matters for Neural Cross-Lingual Named Entity Recognition: An Empirical Analysis

2019-09-09 · IJCNLP 2019 11 · Xiaolei Huang, Jonathan May, Nanyun Peng

Building named entity recognition (NER) models for languages that do not have much training data is a challenging task. While recent work has shown promising results on cross-lingual transfer from high-resource languages…

Cross-Lingual NERCross-Lingual Transfernamed-entity-recognitionNamed Entity Recognition+3

Analyzing the Evaluation of Cross-Lingual Knowledge Transfer in Multilingual Language Models

2024-02-03 · Sara Rajaee, Christof Monz

Recent advances in training multilingual language models on large datasets seem to have shown promising results in knowledge transfer across languages and achieve high performance on downstream tasks. However, we questio…

Transfer Learning

Model and Data Transfer for Cross-Lingual Sequence Labelling in Zero-Resource Settings

2022-10-23 · Iker García-Ferrero, Rodrigo Agerri, German Rigau

Zero-resource cross-lingual transfer approaches aim to apply supervised models from a source language to unlabelled target languages. In this paper we perform an in-depth study of the two main techniques employed so far …

Cross-Lingual NERCross-Lingual TransferMachine TranslationTranslation

Why Low-Resource NLP Needs More Than Cross-Lingual Transfer: Lessons Learned from Luxembourgish

2026-05-11 · Fred Philippy, Siwen Guo, Jacques Klein, Tegawendé F. Bissyandé arxiv

Cross-lingual transfer has become a central paradigm for extending natural language processing (NLP) technologies to low-resource languages. By leveraging supervision from high-resource languages, multilingual language m…

Cross-Lingual Transfer