Chrome Extension
WeChat Mini Program
Use on ChatGLM

DOCmT5: Document-Level Pretraining of Multilingual Language Models

North American Chapter of the Association for Computational Linguistics (NAACL)(2022)CCF C

University of Washington ♠ Google Research

Cited 10|Views72
Abstract
In this paper, we introduce DOCmT5, a multilingual sequence-to-sequence language model pretrained with large scale parallel documents. While previous approaches have focused on leveraging sentence-level parallel data, we try to build a general-purpose pretrained model that can understand and generate long documents. We propose a simple and effective pretraining objective - Document reordering Machine Translation (DrMT), in which the input documents that are shuffled and masked need to be translated. DrMT brings consistent improvements over strong baselines on a variety of document-level generation tasks, including over 12 BLEU points for seen-language-pair document-level MT, over 7 BLEU points for unseen-language-pair document-level MT and over 3 ROUGE-1 points for seen-language-pair cross-lingual summarization. We achieve state-of-the-art (SOTA) on WMT20 De-En and IWSLT15 Zh-En document translation tasks. We also conduct extensive analysis on various factors for document pretraining, including (1) The effects of pretraining data quality and (2) The effects of combining mono-lingual and cross-lingual pretraining. We plan to make our model checkpoints publicly available.
More
Translated text
Key words
Neural Machine Translation,Multilingual Neural Machine Translation,Language Modeling,Syntax-based Translation Models,Machine Translation
PDF
Bibtex
AI Read Science
AI Summary
AI Summary is the key point extracted automatically understanding the full text of the paper, including the background, methods, results, conclusions, icons and other key content, so that you can get the outline of the paper at a glance.
Example
Background
Key content
Introduction
Methods
Results
Related work
Fund
Key content
  • Pretraining has recently greatly promoted the development of natural language processing (NLP)
  • We show that M6 outperforms the baselines in multimodal downstream tasks, and the large M6 with 10 parameters can reach a better performance
  • We propose a method called M6 that is able to process information of multiple modalities and perform both single-modal and cross-modal understanding and generation
  • The model is scaled to large model with 10 billion parameters with sophisticated deployment, and the 10 -parameter M6-large is the largest pretrained model in Chinese
  • Experimental results show that our proposed M6 outperforms the baseline in a number of downstream tasks concerning both single modality and multiple modalities We will continue the pretraining of extremely large models by increasing data to explore the limit of its performance
Try using models to generate summary,it takes about 60s
Must-Reading Tree
Example
Generate MRT to find the research sequence of this paper
Data Disclaimer
The page data are from open Internet sources, cooperative publishers and automatic analysis results through AI technology. We do not make any commitments and guarantees for the validity, accuracy, correctness, reliability, completeness and timeliness of the page data. If you have any questions, please contact us by email: report@aminer.cn
Chat Paper

要点】:本文介绍了DOCmT5,一种基于大规模平行文档预训练的多语言序列到序列语言模型,通过文档重排机器翻译(DrMT)目标,实现了在文档级生成任务上的显著性能提升,达到多项任务的最佳效果。

方法】:作者提出了一种新的预训练目标——文档重排机器翻译(DrMT),该方法通过对输入文档进行随机打乱和遮蔽,然后进行翻译,从而训练模型理解和生成长文档。

实验】:本研究在多个任务上进行了实验,使用的数据集包括WMT20 De-En和IWSLT15 Zh-En文档翻译任务,结果显示,DOCmT5模型在已见语言对文档级翻译任务上提高了超过12 BLEU点,在未见语言对文档级翻译任务上提高了超过7 BLEU点,在已见语言对跨语言摘要任务上提高了超过3 ROUGE-1点,并在相关任务上达到了当前最佳性能(SOTA)。