CLLGMLJul 18, 2020

On a Novel Application of Wasserstein-Procrustes for Unsupervised Cross-Lingual Learning

arXiv:2007.09456v28 citationsHas Code
AI Analysis

This work addresses the challenge of enabling cross-language NLP applications with minimal data, offering an incremental improvement over existing unsupervised alignment methods.

The paper tackles the problem of aligning word embeddings across languages in unsupervised cross-lingual learning by identifying that existing methods are versions of the Wasserstein-Procrustes problem and devising a direct solution, resulting in sizable improvements over popular methods like ICP, MUSE, and supervised Procrustes on standard datasets.

The emergence of unsupervised word embeddings, pre-trained on very large monolingual text corpora, is at the core of the ongoing neural revolution in Natural Language Processing (NLP). Initially introduced for English, such pre-trained word embeddings quickly emerged for a number of other languages. Subsequently, there have been a number of attempts to align the embedding spaces across languages, which could enable a number of cross-language NLP applications. Performing the alignment using unsupervised cross-lingual learning (UCL) is especially attractive as it requires little data and often rivals supervised and semi-supervised approaches. Here, we analyze popular methods for UCL and we find that often their objectives are, intrinsically, versions of the Wasserstein-Procrustes problem. Hence, we devise an approach to solve Wasserstein-Procrustes in a direct way, which can be used to refine and to improve popular UCL methods such as iterative closest point (ICP), multilingual unsupervised and supervised embeddings (MUSE) and supervised Procrustes methods. Our evaluation experiments on standard datasets show sizable improvements over these approaches. We believe that our rethinking of the Wasserstein-Procrustes problem could enable further research, thus helping to develop better algorithms for aligning word embeddings across languages. Our code and instructions to reproduce the experiments are available at https://github.com/guillemram97/wp-hungarian.

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