Skip to content

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

← Back to topic

Authors: Yonghui Wu, Mike Schuster, Zhifeng Chen, Quoc V. Le, Mohammad Norouzi, Wolfgang Macherey, Maxim Krikun, et al.
Year: 2016
Journal: NAACL
DOI: 10.18653/v1/N16-1162
Publisher: https://arxiv.org/abs/1609.08144

Keywords: neural machine translation, gnmt

Abstract

We present the GNMT system a deep LSTM network with 8 encoder and 8 decoder layers using attention connections.

Cite this paper

bibtex
@misc{gnmt2016,
  title  = {Google's Neural Machine Translation System: Bridging the Gap between Human and Machine Translation},
  author = {Yonghui Wu, Mike Schuster, Zhifeng Chen, Quoc V. Le, Mohammad Norouzi, Wolfgang Macherey, Maxim Krikun, et al.},
  year   = {2016},
  journal = {NAACL},
  doi    = {10.18653/v1/N16-1162},
  url    = {https://doi.org/10.18653/v1/N16-1162},
}

Source files

Released under the MIT License.