English

Offline bilingual word vectors, orthogonal transformations and the inverted softmax

Computation and Language 2017-02-14 v1 Artificial Intelligence Information Retrieval

Abstract

Usually bilingual word vectors are trained "online". Mikolov et al. showed they can also be found "offline", whereby two pre-trained embeddings are aligned with a linear transformation, using dictionaries compiled from expert knowledge. In this work, we prove that the linear transformation between two spaces should be orthogonal. This transformation can be obtained using the singular value decomposition. We introduce a novel "inverted softmax" for identifying translation pairs, with which we improve the precision @1 of Mikolov's original mapping from 34% to 43%, when translating a test set composed of both common and rare English words into Italian. Orthogonal transformations are more robust to noise, enabling us to learn the transformation without expert bilingual signal by constructing a "pseudo-dictionary" from the identical character strings which appear in both languages, achieving 40% precision on the same test set. Finally, we extend our method to retrieve the true translations of English sentences from a corpus of 200k Italian sentences with a precision @1 of 68%.

Keywords

Cite

@article{arxiv.1702.03859,
  title  = {Offline bilingual word vectors, orthogonal transformations and the inverted softmax},
  author = {Samuel L. Smith and David H. P. Turban and Steven Hamblin and Nils Y. Hammerla},
  journal= {arXiv preprint arXiv:1702.03859},
  year   = {2017}
}

Comments

Accepted to conference track at ICLR 2017

R2 v1 2026-06-22T18:17:04.738Z