paper-with-me

Papers

Asynchronous Bidirectional Decoding for Neural Machine Translation

2018-01-16 · Xiangwen Zhang, Jinsong Su, Yue Qin, Yang Liu, Rongrong Ji, Hongji Wang

The dominant neural machine translation (NMT) models apply unified attentional encoder-decoder neural networks for translation. Traditionally, the NMT decoders adopt recurrent neural networks (RNNs) to perform translation in a left-toright manner, leaving the target-side contexts generated from right to left unexploited during translation. In this paper, we equip the conventional attentional encoder-decoder NMT framework with a backward decoder, in order to explore bidirectional decoding for NMT. Attending to the hidden state sequence produced by the encoder, our backward decoder first learns to generate the target-side hidden state sequence from right to left. Then, the forward decoder performs translation in the forward direction, while in each translation prediction timestep, it simultaneously applies two attention models to consider the source-side and reverse target-side hidden states, respectively. With this new architecture, our model is able to fully exploit source- and target-side contexts to improve translation quality altogether. Experimental results on NIST Chinese-English and WMT English-German translation tasks demonstrate that our model achieves substantial improvements over the conventional NMT by 3.14 and 1.38 BLEU points, respectively. The source code of this work can be obtained from https://github.com/DeepLearnXMU/ABDNMT.

📄 PDF Abstract BibTeX arXiv:1801.05122

Code (2)

DeepLearnXMU/ABD-NMT 공식 구현
ManzoorElahi/organic-chemistry-reaction-prediction-using-NMT

Tasks

DecoderMachine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Asynchronous and Segmented Bidirectional Encoding for NMT

2024-02-19 · Jingpu Yang, Zehua Han, Mengyu Xiang, Helin Wang 외

With the rapid advancement of Neural Machine Translation (NMT), enhancing translation efficiency and quality has become a focal point of research. Despite the commendable performance of general models such as the Transfo…

Machine TranslationNMTSentenceTranslation

Synchronous Bidirectional Neural Machine Translation

2019-05-13 · TACL 2019 3 · Long Zhou, Jiajun Zhang, Cheng-qing Zong

Existing approaches to neural machine translation (NMT) generate the target language sequence token by token from left to right. However, this kind of unidirectional decoding framework cannot make full use of the target-…

Machine TranslationNMTTranslation

Improving Bidirectional Decoding with Dynamic Target Semantics in Neural Machine Translation

2019-11-05 · Yong Shan, Yang Feng, Jinchao Zhang, Fandong Meng 외

Generally, Neural Machine Translation models generate target words in a left-to-right (L2R) manner and fail to exploit any future (right) semantics information, which usually produces an unbalanced translation. Recent wo…

DecoderMachine TranslationTranslation

Two-Way Neural Machine Translation: A Proof of Concept for Bidirectional Translation Modeling using a Two-Dimensional Grid

2020-11-24 · Parnia Bahar, Christopher Brix, Hermann Ney

Neural translation models have proven to be effective in capturing sufficient information from a source sentence and generating a high-quality target sentence. However, it is not easy to get the best effect for bidirecti…

Machine TranslationSentenceTranslationVocal Bursts Valence Prediction

Towards Decoding as Continuous Optimization in Neural Machine Translation

2017-01-11 · Cong Duy Vu Hoang, Gholamreza Haffari, Trevor Cohn

We propose a novel decoding approach for neural machine translation (NMT) based on continuous optimisation. We convert decoding - basically a discrete optimization problem - into a continuous optimization problem. The re…

Machine TranslationNMTRerankingTranslation