ACL 2024long1 citations

Context Consistency between Training and Inference in Simultaneous Machine Translation

Meizhi Zhong, Lemao Liu, Kehai Chen, Mingming Yang, Min Zhang

Abstract

Simultaneous Machine Translation (SiMT) aims to yield a real-time partial translation with a monotonically growing source-side context.However, there is a counterintuitive phenomenon about the context usage between training and inference: *e.g.*, in wait-k inference, model consistently trained with wait-k is much worse than that model inconsistently trained with wait-k' (k'≠ k) in terms of translation quality. To this end, we first investigate the underlying reasons behind this phenomenon and uncover the following two factors: 1) the limited correlation between translation quality and training loss; 2) exposure bias between training and inference. Based on both reasons, we then propose an effective training approach called context consistency training accordingly, which encourages consistent context usage between training and inference by optimizing translation quality and latency as bi-objectives and exposing the predictions to the model during the training. The experiments on three language pairs demonstrate that our SiMT system encouraging context consistency outperforms existing SiMT systems with context inconsistency for the first time.

BibTeX
@inproceedings{zhong-etal-2024-context,
    title = "Context Consistency between Training and Inference in Simultaneous Machine Translation",
    author = "Zhong, Meizhi  and
      Liu, Lemao  and
      Chen, Kehai  and
      Yang, Mingming  and
      Zhang, Min",
    editor = "Ku, Lun-Wei  and
      Martins, Andre  and
      Srikumar, Vivek",
    booktitle = "Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = aug,
    year = "2024",
    address = "Bangkok, Thailand",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.acl-long.727/",
    doi = "10.18653/v1/2024.acl-long.727",
    pages = "13465--13476"
}