EMNLP 2022finding1 citations

Guiding Neural Machine Translation with Semantic Kernels

Ping Guo, Yue Hu, Xiangpeng Wei, Yubing Ren, Yunpeng Li, Luxi Xing, Yuqiang Xie

Abstract

Machine Translation task has made great progress with the help of auto-regressive decoding paradigm and Transformer architecture. In this paradigm, though the encoder can obtain global source representations, the decoder can only use translation history to determine the current word. Previous promising works attempted to address this issue by applying a draft or a fixed-length semantic embedding as target-side global information. However, these methods either degrade model efficiency or show limitations in expressing semantics. Motivated by Functional Equivalence Theory, we extract several semantic kernels from a source sentence, each of which can express one semantic segment of the original sentence. Together, these semantic kernels can capture global semantic information, and we project them into target embedding space to guide target sentence generation. We further force our model to use semantic kernels at each decoding step through an adaptive mask algorithm. Empirical studies on various machine translation benchmarks show that our approach gains approximately an improvement of 1 BLEU score on most benchmarks over the Transformer baseline and about 1.7 times faster than previous works on average at inference time.

BibTeX
@inproceedings{guo-etal-2022-guiding,
    title = "Guiding Neural Machine Translation with Semantic Kernels",
    author = "Guo, Ping  and
      Hu, Yue  and
      Wei, Xiangpeng  and
      Ren, Yubing  and
      Li, Yunpeng  and
      Xing, Luxi  and
      Xie, Yuqiang",
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2022",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.findings-emnlp.541/",
    doi = "10.18653/v1/2022.findings-emnlp.541",
    pages = "7316--7327"
}
Guiding Neural Machine Translation with Semantic Kernels · EMNLP 2022