paper-with-me

홈 › Papers

Widening the Representation Bottleneck in Neural Machine Translation with Lexical Shortcuts

2019-06-28 · WS 2019 8 · Denis Emelin, Ivan Titov, Rico Sennrich

The transformer is a state-of-the-art neural translation model that uses attention to iteratively refine lexical representations with information drawn from the surrounding context. Lexical features are fed into the first layer and propagated through a deep network of hidden layers. We argue that the need to represent and propagate lexical features in each layer limits the model's capacity for learning and representing other information relevant to the task. To alleviate this bottleneck, we introduce gated shortcut connections between the embedding layer and each subsequent layer within the encoder and decoder. This enables the model to access relevant lexical content dynamically, without expending limited resources on storing it within intermediate states. We show that the proposed modification yields consistent improvements over a baseline transformer on standard WMT translation tasks in 5 translation directions (0.9 BLEU on average) and reduces the amount of lexical information passed along the hidden layers. We furthermore evaluate different ways to integrate lexical connections into the transformer architecture and present ablation experiments exploring the effect of proposed shortcuts on model behavior.

📄 PDF Abstract BibTeX arXiv:1906.12284

Code (1)

demelin/transformer_lexical_shortcuts 공식 구현 tf

Tasks

DecoderMachine TranslationTranslation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Addressing the Representation Bottleneck in Neural Machine Translation with Lexical Shortcuts

2019-01-24 · Anonymous

The transformer is a state-of-the-art neural translation model that uses attention to iteratively refine lexical representations with information drawn from the surrounding context. Lexical features are fed into the firs…

DecoderMachine TranslationTranslation

Compositional Representation of Morphologically-Rich Input for Neural Machine Translation

2018-05-05 · ACL 2018 7 · Duygu Ataman, Marcello Federico

Neural machine translation (NMT) models are typically trained with fixed-size input and output vocabularies, which creates an important bottleneck on their accuracy and generalization capability. As a solution, various s…

Machine TranslationNMTTranslation

Universal Neural Machine Translation for Extremely Low Resource Languages

2018-02-15 · NAACL 2018 6 · Jiatao Gu, Hany Hassan, Jacob Devlin, Victor O. K. Li

In this paper, we propose a new universal machine translation approach focusing on languages with a limited amount of parallel data. Our proposed approach utilizes a transfer-learning approach to share lexical and senten…

Machine TranslationSentenceTransfer LearningTranslation

Lexical Resources to Enrich English Malayalam Machine Translation

2016-05-01 · LREC 2016 5 · Sreelekha. S, Pushpak Bhattacharyya

In this paper we present our work on the usage of lexical resources for the Machine Translation English and Malayalam. We describe a comparative performance between different Statistical Machine Translation (SMT) systems…

Machine TranslationTranslation

Towards Tailored Recovery of Lexical Diversity in Literary Machine Translation

2024-08-30 · Esther Ploeger, Huiyuan Lai, Rik van Noord, Antonio Toral

Machine translations are found to be lexically poorer than human translations. The loss of lexical diversity through MT poses an issue in the automatic translation of literature, where it matters not only what is written…

DiversityMachine TranslationRerankingTranslation