paper-with-me

홈 › Papers

Exploiting Similarities among Languages for Machine Translation

2013-09-17 · Tomas Mikolov, Quoc V. Le, Ilya Sutskever

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.

📄 PDF Abstract BibTeX arXiv:1309.4168

Code (8)

Babylonpartners/fastText_multilingual
babylonhealth/fastText_multilingual
big-o/transvec
facebookresearch/MUSE pytorch
jiajunhua/facebookresearch-MUSE pytorch
selimseker/logogram-language-generator pytorch
tensorflow/models tf
tensorflow/models/tree/master/research/skip_thoughts tf

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

Utilizing Language Relatedness to improve Machine Translation: A Case Study on Languages of the Indian Subcontinent

2020-03-19 · Anoop Kunchukuttan, Pushpak Bhattacharyya

In this work, we present an extensive study of statistical machine translation involving languages of the Indian subcontinent. These languages are related by genetic and contact relationships. We describe the similaritie…

Machine TranslationTranslation

Feature-based Decipherment for Large Vocabulary Machine Translation

2015-08-10 · Iftekhar Naim, Daniel Gildea

Orthographic similarities across languages provide a strong signal for probabilistic decipherment, especially for closely related language pairs. The existing decipherment models, however, are not well-suited for exploit…

DeciphermentMachine TranslationTranslation

Exploiting Transliterated Words for Finding Similarity in Inter-Language News Articles using Machine Learning

2022-05-29 · Sameea Naeem, Dr. Arif ur Rahman, Syed Mujtaba Haider, Abdul Basit Mughal

Finding similarities between two inter-language news articles is a challenging problem of Natural Language Processing (NLP). It is difficult to find similar news articles in a different language other than the native lan…

ArticlesMachine Translationtext-to-speechText to Speech+1

Feature-Based Decipherment for Machine Translation

2018-09-01 · CL 2018 9 · Iftekhar Naim, Parker Riley, Daniel Gildea

Orthographic similarities across languages provide a strong signal for unsupervised probabilistic transduction (decipherment) for closely related language pairs. The existing decipherment models, however, are not well su…

DeciphermentMachine TranslationTranslationWord Alignment

The Impact of Syntactic and Semantic Proximity on Machine Translation with Back-Translation

2024-03-26 · Nicolas Guerin, Shane Steinert-Threlkeld, Emmanuel Chemla

Unsupervised on-the-fly back-translation, in conjunction with multilingual pretraining, is the dominant method for unsupervised neural machine translation. Theoretically, however, the method should not work in general. W…

Machine TranslationTranslationUnsupervised Machine Translation