CLDec 20, 2013

Multilingual Distributed Representations without Word Alignment

arXiv:1312.6173v4160 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of semantic representation across languages for NLP applications, offering a novel approach that is incremental by building on prior monolingual and word-level multilingual methods.

The paper tackles the problem of learning multilingual distributed representations without requiring word alignments, and shows that the resulting embeddings outperform previous state-of-the-art methods in cross-lingual document classification.

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.

Code Implementations1 repo
Foundations

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

Your Notes