CLMar 11, 2017

Massive Exploration of Neural Machine Translation Architectures

arXiv:1703.03906v2543 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the high computational cost of NMT training for researchers and practitioners, offering incremental improvements through systematic exploration.

The paper tackled the problem of expensive training in Neural Machine Translation (NMT) by conducting a large-scale hyperparameter analysis, reporting results from over 250,000 GPU hours on the WMT English to German task to provide novel insights and practical advice.

Neural Machine Translation (NMT) has shown remarkable progress over the past few years with production systems now being deployed to end-users. One major drawback of current architectures is that they are expensive to train, typically requiring days to weeks of GPU time to converge. This makes exhaustive hyperparameter search, as is commonly done with other neural network architectures, prohibitively expensive. In this work, we present the first large-scale analysis of NMT architecture hyperparameters. We report empirical results and variance numbers for several hundred experimental runs, corresponding to over 250,000 GPU hours on the standard WMT English to German translation task. Our experiments lead to novel insights and practical advice for building and extending NMT architectures. As part of this contribution, we release an open-source NMT framework that enables researchers to easily experiment with novel techniques and reproduce state of the art results.

Code Implementations12 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

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

Your Notes