paper-with-me

Papers

What Makes Word-level Neural Machine Translation Hard: A Case Study on English-German Translation

2016-12-01 · COLING 2016 12 · Fabian Hirschmann, Jinseok Nam, Johannes F{\"u}rnkranz

Traditional machine translation systems often require heavy feature engineering and the combination of multiple techniques for solving different subproblems. In recent years, several end-to-end learning architectures based on recurrent neural networks have been proposed. Unlike traditional systems, Neural Machine Translation (NMT) systems learn the parameters of the model and require only minimal preprocessing. Memory and time constraints allow to take only a fixed number of words into account, which leads to the out-of-vocabulary (OOV) problem. In this work, we analyze why the OOV problem arises and why it is considered a serious problem in German. We study the effectiveness of compound word splitters for alleviating the OOV problem, resulting in a 2.5+ BLEU points improvement over a baseline on the WMT{'}14 German-to-English translation task. For English-to-German translation, we use target-side compound splitting through a special syntax during training that allows the model to merge compound words and gain 0.2 BLEU points.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Feature EngineeringMachine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Understanding Pure Character-Based Neural Machine Translation: The Case of Translating Finnish into English

2020-11-06 · COLING 2020 8 · Gongbo Tang, Rico Sennrich, Joakim Nivre

Recent work has shown that deeper character-based neural machine translation (NMT) models can outperform subword-based models. However, it is still unclear what makes deeper character-based models successful. In this pap…

Machine TranslationNMTTranslation

From Words to Sentences: A Progressive Learning Approach for Zero-resource Machine Translation with Visual Pivots

2019-06-03 · Shizhe Chen, Qin Jin, Jianlong Fu

The neural machine translation model has suffered from the lack of large-scale parallel corpora. In contrast, we humans can learn multi-lingual translations even without parallel texts by referring our languages to the e…

Machine TranslationSentenceTranslationWord Translation

Measuring Machine Translation Errors in New Domains

2013-01-01 · TACL 2013 1 · Ann Irvine, John Morgan, Marine Carpuat, Hal Daum{\'e} III 외

We develop two techniques for analyzing the effect of porting a machine translation system to a new domain. One is a macro-level analysis that measures how domain shift affects corpus-level evaluation; the second is a mi…

ArticlesDomain AdaptationMachine TranslationTranslation

Combining Subword Representations into Word-level Representations in the Transformer Architecture

2020-07-01 · ACL 2020 6 · Noe Casas, Marta R. Costa-juss{\`a}, Jos{\'e} A. R. Fonollosa

In Neural Machine Translation, using word-level tokens leads to degradation in translation quality. The dominant approaches use subword-level tokens, but this increases the length of the sequences and makes it difficult …

Machine TranslationPOSTranslation

Attention Focusing for Neural Machine Translation by Bridging Source and Target Embeddings

2017-11-15 · ACL 2018 7 · Shaohui Kuang, Junhui Li, António Branco, Weihua Luo 외

In neural machine translation, a source sequence of words is encoded into a vector from which a target sequence is generated in the decoding phase. Differently from statistical machine translation, the associations betwe…

Machine TranslationSentenceTranslationWord Embeddings