CLOct 30, 2018

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

arXiv:1810.12546v11096 citations
Originality Incremental advance
AI Analysis

This work simplifies neural machine translation models for researchers and practitioners, though it appears incremental as it builds on existing gated RNNs with a new mechanism.

The authors tackled the complexity of neural machine translation by proposing a simplified recurrent network (ATR) with the smallest number of weight matrices among gated RNNs, achieving competitive performance on WMT14 English-German and English-French tasks in translation quality and speed.

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 among units of all existing gated RNNs. With the simple addition and subtraction operation, we introduce a twin-gated mechanism to build input and forget gates which are highly correlated. Despite this simplification, the essential non-linearities and capability of modeling long-distance dependencies are preserved. Additionally, the proposed ATR is more transparent than LSTM/GRU due to the simplification. Forward self-attention can be easily established in ATR, which makes the proposed network interpretable. Experiments on WMT14 translation tasks demonstrate that ATR-based neural machine translation can yield competitive performance on English- German and English-French language pairs in terms of both translation quality and speed. Further experiments on NIST Chinese-English translation, natural language inference and Chinese word segmentation verify the generality and applicability of ATR on different natural language processing tasks.

Code Implementations3 repos
Foundations

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

Your Notes