paper-with-me

Papers

Smart-Start Decoding for Neural Machine Translation

2021-06-01 · NAACL 2021 4 · Jian Yang, Shuming Ma, Dongdong Zhang, Juncheng Wan, Zhoujun Li, Ming Zhou

Most current neural machine translation models adopt a monotonic decoding order of either left-to-right or right-to-left. In this work, we propose a novel method that breaks up the limitation of these decoding orders, called Smart-Start decoding. More specifically, our method first predicts a median word. It starts to decode the words on the right side of the median word and then generates words on the left. We evaluate the proposed Smart-Start decoding method on three datasets. Experimental results show that the proposed method can significantly outperform strong baseline models.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

Semi-Autoregressive Training Improves Mask-Predict Decoding

2020-01-23 · Marjan Ghazvininejad, Omer Levy, Luke Zettlemoyer

The recently proposed mask-predict decoding algorithm has narrowed the performance gap between semi-autoregressive machine translation models and the traditional left-to-right approach. We introduce a new training method…

Machine TranslationTranslation

On Search Strategies for Document-Level Neural Machine Translation

2023-06-08 · Christian Herold, Hermann Ney

Compared to sentence-level systems, document-level neural machine translation (NMT) models produce a more consistent output across a document and are able to better resolve ambiguities within the input. There are many wo…

Machine TranslationNMTSentenceTranslation

Learning to Refine Source Representations for Neural Machine Translation

2018-12-26 · Xinwei Geng, Long-Yue Wang, Xing Wang, Bing Qin 외

Neural machine translation (NMT) models generally adopt an encoder-decoder architecture for modeling the entire translation process. The encoder summarizes the representation of input sentence from scratch, which is pote…

DecoderMachine TranslationNMTReinforcement Learning+2

Iterative Refinement for Machine Translation

2016-10-20 · Roman Novak, Michael Auli, David Grangier

Existing machine translation decoding algorithms generate translations in a strictly monotonic fashion and never revisit previous decisions. As a result, earlier mistakes cannot be corrected at a later stage. In this pap…

Machine TranslationSentenceTranslation

TranSmart: A Practical Interactive Machine Translation System

2021-05-27 · Guoping Huang, Lemao Liu, Xing Wang, Longyue Wang 외

Automatic machine translation is super efficient to produce translations yet their quality is not guaranteed. This technique report introduces TranSmart, a practical human-machine interactive translation system that is a…

Machine TranslationSentenceTranslation