CLFeb 16, 2020

Neural Machine Translation with Joint Representation

arXiv:2002.06546v28 citationsHas Code
AI Analysis

This work addresses a bottleneck in neural machine translation by improving efficiency and performance, offering a new modeling paradigm for sequence-to-sequence tasks.

The paper tackles the inefficiency of fully modeling interactions in neural machine translation by introducing Joint Representation with an efficient attention operation, resulting in Reformer models that outperform Transformer baselines by about 1 BLEU point on multiple translation tasks and achieve state-of-the-art performance with 50% fewer parameters.

Though early successes of Statistical Machine Translation (SMT) systems are attributed in part to the explicit modelling of the interaction between any two source and target units, e.g., alignment, the recent Neural Machine Translation (NMT) systems resort to the attention which partially encodes the interaction for efficiency. In this paper, we employ Joint Representation that fully accounts for each possible interaction. We sidestep the inefficiency issue by refining representations with the proposed efficient attention operation. The resulting Reformer models offer a new Sequence-to- Sequence modelling paradigm besides the Encoder-Decoder framework and outperform the Transformer baseline in either the small scale IWSLT14 German-English, English-German and IWSLT15 Vietnamese-English or the large scale NIST12 Chinese-English translation tasks by about 1 BLEU point.We also propose a systematic model scaling approach, allowing the Reformer model to beat the state-of-the-art Transformer in IWSLT14 German-English and NIST12 Chinese-English with about 50% fewer parameters. The code is publicly available at https://github.com/lyy1994/reformer.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes