EMNLP 2022main4 citations

Modeling Consistency Preference via Lexical Chains for Document-level Neural Machine Translation

Xinglin Lyu, Junhui Li, Shimin Tao, Hao Yang, Ying Qin, Min Zhang

Abstract

In this paper we aim to relieve the issue of lexical translation inconsistency for document-level neural machine translation (NMT) by modeling consistency preference for lexical chains, which consist of repeated words in a source-side document and provide a representation of the lexical consistency structure of the document. Specifically, we first propose lexical-consistency attention to capture consistency context among words in the same lexical chains. Then for each lexical chain we define and learn a consistency-tailored latent variable, which will guide the translation of corresponding sentences to enhance lexical translation consistency. Experimental results on Chinese→English and French→English document-level translation tasks show that our approach not only significantly improves translation performance in BLEU, but also substantially alleviates the problem of the lexical translation inconsistency.

BibTeX
@inproceedings{lyu-etal-2022-modeling,
    title = "Modeling Consistency Preference via Lexical Chains for Document-level Neural Machine Translation",
    author = "Lyu, Xinglin  and
      Li, Junhui  and
      Tao, Shimin  and
      Yang, Hao  and
      Qin, Ying  and
      Zhang, Min",
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.emnlp-main.424/",
    doi = "10.18653/v1/2022.emnlp-main.424",
    pages = "6312--6326"
}