paper-with-me

Papers

Achieving Open Vocabulary Neural Machine Translation with Hybrid Word-Character Models

2016-04-04 · ACL 2016 8 · Minh-Thang Luong, Christopher D. Manning

Nearly all previous work on neural machine translation (NMT) has used quite restricted vocabularies, perhaps with a subsequent method to patch in unknown words. This paper presents a novel word-character solution to achieving open vocabulary NMT. We build hybrid systems that translate mostly at the word level and consult the character components for rare words. Our character-level recurrent neural networks compute source word representations and recover unknown target words when needed. The twofold advantage of such a hybrid approach is that it is much faster and easier to train than character-based ones; at the same time, it never produces unknown words as in the case of word-based models. On the WMT'15 English to Czech translation task, this hybrid approach offers an addition boost of +2.1-11.4 BLEU points over models that already handle unknown words. Our best system achieves a new state-of-the-art result with 20.7 BLEU score. We demonstrate that our character models can successfully learn to not only generate well-formed words for Czech, a highly-inflected language with a very complex vocabulary, but also build correct representations for English source words.

📄 PDF Abstract BibTeX arXiv:1604.00788

Code (3)

Waino/hnmt
lmtoan/nlp-cs224n pytorch
yurayli/stanford-cs224n-sol pytorch

Tasks

Machine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Word, Subword or Character? An Empirical Study of Granularity in Chinese-English NMT

2017-11-13 · Yining Wang, Long Zhou, Jiajun Zhang, Cheng-qing Zong

Neural machine translation (NMT), a new approach to machine translation, has been proved to outperform conventional statistical machine translation (SMT) across a variety of language pairs. Translation is an open-vocabul…

Machine TranslationNMTTranslation

IITP-MT at WAT2021: Indic-English Multilingual Neural Machine Translation using Romanized Vocabulary

2021-08-01 · ACL (WAT) 2021 8 · Ramakrishna Appicharla, Kamal Kumar Gupta, Asif Ekbal, Pushpak Bhattacharyya

This paper describes the systems submitted to WAT 2021 MultiIndicMT shared task by IITP-MT team. We submit two multilingual Neural Machine Translation (NMT) systems (Indic-to-English and English-to-Indic). We romanize al…

Machine TranslationNMTTranslation

Neural Machine Translation of Rare Words with Subword Units

2015-08-31 · ACL 2016 8 · Rico Sennrich, Barry Haddow, Alexandra Birch

Neural machine translation (NMT) models typically operate with a fixed vocabulary, but translation is an open-vocabulary problem. Previous work addresses the translation of out-of-vocabulary words by backing off to a dic…

Machine TranslationNMTSegmentationTranslation

Robust Open-Vocabulary Translation from Visual Text Representations

2021-04-16 · EMNLP 2021 11 · Elizabeth Salesky, David Etter, Matt Post

Machine translation models have discrete vocabularies and commonly use subword segmentation techniques to achieve an 'open vocabulary.' This approach relies on consistent and correct underlying unicode sequences, and mak…

Machine TranslationTranslation

A Richly Annotated, Multilingual Parallel Corpus for Hybrid Machine Translation

2012-05-01 · LREC 2012 5 · Eleftherios Avramidis, Marta R. Costa-juss{\`a}, Christian Federmann, Josef van Genabith 외

In recent years, machine translation (MT) research has focused on investigating how hybrid machine translation as well as system combination approaches can be designed so that the resulting hybrid translations show an im…

Machine TranslationTranslation