Word translation without parallel dataDownload PDF

15 Feb 2018 (modified: 22 Oct 2023)ICLR 2018 Conference Blind SubmissionReaders: Everyone
Abstract: State-of-the-art methods for learning cross-lingual word embeddings have relied on bilingual dictionaries or parallel corpora. Recent studies showed that the need for parallel data supervision can be alleviated with character-level information. While these methods showed encouraging results, they are not on par with their supervised counterparts and are limited to pairs of languages sharing a common alphabet. In this work, we show that we can build a bilingual dictionary between two languages without using any parallel corpora, by aligning monolingual word embedding spaces in an unsupervised way. Without using any character information, our model even outperforms existing supervised methods on cross-lingual tasks for some language pairs. Our experiments demonstrate that our method works very well also for distant language pairs, like English-Russian or English-Chinese. We finally describe experiments on the English-Esperanto low-resource language pair, on which there only exists a limited amount of parallel data, to show the potential impact of our method in fully unsupervised machine translation. Our code, embeddings and dictionaries are publicly available.
TL;DR: Aligning languages without the Rosetta Stone: with no parallel data, we construct bilingual dictionaries using adversarial training, cross-domain local scaling, and an accurate proxy criterion for cross-validation.
Keywords: unsupervised learning, machine translation, multilingual embeddings, parallel dictionary induction, adversarial training
Code: [![github](/images/github_icon.svg) facebookresearch/MUSE](https://github.com/facebookresearch/MUSE) + [![Papers with Code](/images/pwc_icon.svg) 17 community implementations](https://paperswithcode.com/paper/?openreview=H196sainb)
Community Implementations: [![CatalyzeX](/images/catalyzex_icon.svg) 17 code implementations](https://www.catalyzex.com/paper/arxiv:1710.04087/code)
16 Replies

Loading