paper-with-me

홈 › Papers

A GRU-Gated Attention Model for Neural Machine Translation

2017-04-27 · Biao Zhang, Deyi Xiong, Jinsong Su

Neural machine translation (NMT) heavily relies on an attention network to produce a context vector for each target word prediction. In practice, we find that context vectors for different target words are quite similar to one another and therefore are insufficient in discriminatively predicting target words. The reason for this might be that context vectors produced by the vanilla attention network are just a weighted sum of source representations that are invariant to decoder states. In this paper, we propose a novel GRU-gated attention model (GAtt) for NMT which enhances the degree of discrimination of context vectors by enabling source representations to be sensitive to the partial translation generated by the decoder. GAtt uses a gated recurrent unit (GRU) to combine two types of information: treating a source annotation vector originally produced by the bidirectional encoder as the history state while the corresponding previous decoder state as the input to the GRU. The GRU-combined information forms a new source annotation vector. In this way, we can obtain translation-sensitive source representations which are then feed into the attention network to generate discriminative context vectors. We further propose a variant that regards a source annotation vector as the current input while the previous decoder state as the history. Experiments on NIST Chinese-English translation tasks show that both GAtt-based models achieve significant improvements over the vanilla attentionbased NMT. Further analyses on attention weights and context vectors demonstrate the effectiveness of GAtt in improving the discrimination power of representations and handling the challenging issue of over-translation.

📄 PDF Abstract BibTeX arXiv:1704.08430

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine TranslationNMTTranslation

Methods 이 논문이 사용한 방법론

GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

Simplifying Neural Machine Translation with Addition-Subtraction Twin-Gated Recurrent Networks

2018-10-30 · EMNLP 2018 10 · Biao Zhang, Deyi Xiong, Jinsong Su, Qian Lin 외

In this paper, we propose an additionsubtraction twin-gated recurrent network (ATR) to simplify neural machine translation. The recurrent units of ATR are heavily simplified to have the smallest number of weight matrices…

Chinese Word SegmentationMachine TranslationNatural Language InferenceTranslation

Adaptation and Combination of NMT Systems: The KIT Translation Systems for IWSLT 2016

2016-12-01 · IWSLT 2016 12 · Eunah Cho, Jan Niehues, Thanh-Le Ha, Matthias Sperber 외

In this paper, we present the KIT systems of the IWSLT 2016 machine translation evaluation. We participated in the machine translation (MT) task as well as the spoken language language translation (SLT) track for English…

Domain AdaptationMachine TranslationNMTTranslation

Compact and Robust Models for Japanese-English Character-level Machine Translation

2019-11-01 · WS 2019 11 · Jinan Dai, Kazunori Yamaguchi

Character-level translation has been proved to be able to achieve preferable translation quality without explicit segmentation, but training a character-level model needs a lot of hardware resources. In this paper, we in…

Machine TranslationTranslation

Gated Convolutional Sequence to Sequence Based Learning for English-Hingilsh Code-Switched Machine Translation.

2021-06-01 · NAACL (CALCS) 2021 6 · Suman Dowlagar, Radhika Mamidi

Code-Switching is the embedding of linguistic units or phrases from two or more languages in a single sentence. This phenomenon is practiced in all multilingual communities and is prominent in social media. Consequently,…

DecoderMachine TranslationSentenceTranslation

Neural Machine Translation model for University Email Application

2020-07-20 · Sandhya Aneja, Siti Nur Afikah Bte Abdul Mazid, Nagender Aneja

Machine translation has many applications such as news translation, email translation, official letter translation etc. Commercial translators, e.g. Google Translation lags in regional vocabulary and are unable to learn …

DecoderMachine TranslationNMTTranslation