English

Improving Unsupervised Word-by-Word Translation with Language Model and Denoising Autoencoder

Computation and Language 2019-01-08 v1 Machine Learning

Abstract

Unsupervised learning of cross-lingual word embedding offers elegant matching of words across languages, but has fundamental limitations in translating sentences. In this paper, we propose simple yet effective methods to improve word-by-word translation of cross-lingual embeddings, using only monolingual corpora but without any back-translation. We integrate a language model for context-aware search, and use a novel denoising autoencoder to handle reordering. Our system surpasses state-of-the-art unsupervised neural translation systems without costly iterative training. We also analyze the effect of vocabulary size and denoising type on the translation performance, which provides better understanding of learning the cross-lingual word embedding and its usage in translation.

Keywords

Cite

@article{arxiv.1901.01590,
  title  = {Improving Unsupervised Word-by-Word Translation with Language Model and Denoising Autoencoder},
  author = {Yunsu Kim and Jiahui Geng and Hermann Ney},
  journal= {arXiv preprint arXiv:1901.01590},
  year   = {2019}
}

Comments

Published in EMNLP 2018, with links to the source code

R2 v1 2026-06-23T07:04:13.317Z