paper-with-me

Papers

Out-of-Order Decoding for Robust Neural Machine Translation

2018-10-23 · Anonymous

Autoregressive recurrent neural decoders that generate sequences of tokens one-by-one and left-to-right are the workhorse of modern machine translation. In this work, we propose a new decoder architecture that can generate natural language sequences in an arbitrary order. Along with generating tokens from a given vocabulary, our model additionally learns to select the optimal position for each produced token. The proposed decoder architecture is fully compatible with the seq2seq framework and can be used as a drop-in replacement of any classical decoder. We demonstrate the performance of our new decoder on the IWSLT machine translation task as well as inspect and interpret the learned decoding patterns by analyzing how the model selects new positions for each subsequent token.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine TranslationPositionTranslation

Similar Papers 제목 키워드 기반

Guiding Non-Autoregressive Neural Machine Translation Decoding with Reordering Information

2019-11-06 · Qiu Ran, Yankai Lin, Peng Li, Jie zhou

Non-autoregressive neural machine translation (NAT) generates each target word in parallel and has achieved promising inference acceleration. However, existing NAT models still have a big gap in translation quality compa…

Machine TranslationTranslation

Phrase-based Machine Translation using Multiple Preordering Candidates

2016-12-01 · COLING 2016 12 · Yusuke Oda, Taku Kudo, Tetsuji Nakagawa, Taro Watanabe

In this paper, we propose a new decoding method for phrase-based statistical machine translation which directly uses multiple preordering candidates as a graph structure. Compared with previous phrase-based decoding meth…

DecoderMachine TranslationTranslation

Smart-Start Decoding for Neural Machine Translation

2021-06-01 · NAACL 2021 4 · Jian Yang, Shuming Ma, Dongdong Zhang, Juncheng Wan 외

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, ca…

Machine TranslationTranslation

Rule-based Reordering Space in Statistical Machine Translation

2014-05-01 · LREC 2014 5 · Nicolas P{\'e}cheux, Alex Allauzen, er, Fran{\c{c}}ois Yvon

In Statistical Machine Translation (SMT), the constraints on word reorderings have a great impact on the set of potential translations that are explored. Notwithstanding computationnal issues, the reordering space of a S…

Machine TranslationTranslation

Later-stage Minimum Bayes-Risk Decoding for Neural Machine Translation

2017-04-11 · Raphael Shu, Hideki Nakayama

For extended periods of time, sequence generation models rely on beam search algorithm to generate output sequence. However, the correctness of beam search degrades when the a model is over-confident about a suboptimal p…

GPUMachine TranslationRerankingTranslation