CLAISep 12, 2018

Zero-Shot Cross-lingual Classification Using Multilingual Neural Machine Translation

arXiv:1809.04686v165 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of multilinguality in NLP tasks for researchers and practitioners, offering a simple framework for cross-lingual transfer, though it is incremental as it builds on existing multilingual NMT systems.

The paper tackles the problem of enabling zero-shot cross-lingual classification by leveraging representations from multilingual neural machine translation systems, achieving significant improvements on benchmark tasks like Amazon Reviews, SST, and SNLI, with competitive performance in new languages without training data.

Transferring representations from large supervised tasks to downstream tasks has shown promising results in AI fields such as Computer Vision and Natural Language Processing (NLP). In parallel, the recent progress in Machine Translation (MT) has enabled one to train multilingual Neural MT (NMT) systems that can translate between multiple languages and are also capable of performing zero-shot translation. However, little attention has been paid to leveraging representations learned by a multilingual NMT system to enable zero-shot multilinguality in other NLP tasks. In this paper, we demonstrate a simple framework, a multilingual Encoder-Classifier, for cross-lingual transfer learning by reusing the encoder from a multilingual NMT system and stitching it with a task-specific classifier component. Our proposed model achieves significant improvements in the English setup on three benchmark tasks - Amazon Reviews, SST and SNLI. Further, our system can perform classification in a new language for which no classification data was seen during training, showing that zero-shot classification is possible and remarkably competitive. In order to understand the underlying factors contributing to this finding, we conducted a series of analyses on the effect of the shared vocabulary, the training data type for NMT, classifier complexity, encoder representation power, and model generalization on zero-shot performance. Our results provide strong evidence that the representations learned from multilingual NMT systems are widely applicable across languages and tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes