CLSep 17, 2013

Exploiting Similarities among Languages for Machine Translation

arXiv:1309.4168v11646 citations
Originality Incremental advance
AI Analysis

This method addresses the bottleneck of manual dictionary creation for machine translation systems, applicable to any language pair, though it is incremental as it builds on existing statistical translation frameworks.

The paper tackled the problem of automating dictionary and phrase table generation for machine translation by learning language structures from monolingual data and mapping between languages from bilingual data, achieving almost 90% precision@5 for English-Spanish word translation.

Dictionaries and phrase tables are the basis of modern statistical machine translation systems. This paper develops a method that can automate the process of generating and extending dictionaries and phrase tables. Our method can translate missing word and phrase entries by learning language structures based on large monolingual data and mapping between languages from small bilingual data. It uses distributed representation of words and learns a linear mapping between vector spaces of languages. Despite its simplicity, our method is surprisingly effective: we can achieve almost 90% precision@5 for translation of words between English and Spanish. This method makes little assumption about the languages, so it can be used to extend and refine dictionaries and translation tables for any language pairs.

Code Implementations8 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes