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

The 57th Annual Meeting of the Association for Computational Linguistics (ACL) |

Published by ACL

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) methods build 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 the 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. Furthermore, when coupled with unsupervised multilingual embeddings, our model can operate in a zero-resource setting where neither target language training data cross-lingual supervision is available. This makes our model more readily applicable to low-resource languages with no such resources. 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 real-world industry dataset.

Publication Downloads

Multilingual Model Transfer

July 22, 2019

In this project we develop new deep learning models for bootstrapping language understanding models for languages with no labeled data using labeled data from other languages.