paper-with-me

Papers

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 model starts with a full coverage embedding vector to track the coverage status, and then keeps updating it with neural networks as the translation goes. Experiments on the large-scale Chinese-to-English task show that our enhanced model improves the translation quality significantly on various test sets over the strong large vocabulary NMT system.

📄 PDF Abstract BibTeX arXiv:1605.03148

Code (0)

등록된 구현이 없습니다.

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

Modeling Coverage for Neural Machine Translation

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

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…

Machine 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

Building a Translation Memory to Improve Machine Translation Coverage and Quality

2016-10-01 · AMTA 2016 10 · Duncan Gillespie, Benjamin Russell
Machine TranslationTranslation