paper-with-me

홈 › Papers

Deconvolution-Based Global Decoding for Neural Machine Translation

2018-06-10 · COLING 2018 8 · Junyang Lin, Xu sun, Xuancheng Ren, Shuming Ma, Jinsong Su, Qi Su

A great proportion of sequence-to-sequence (Seq2Seq) models for Neural Machine Translation (NMT) adopt Recurrent Neural Network (RNN) to generate translation word by word following a sequential order. As the studies of linguistics have proved that language is not linear word sequence but sequence of complex structure, translation at each step should be conditioned on the whole target-side context. To tackle the problem, we propose a new NMT model that decodes the sequence with the guidance of its structural prediction of the context of the target sequence. Our model generates translation based on the structural prediction of the target-side context so that the translation can be freed from the bind of sequential order. Experimental results demonstrate that our model is more competitive compared with the state-of-the-art methods, and the analysis reflects that our model is also robust to translating sentences of different lengths and it also reduces repetition with the instruction from the target-side context for decoding.

📄 PDF Abstract BibTeX arXiv:1806.03692

Code (1)

lancopku/DeconvDec 공식 구현 pytorch

Tasks

Machine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Viterbi Decoding of Directed Acyclic Transformer for Non-Autoregressive Machine Translation

2022-10-11 · Chenze Shao, Zhengrui Ma, Yang Feng

Non-autoregressive models achieve significant decoding speedup in neural machine translation but lack the ability to capture sequential dependency. Directed Acyclic Transformer (DA-Transformer) was recently proposed to m…

Machine TranslationTranslation

Reference Network for Neural Machine Translation

2019-08-23 · ACL 2019 7 · Han Fu, Chenghao Liu, Jianling Sun

Neural Machine Translation (NMT) has achieved notable success in recent years. Such a framework usually generates translations in isolation. In contrast, human translators often refer to reference data, either rephrasing…

Machine TranslationNMTSentenceTranslation

Semi-Autoregressive Neural Machine Translation

2018-08-26 · EMNLP 2018 10 · Chunqi Wang, Ji Zhang, Haiqing Chen

Existing approaches to neural machine translation are typically autoregressive models. While these models attain state-of-the-art translation quality, they are suffering from low parallelizability and thus slow at decodi…

Machine TranslationTranslation

Neural Machine Translation with Soft Prototype

2019-12-01 · NeurIPS 2019 12 · Yiren Wang, Yingce Xia, Fei Tian, Fei Gao 외

Neural machine translation models usually use the encoder-decoder framework and generate translation from left to right (or right to left) without fully utilizing the target-side global information. A few recent approach…

DecoderMachine TranslationTranslation

Trainable Greedy Decoding for Neural Machine Translation

2017-02-08 · EMNLP 2017 9 · Jiatao Gu, Kyunghyun Cho, Victor O. K. Li

Recent research in neural machine translation has largely focused on two aspects; neural network architectures and end-to-end learning algorithms. The problem of decoding, however, has received relatively little attentio…

DecoderMachine TranslationTranslation