paper-with-me

Papers

Back-Translation Sampling by Targeting Difficult Words in Neural Machine Translation

2018-08-27 · EMNLP 2018 10 · Marzieh Fadaee, Christof Monz

Neural Machine Translation has achieved state-of-the-art performance for several language pairs using a combination of parallel and synthetic data. Synthetic data is often generated by back-translating sentences randomly sampled from monolingual data using a reverse translation model. While back-translation has been shown to be very effective in many cases, it is not entirely clear why. In this work, we explore different aspects of back-translation, and show that words with high prediction loss during training benefit most from the addition of synthetic data. We introduce several variations of sampling strategies targeting difficult-to-predict words using prediction losses and frequencies of words. In addition, we also target the contexts of difficult words and sample sentences that are similar in context. Experimental results for the WMT news translation task show that our method improves translation quality by up to 1.7 and 1.2 Bleu points over back-translation using random sampling for German-English and English-German, respectively.

📄 PDF Abstract BibTeX arXiv:1808.09006

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

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

Simplifying Translations for Children: Iterative Simplification Considering Age of Acquisition with LLMs

2024-08-08 · Masashi Oshika, Makoto Morishita, Tsutomu Hirao, Ryohei Sasano 외

In recent years, neural machine translation (NMT) has been widely used in everyday life. However, the current NMT lacks a mechanism to adjust the difficulty level of translations to match the user's language level. Addit…

Machine TranslationNMTSentenceTranslation

Iterative Constrained Back-Translation for Unsupervised Domain Adaptation of Machine Translation

2022-10-01 · COLING 2022 10 · Hongxiao Zhang, Hui Huang, Jiale Gao, Yufeng Chen 외

Back-translation has been proven to be effective in unsupervised domain adaptation of neural machine translation (NMT). However, the existing back-translation methods mainly improve domain adaptability by generating in-d…

Domain AdaptationMachine TranslationNMTSentence+3

Differentiable Sampling with Flexible Reference Word Order for Neural Machine Translation

2019-04-04 · NAACL 2019 6 · Weijia Xu, Xing Niu, Marine Carpuat

Despite some empirical success at correcting exposure bias in machine translation, scheduled sampling algorithms suffer from a major drawback: they incorrectly assume that words in the reference translations and in sampl…

Machine TranslationTranslation

Understanding and Bridging the Modality Gap for Speech Translation

2023-05-15 · Qingkai Fang, Yang Feng

How to achieve better end-to-end speech translation (ST) by leveraging (text) machine translation (MT) data? Among various existing techniques, multi-task learning is one of the effective ways to share knowledge between …

Machine TranslationMulti-Task LearningTranslation