Command Palette
Search for a command to run...
Jonas Gehring; Michael Auli; David Grangier; Denis Yarats; Yann N. Dauphin

Abstract
The prevalent approach to sequence to sequence learning maps an input sequence to a variable length output sequence via recurrent neural networks. We introduce an architecture based entirely on convolutional neural networks. Compared to recurrent models, computations over all elements can be fully parallelized during training and optimization is easier since the number of non-linearities is fixed and independent of the input length. Our use of gated linear units eases gradient propagation and we equip each decoder layer with a separate attention module. We outperform the accuracy of the deep LSTM setup of Wu et al. (2016) on both WMT'14 English-German and WMT'14 English-French translation at an order of magnitude faster speed, both on GPU and CPU.
Code Repositories
Benchmarks
| Benchmark | Methodology | Metrics |
|---|---|---|
| bangla-spelling-error-correction-on-dpcspell | ConvSeq2Seq | Exact Match Accuracy: 78.85% |
| image-classification-on-mnist | CNN Model by Som | Accuracy: 98.59 Percentage error: 1.41 |
| machine-translation-on-iwslt2015-english | ConvS2S | BLEU score: 26.73 |
| machine-translation-on-iwslt2015-german | ConvS2S | BLEU score: 32.31 |
| machine-translation-on-wmt2014-english-french | ConvS2S (ensemble) | BLEU score: 41.3 Hardware Burden: Operations per network pass: |
| machine-translation-on-wmt2014-english-french | ConvS2S | BLEU score: 40.46 Hardware Burden: 143G Operations per network pass: |
| machine-translation-on-wmt2014-english-german | ConvS2S | BLEU score: 25.16 Hardware Burden: 72G Operations per network pass: |
| machine-translation-on-wmt2014-english-german | ConvS2S (ensemble) | BLEU score: 26.4 Hardware Burden: 54G Operations per network pass: |
| machine-translation-on-wmt2016-english-1 | ConvS2S BPE40k | BLEU score: 29.9 |
Build AI with AI
From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.