English

Modeling Bilingual Conversational Characteristics for Neural Chat Translation

Computation and Language 2021-07-26 v1

Abstract

Neural chat translation aims to translate bilingual conversational text, which has a broad application in international exchanges and cooperation. Despite the impressive performance of sentence-level and context-aware Neural Machine Translation (NMT), there still remain challenges to translate bilingual conversational text due to its inherent characteristics such as role preference, dialogue coherence, and translation consistency. In this paper, we aim to promote the translation quality of conversational text by modeling the above properties. Specifically, we design three latent variational modules to learn the distributions of bilingual conversational characteristics. Through sampling from these learned distributions, the latent variables, tailored for role preference, dialogue coherence, and translation consistency, are incorporated into the NMT model for better translation. We evaluate our approach on the benchmark dataset BConTrasT (English-German) and a self-collected bilingual dialogue corpus, named BMELD (English-Chinese). Extensive experiments show that our approach notably boosts the performance over strong baselines by a large margin and significantly surpasses some state-of-the-art context-aware NMT models in terms of BLEU and TER. Additionally, we make the BMELD dataset publicly available for the research community.

Keywords

Cite

@article{arxiv.2107.11164,
  title  = {Modeling Bilingual Conversational Characteristics for Neural Chat Translation},
  author = {Yunlong Liang and Fandong Meng and Yufeng Chen and Jinan Xu and Jie Zhou},
  journal= {arXiv preprint arXiv:2107.11164},
  year   = {2021}
}

Comments

Accepted as a long paper at ACL 2021. Code and data are available at https://github.com/XL2248/CPCC

R2 v1 2026-06-24T04:27:34.533Z