Google Translate Boasts Near-Human Accuracy Levels With New Neural Network-Powered System

Google Translate turned 10 years old this year, and today the company announced the Google Neural Machine Translation system (GNMT), which utilizes “state-of-the-art” neural network training techniques to break the record for machine translation quality.

Phrase-Based Machine Translation (PBMT)

Ten years ago, Google started by using “Phrase Based Machine Translation” (PBMT) as the key algorithm that the company used for state-of-the-art (at the time) machine translation. However, since then, there have been major advances in machine intelligence, and Google has kept improving its techniques.

Neural Machine Translation (NMT)

A few years ago, Google started using Recurrent Neural Networks (RNNs) to learn the mapping between an input sentence (the sentence to be translated in another language) and an output sentence (the translated sentence).

Unlike the PBMT method, which breaks the input sentence into multiple phrases and then translates them independently of each other, the Neural Machine Translation (NMT) method works with the whole input sentence.

When NMT was first used, it showed similar accuracy to the PBMT method on small data sets. The big advantage was that the NMT method significantly simplified the translation system, requiring fewer engineering design choices. However, neural network-based techniques need significantly more processing power, and Google couldn’t use the NMT system in production for large data sets.

Google Neural Machine Translation (GNMT)

Google’s new paper, titled "Google’s Neural Machine Translation System: Bridging the Gap between Human and Machine Translation," describes how the company was able to overcome the many challenges required to make NMT work on large data sets. It also talks about how Google built a system that was fast enough to be used in Google Translate in production.

Google said that it's new technique is not only faster and more efficient, but it also achieves almost human levels of performance for translations. The company said that it reduced the translation errors by 55-85% for several language pairs, when rated by bilingual human translators.

How GNMT Works

Google showed the process for how its new GNMT technique works in one example, which consisted of translating a Chinese sentence to English. The method encodes the Chinese words as vectors, where each vector represents the meaning of all the words read so far.

When the entire sentence is read, the decoder begins, generating one English word at a time. Each vector is given a different “weight” in the translation process, and the ones that are found to be most relevant are the ones to be decoded.

Google Translate's Chinese To English Now Uses GNMT 100%

Google said that all Chinese to English translations - about 18 million translations per day - are now using the new GNMT system. The company said this was made possible by using its open sourced Tensorflow neural network framework and its custom TPU chip. The TPUs, which promise an order of magnitude higher efficiency compared to GPUs, seem to also have enough performance to handle such large data sets.

Google noted that the new GNMT system is still far from achieving perfect translation, and it can still make errors a human would never make. For instance, it can completely drop some words, or mistranslate proper names or rare words. It may also still translate words in isolation rather than in the context of the sentence, despite the fact that the systemnow takes the whole sentence into account when translating it.

Chinese to English is just one of the more than 10,000 language pairs that Google Translate supports, and the company said it will work on supporting as many of them as possible over the coming months.

Lucian Armasu
Lucian Armasu is a Contributing Writer for Tom's Hardware US. He covers software news and the issues surrounding privacy and security.
  • Christopher1
    For most languages. Japanese it still barfs on big time.
    Reply
  • omegashock
    Chinese to English is STILL horrifyingly bad. That graph is COMPLETELY misleading.
    Reply
  • I can see this work well on perfect sentences, but...

    "duzzit wurk wiz dis kinda text too? Prolly not, huh?"

    The reason why humans do better translations: they actually understand what they're reading.


    PS: I just copy-pasted this entire comment into Google Translate. Either they still aren't using that fancy new GNMT tech, or their definition of "near-human accuracy" is extremely arbitrary.

    Broken English aside, the English -> French translation wasn't too bad, but nowhere close to human translation quality.
    Reply
  • WyomingKnott
    How can they determine the accuracy of human translation at less than 100%? Who compares the original to the result?

    Or do they translate A to B and then have another human translate back, and check against the original?
    Reply
  • tamalero
    For most languages. Japanese it still barfs on big time.
    Exactly what I was going to say.
    Reply
  • alidan
    18658543 said:
    How can they determine the accuracy of human translation at less than 100%? Who compares the original to the result?

    Or do they translate A to B and then have another human translate back, and check against the original?

    Not sure how they do it, but I would get someone who I able to fluently speak 2 languages, have them read and understand both texts, and rate how much they though was lost in the translation.
    Reply
  • OneFai
    It is still really bad. I just tried to translate "Coming back home around Chinese new year". It got translated into "Return home everywhere (possessive) China new year".

    How's that good?
    Reply
  • Brian_R170
    My wife is a professional freelance translator. She is frequently hired to edit and proofread machine translations from Google translate. I don't know what kind of scale they are using to rate the quality of their translations, but is sure looks misleading. The only time their translations are reasonable is when the source text kindergarten-level reading material.
    Reply
  • Sarah89
    That's too good to be true! Google translate works but works well only with a few languages. It works awfully with Dutch. Personally, I keep the connection with a translation service: https://www.translateshark.com/dutch.html It helps me with the foreign e-mails, that Google translate not clear.
    I don't observe the changes in translation to Dutch now but I'll use Google if they really change the translation system.
    Reply