CLSep 23, 2020

Multi-Pass Transformer for Machine Translation

arXiv:2009.11382v17 citations
Originality Incremental advance
AI Analysis

This addresses a bottleneck in neural machine translation by enabling more flexible information flow, though it appears incremental as it builds on existing transformer frameworks.

The authors tackled the problem of limited information flow in transformer architectures for machine translation by introducing a multi-pass transformer (MPT) that allows earlier layers to process information based on later layers' outputs, achieving performance surpassing a Large Transformer on En-De and En-Fr datasets.

In contrast with previous approaches where information flows only towards deeper layers of a stack, we consider a multi-pass transformer (MPT) architecture in which earlier layers are allowed to process information in light of the output of later layers. To maintain a directed acyclic graph structure, the encoder stack of a transformer is repeated along a new multi-pass dimension, keeping the parameters tied, and information is allowed to proceed unidirectionally both towards deeper layers within an encoder stack and towards any layer of subsequent stacks. We consider both soft (i.e., continuous) and hard (i.e., discrete) connections between parallel encoder stacks, relying on a neural architecture search to find the best connection pattern in the hard case. We perform an extensive ablation study of the proposed MPT architecture and compare it with other state-of-the-art transformer architectures. Surprisingly, Base Transformer equipped with MPT can surpass the performance of Large Transformer on the challenging machine translation En-De and En-Fr datasets. In the hard connection case, the optimal connection pattern found for En-De also leads to improved performance for En-Fr.

Foundations

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

Your Notes