English

Language Model is a Branch Predictor for Simultaneous Machine Translation

Computation and Language 2023-12-25 v1 Artificial Intelligence

Abstract

The primary objective of simultaneous machine translation (SiMT) is to minimize latency while preserving the quality of the final translation. Drawing inspiration from CPU branch prediction techniques, we propose incorporating branch prediction techniques in SiMT tasks to reduce translation latency. Specifically, we utilize a language model as a branch predictor to predict potential branch directions, namely, future source words. Subsequently, we utilize the predicted source words to decode the output in advance. When the actual source word deviates from the predicted source word, we use the real source word to decode the output again, replacing the predicted output. To further reduce computational costs, we share the parameters of the encoder and the branch predictor, and utilize a pre-trained language model for initialization. Our proposed method can be seamlessly integrated with any SiMT model. Extensive experimental results demonstrate that our approach can improve translation quality and latency at the same time. Our code is available at https://github.com/YinAoXiong/simt_branch_predictor .

Keywords

Cite

@article{arxiv.2312.14488,
  title  = {Language Model is a Branch Predictor for Simultaneous Machine Translation},
  author = {Aoxiong Yin and Tianyun Zhong and Haoyuan Li and Siliang Tang and Zhou Zhao},
  journal= {arXiv preprint arXiv:2312.14488},
  year   = {2023}
}

Comments

Accepted by IEEE ICASSP 2024

R2 v1 2026-06-28T13:59:34.971Z