English

Directed Acyclic Transformer for Non-Autoregressive Machine Translation

Computation and Language 2022-05-17 v1

Abstract

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.

Cite

@article{arxiv.2205.07459,
  title  = {Directed Acyclic Transformer for Non-Autoregressive Machine Translation},
  author = {Fei Huang and Hao Zhou and Yang Liu and Hang Li and Minlie Huang},
  journal= {arXiv preprint arXiv:2205.07459},
  year   = {2022}
}

Comments

accepted at ICML2022

R2 v1 2026-06-24T11:18:07.156Z