English

Future-Guided Incremental Transformer for Simultaneous Translation

Computation and Language 2020-12-24 v1 Artificial Intelligence

Abstract

Simultaneous translation (ST) starts translations synchronously while reading source sentences, and is used in many online scenarios. The previous wait-k policy is concise and achieved good results in ST. However, wait-k policy faces two weaknesses: low training speed caused by the recalculation of hidden states and lack of future source information to guide training. For the low training speed, we propose an incremental Transformer with an average embedding layer (AEL) to accelerate the speed of calculation of the hidden states during training. For future-guided training, we propose a conventional Transformer as the teacher of the incremental Transformer, and try to invisibly embed some future information in the model through knowledge distillation. We conducted experiments on Chinese-English and German-English simultaneous translation tasks and compared with the wait-k policy to evaluate the proposed method. Our method can effectively increase the training speed by about 28 times on average at different k and implicitly embed some predictive abilities in the model, achieving better translation quality than wait-k baseline.

Keywords

Cite

@article{arxiv.2012.12465,
  title  = {Future-Guided Incremental Transformer for Simultaneous Translation},
  author = {Shaolei Zhang and Yang Feng and Liangyou Li},
  journal= {arXiv preprint arXiv:2012.12465},
  year   = {2020}
}

Comments

Accepted by AAAI 2021. 9 pages, 5 figures

R2 v1 2026-06-23T21:15:43.327Z