Highlight

Google's Neural Machine Translation System: Bridging the Gap between Human and Machine Translation

Presents GNMT, Google's deep LSTM neural machine translation system with attention, wordpieces, and low-precision inference for production use.

Based on

Google's Neural Machine Translation System: Bridging the Gap between Human and Machine Translation

By Yonghui Wu, M. Schuster, Z. Chen et al.arXiv.org
Read original article →

The paper presents GNMT, Google's Neural Machine Translation system, designed to make end-to-end NMT accurate and fast enough for practical deployment despite NMT's high training and inference cost and its difficulty with rare words. The model is a deep LSTM network with 8 encoder and 8 decoder layers using attention and residual connections, and the attention mechanism connects the bottom decoder layer to the top encoder layer to improve parallelism and reduce training time. To handle rare words, GNMT divides words into a limited set of sub-word 'wordpieces' for both input and output.

For deployment, GNMT accelerates inference with low-precision arithmetic and uses a beam search with length normalization and a coverage penalty to encourage outputs that cover the entire source sentence. On the WMT'14 English-to-French and English-to-German benchmarks it achieves results competitive with the state of the art, and in a human side-by-side evaluation on isolated simple sentences it reduces translation errors by an average of 60% relative to Google's phrase-based production system, indicating NMT was ready for real-world service.

Abstract

Neural machine translation (NMT) enables end-to-end translation but is costly to train and run and handles rare words poorly. GNMT uses a deep LSTM with 8 encoder and 8 decoder layers plus attention and residual connections, wiring the decoder's bottom layer to the encoder's top layer for parallelism. It uses low-precision inference for speed, sub-word 'wordpieces' for rare words, and length-normalized beam search with a coverage penalty. On WMT'14 benchmarks it rivals the state of the art, and human evaluation shows 60% fewer errors than Google's phrase-based system.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

neural machine translationLSTMattentionwordpiece tokenizationbeam search
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.