paper-with-me

Papers

Modeling Coverage for Neural Machine Translation

2016-01-19 · ACL 2016 8 · Zhaopeng Tu, Zhengdong Lu, Yang Liu, Xiaohua Liu, Hang Li

Attention mechanism has enhanced state-of-the-art Neural Machine Translation (NMT) by jointly learning to align and translate. It tends to ignore past alignment information, however, which often leads to over-translation and under-translation. To address this problem, we propose coverage-based NMT in this paper. We maintain a coverage vector to keep track of the attention history. The coverage vector is fed to the attention model to help adjust future attention, which lets NMT system to consider more about untranslated source words. Experiments show that the proposed approach significantly improves both translation quality and alignment quality over standard attention-based NMT.

📄 PDF Abstract BibTeX arXiv:1601.04811

Code (3)

tuzhaopeng/NMT-Coverage 공식 구현
ZhenYangIACAS/NMT
tuzhaopeng/nmt

Tasks

Machine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Modeling Coverage for Non-Autoregressive Neural Machine Translation

2021-04-24 · Yong Shan, Yang Feng, Chenze Shao

Non-Autoregressive Neural Machine Translation (NAT) has achieved significant inference speedup by generating all tokens simultaneously. Despite its high efficiency, NAT usually suffers from two kinds of translation error…

Machine TranslationSentenceTranslation

Coverage Embedding Models for Neural Machine Translation

2016-05-10 · EMNLP 2016 11 · Haitao Mi, Baskaran Sankaran, Zhiguo Wang, Abe Ittycheriah

In this paper, we enhance the attention-based neural machine translation (NMT) by adding explicit coverage embedding models to alleviate issues of repeating and dropping translations in NMT. For each source word, our mod…

Machine TranslationNMTTranslation

Modeling Past and Future for Neural Machine Translation

2017-11-27 · TACL 2018 1 · Zaixiang Zheng, Hao Zhou, Shu-Jian Huang, Lili Mou 외

Existing neural machine translation systems do not explicitly model what has been translated and what has not during the decoding phase. To address this problem, we propose a novel mechanism that separates the source inf…

DecoderMachine TranslationNMTTranslation

On the Language Coverage Bias for Neural Machine Translation

2021-06-07 · Findings (ACL) 2021 8 · Shuo Wang, Zhaopeng Tu, Zhixing Tan, Shuming Shi 외

Language coverage bias, which indicates the content-dependent differences between sentence pairs originating from the source and target languages, is important for neural machine translation (NMT) because the target-orig…

Data AugmentationMachine TranslationNMTSentence+1

Optimizing example selection for retrieval-augmented machine translation with translation memories

2024-05-23 · Maxime Bouthors, Josep Crego, François Yvon

Retrieval-augmented machine translation leverages examples from a translation memory by retrieving similar instances. These examples are used to condition the predictions of a neural decoder. We aim to improve the upstre…

DecoderMachine TranslationRetrievalSentence+1