Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Directed Acyclic Transformer for Non-Autoregressive Machine Translation

About

Non-autoregressive Transformers (NATs) significantly reduce the decoding latency by generating all tokens in parallel. However, such independent predictions prevent NATs from capturing the dependencies between the tokens for generating multiple possible translations. In this paper, we propose Directed Acyclic Transfomer (DA-Transformer), which represents the hidden states in a Directed Acyclic Graph (DAG), where each path of the DAG corresponds to a specific translation. The whole DAG simultaneously captures multiple translations and facilitates fast predictions in a non-autoregressive fashion. Experiments on the raw training data of WMT benchmark show that DA-Transformer substantially outperforms previous NATs by about 3 BLEU on average, which is the first NAT model that achieves competitive results with autoregressive Transformers without relying on knowledge distillation.

Fei Huang, Hao Zhou, Yang Liu, Hang Li, Minlie Huang• 2022

Related benchmarks

TaskDatasetResultRank
Machine TranslationWMT En-De 2014 (test)
BLEU27.3
379
Machine TranslationWMT De-En 14 (test)
BLEU31.3
59
Showing 2 of 2 rows

Other info

Follow for update