Neural Chat Translation (NCT) aims to translate conversational text between speakers of different languages. Despite the promising performance of sentence-level and context-aware neural machine translation models, there still remain limitations in current NCT models because the inherent dialogue characteristics of chat, such as dialogue coherence and speaker personality, are neglected. In this paper, we propose to promote the chat translation by introducing the modeling of dialogue characteristics into the NCT model. To this end, we design four auxiliary tasks including monolingual response generation, cross-lingual response generation, next utterance discrimination, and speaker identification. Together with the main chat translation task, we optimize the NCT model through the training objectives of all these tasks. By this means, the NCT model can be enhanced by capturing the inherent dialogue characteristics, thus generating more coherent and speaker-relevant translations. Comprehensive experiments on four language directions (English-German and English-Chinese) verify the effectiveness and superiority of the proposed approach.
@article{arxiv.2109.00668,
title = {Towards Making the Most of Dialogue Characteristics for Neural Chat Translation},
author = {Yunlong Liang and Chulun Zhou and Fandong Meng and Jinan Xu and Yufeng Chen and Jinsong Su and Jie Zhou},
journal= {arXiv preprint arXiv:2109.00668},
year = {2021}
}
Comments
Accepted as a long paper at EMNLP 2021 main conference. The first two authors contributed equally. Code: https://github.com/XL2248/CSA-NCT