paper-with-me

Papers

Neural Machine Translation with Recurrent Attention Modeling

2016-07-18 · EACL 2017 4 · Zichao Yang, Zhiting Hu, Yuntian Deng, Chris Dyer, Alex Smola

Knowing which words have been attended to in previous time steps while generating a translation is a rich source of information for predicting what words will be attended to in the future. We improve upon the attention model of Bahdanau et al. (2014) by explicitly modeling the relationship between previous and subsequent attention levels for each word using one recurrent network per input word. This architecture easily captures informative features, such as fertility and regularities in relative distortion. In experiments, we show our parameterization of attention improves translation quality.

📄 PDF Abstract BibTeX arXiv:1607.05108

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

Improving Attention Modeling with Implicit Distortion and Fertility for Machine Translation

2016-12-01 · COLING 2016 12 · Shi Feng, Shujie Liu, Nan Yang, Mu Li 외

In neural machine translation, the attention mechanism facilitates the translation process by producing a soft alignment between the source sentence and the target sentence. However, without dedicated distortion and fert…

DecoderMachine TranslationSentenceTranslation

Modeling Recurrence for Transformer

2019-04-05 · NAACL 2019 6 · Jie Hao, Xing Wang, Baosong Yang, Long-Yue Wang 외

Recently, the Transformer model that is based solely on attention mechanisms, has advanced the state-of-the-art on various machine translation tasks. However, recent studies reveal that the lack of recurrence hinders its…

Machine TranslationTranslation

Recurrent Graph Syntax Encoder for Neural Machine Translation

2019-08-19 · Liang Ding, DaCheng Tao

Syntax-incorporated machine translation models have been proven successful in improving the model's reasoning and meaning preservation ability. In this paper, we propose a simple yet effective graph-structured encoder, t…

Machine TranslationNMTSentenceTranslation

Deep Neural Machine Translation with Weakly-Recurrent Units

2018-05-10 · Mattia Antonino Di Gangi, Marcello Federico

Recurrent neural networks (RNNs) have represented for years the state of the art in neural machine translation. Recently, new architectures have been proposed, which can leverage parallel computation on GPUs better than …

Machine TranslationNMTTranslationvalid

The Importance of Being Recurrent for Modeling Hierarchical Structure

2018-03-09 · EMNLP 2018 10 · Ke Tran, Arianna Bisazza, Christof Monz

Recent work has shown that recurrent neural networks (RNNs) can implicitly capture and exploit hierarchical information when trained to solve common natural language processing tasks such as language modeling (Linzen et …

Language ModelingLanguage ModellingMachine TranslationTranslation