Multilingual Distributed Representations without Word Alignment
Karl Moritz Hermann, Phil Blunsom
TL;DR
The paper presents a method for learning cross-lingual, sentence-level distributed representations without word alignments by training a bilingual compositional vector model (biCVM) with a simple additive composition and a contrastive bilingual objective. Using parallel corpora, the model learns shared semantic representations across languages, achieving state-of-the-art results on cross-lingual document classification and demonstrating cross-language semantic relationships via pivot-language data. The approach is data-efficient, flexible in training data form, and extensible to multiple languages and richer compositional models. It offers practical impact for multilingual NLP tasks and low-resource language transfer, with potential applications in machine translation and multilingual information extraction.
Abstract
Distributed representations of meaning are a natural way to encode covariance relationships between words and phrases in NLP. By overcoming data sparsity problems, as well as providing information about semantic relatedness which is not available in discrete representations, distributed representations have proven useful in many NLP tasks. Recent work has shown how compositional semantic representations can successfully be applied to a number of monolingual applications such as sentiment analysis. At the same time, there has been some initial success in work on learning shared word-level representations across languages. We combine these two approaches by proposing a method for learning distributed representations in a multilingual setup. Our model learns to assign similar embeddings to aligned sentences and dissimilar ones to sentence which are not aligned while not requiring word alignments. We show that our representations are semantically informative and apply them to a cross-lingual document classification task where we outperform the previous state of the art. Further, by employing parallel corpora of multiple language pairs we find that our model learns representations that capture semantic relationships across languages for which no parallel data was used.
