English

Cross-Lingual Natural Language Generation via Pre-Training

Computation and Language 2019-11-25 v3

Abstract

In this work we focus on transferring supervision signals of natural language generation (NLG) tasks between multiple languages. We propose to pretrain the encoder and the decoder of a sequence-to-sequence model under both monolingual and cross-lingual settings. The pre-training objective encourages the model to represent different languages in the shared space, so that we can conduct zero-shot cross-lingual transfer. After the pre-training procedure, we use monolingual data to fine-tune the pre-trained model on downstream NLG tasks. Then the sequence-to-sequence model trained in a single language can be directly evaluated beyond that language (i.e., accepting multi-lingual input and producing multi-lingual output). Experimental results on question generation and abstractive summarization show that our model outperforms the machine-translation-based pipeline methods for zero-shot cross-lingual generation. Moreover, cross-lingual transfer improves NLG performance of low-resource languages by leveraging rich-resource language data. Our implementation and data are available at https://github.com/CZWin32768/xnlg.

Keywords

Cite

@article{arxiv.1909.10481,
  title  = {Cross-Lingual Natural Language Generation via Pre-Training},
  author = {Zewen Chi and Li Dong and Furu Wei and Wenhui Wang and Xian-Ling Mao and Heyan Huang},
  journal= {arXiv preprint arXiv:1909.10481},
  year   = {2019}
}

Comments

Accepted by AAAI-20

R2 v1 2026-06-23T11:23:26.773Z