Neural Machine Translation with Joint Representation

Yanyang Li,Qiang Wang,Tong Xiao,Tongran Liu,Jingbo Zhu
DOI: https://doi.org/10.48550/arXiv.2002.06546
2020-02-18
Abstract: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 <a class="link-external link-http" href="http://point.We" rel="external noopener nofollow">this http URL</a> 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 <a class="link-external link-https" href="https://github.com/lyy1994/reformer" rel="external noopener nofollow">this https URL</a>.
Computation and Language
What problem does this paper attempt to address?