paper-with-me

홈 › Papers

Resolving Out-of-Vocabulary Words with Bilingual Embeddings in Machine Translation

2016-08-05 · Pranava Swaroop Madhyastha, Cristina España-Bonet

Out-of-vocabulary words account for a large proportion of errors in machine translation systems, especially when the system is used on a different domain than the one where it was trained. In order to alleviate the problem, we propose to use a log-bilinear softmax-based model for vocabulary expansion, such that given an out-of-vocabulary source word, the model generates a probabilistic list of possible translations in the target language. Our model uses only word embeddings trained on significantly large unlabelled monolingual corpora and trains over a fairly small, word-to-word bilingual dictionary. We input this probabilistic list into a standard phrase-based statistical machine translation system and obtain consistent improvements in translation quality on the English-Spanish language pair. Especially, we get an improvement of 3.9 BLEU points when tested over an out-of-domain test set.

📄 PDF Abstract BibTeX arXiv:1608.01910

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslationWord Embeddings

Similar Papers 제목 키워드 기반

Improving Translation of Out Of Vocabulary Words using Bilingual Lexicon Induction in Low-Resource Machine Translation

2022-09-01 · AMTA 2022 9 · Jonas Waldendorf, Alexandra Birch, Barry Hadow, Antonio Valerio Micele Barone

Dictionary-based data augmentation techniques have been used in the field of domain adaptation to learn words that do not appear in the parallel training data of a machine translation model. These techniques strive to le…

Bilingual Lexicon InductionData AugmentationDomain AdaptationMachine Translation+3

Learning Bilingual Projections of Embeddings for Vocabulary Expansion in Machine Translation

2017-08-01 · WS 2017 8 · Pranava Swaroop Madhyastha, Cristina Espa{\~n}a-Bonet

We propose a simple log-bilinear softmax-based model to deal with vocabulary expansion in machine translation. Our model uses word embeddings trained on significantly large unlabelled monolingual corpora and learns over …

Machine TranslationRepresentation LearningTranslationTransliteration+1

Learning cross-lingual phonological and orthagraphic adaptations: a case study in improving neural machine translation between low-resource languages

2018-11-21 · Saurav Jha, Akhilesh Sudhakar, Anil Kumar Singh

Out-of-vocabulary (OOV) words can pose serious challenges for machine translation (MT) tasks, and in particular, for low-resource language (LRL) pairs, i.e., language pairs for which few or no parallel corpora exist. Our…

Machine TranslationNMTTranslation

Evaluating Sub-word Embeddings in Cross-lingual Models

2020-05-01 · LREC 2020 5 · Ali Hakimi Parizi, Paul Cook

Cross-lingual word embeddings create a shared space for embeddings in two languages, and enable knowledge to be transferred between languages for tasks such as bilingual lexicon induction. One problem, however, is out-of…

Bilingual Lexicon InductionCross-Lingual Word EmbeddingsWord Embeddings

Better OOV Translation with Bilingual Terminology Mining

2019-07-01 · ACL 2019 7 · Matthias Huck, Viktor Hangya, Alex Fraser, er

Unseen words, also called out-of-vocabulary words (OOVs), are difficult for machine translation. In neural machine translation, byte-pair encoding can be used to represent OOVs, but they are still often incorrectly trans…

Machine TranslationNMTTranslationWord Embeddings