Word Translation Without Parallel Data
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Word Embedding Retrieval | Word Embeddings (test) | MRR0.81 | 80 | |
| Machine Translation | Multi30k Task1 (en-de) | BLEU Score5.39 | 26 | |
| Machine Translation | Multi30k Task1 en-fr | BLEU Score8.54 | 25 | |
| Retrieval | Caltech-UCSD Birds-200 (CUB) 2011 (test) | MRR0.18 | 21 | |
| Machine Translation | Multi30k M30kT (test) | BLEU Score16.77 | 19 | |
| Cross-language Document Retrieval | MATERIAL Tagalog 1.0 (Analysis) | MAP27.4 | 16 | |
| Cross-language Document Retrieval | MATERIAL Tagalog 1.0 (dev) | MAP26 | 16 | |
| Named Entity Recognition | English-Spanish code-switching tweets (test) | F1 Score61.49 | 13 | |
| Code-switching Real vs Fake Classification | All-CS (test) | Accuracy (Fake Class)96.52 | 10 | |
| Code-Switching Text Generation | All-CS Mono filter (test) | BERTScore78.5 | 10 |