paper-with-me

Papers

Enhanced Neural Machine Translation by Learning from Draft

2017-10-04 · Aodong Li, Shiyue Zhang, Dong Wang, Thomas Fang Zheng

Neural machine translation (NMT) has recently achieved impressive results. A potential problem of the existing NMT algorithm, however, is that the decoding is conducted from left to right, without considering the right context. This paper proposes an two-stage approach to solve the problem. In the first stage, a conventional attention-based NMT system is used to produce a draft translation, and in the second stage, a novel double-attention NMT system is used to refine the translation, by looking at the original input as well as the draft translation. This drafting-and-refinement can obtain the right-context information from the draft, hence producing more consistent translations. We evaluated this approach using two Chinese-English translation tasks, one with 44k pairs and 1M pairs respectively. The experiments showed that our approach achieved positive improvements over the conventional NMT system: the improvements are 2.4 and 0.9 BLEU points on the small-scale and large-scale tasks, respectively.

📄 PDF Abstract BibTeX arXiv:1710.01789

Code (2)

aodongli/LearningFromDraft tf
aodongli/Learning_from_draft tf

Tasks

Machine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Testing the Deliteralization Hypothesis in Human and Machine Translation

2026-05-25 · Malik Marmonier, Rachel Bawden, Benoît Sagot arxiv

The recent shift from dedicated NMT systems to general-purpose LLMs has reshaped machine translation, with LLMs reported to produce more fluent, less literal output than their predecessors. We test whether this shift ext…

Machine Translation

Multi-Hop Transformer for Document-Level Machine Translation

2021-06-01 · NAACL 2021 4 · Long Zhang, Tong Zhang, Haibo Zhang, Baosong Yang 외

Document-level neural machine translation (NMT) has proven to be of profound value for its effectiveness on capturing contextual information. Nevertheless, existing approaches 1) simply introduce the representations of c…

Document Level Machine TranslationDocument TranslationMachine TranslationNMT+2

Neural Machine Translation

2017-09-22 · Philipp Koehn

Draft of textbook chapter on neural machine translation. a comprehensive treatment of the topic, ranging from introduction to neural networks, computation graphs, description of the currently dominant attentional sequenc…

Machine TranslationTranslation

Self-Speculative Biased Decoding for Faster Re-Translation

2025-09-26 · Linxiao Zeng, Haoyun Deng, Kangyuan Shu, Shizhen Wang arxiv

Large language models achieve strong machine translation quality but incur high inference cost and latency, posing challenges for simultaneous translation. Re-translation provides a practical solution for off-the-shelf L…

Machine Translation

Reasoning about In-Context Samples for Machine-Translation

2026-08-27 · Maxime Bouthors, Josep Crego, François Yvon arxiv

Large Language Models (LLMs) can be trained to perform chain-of-thoughts reasoning in order to improve the reliability of their responses. In this work, we investigate how explicit reasoning can be leveraged for LLM-Base…

Machine Translation