MASS: Masked Sequence to Sequence Pre-training for Language Generation
Kaitao Song, Xu Tan, Tao Qin, Jianfeng Lu, Tie-Yan Liu

TL;DR
MASS introduces a masked sequence-to-sequence pre-training method that enhances language generation tasks by jointly training encoder and decoder, leading to state-of-the-art results in unsupervised translation and other NLP tasks.
Contribution
The paper proposes MASS, a novel pre-training approach for encoder-decoder models that improves language generation performance across multiple low-resource tasks.
Findings
Achieves state-of-the-art BLEU score of 37.5 on unsupervised English-French translation.
Significantly outperforms baselines in neural machine translation, text summarization, and conversational response generation.
Demonstrates the effectiveness of masked sequence prediction for pre-training encoder-decoder architectures.
Abstract
Pre-training and fine-tuning, e.g., BERT, have achieved great success in language understanding by transferring knowledge from rich-resource pre-training task to the low/zero-resource downstream tasks. Inspired by the success of BERT, we propose MAsked Sequence to Sequence pre-training (MASS) for the encoder-decoder based language generation tasks. MASS adopts the encoder-decoder framework to reconstruct a sentence fragment given the remaining part of the sentence: its encoder takes a sentence with randomly masked fragment (several consecutive tokens) as input, and its decoder tries to predict this masked fragment. In this way, MASS can jointly train the encoder and decoder to develop the capability of representation extraction and language modeling. By further fine-tuning on a variety of zero/low-resource language generation tasks, including neural machine translation, text…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Text Readability and Simplification
MethodsLinear Layer · Weight Decay · Residual Connection · Adam · Layer Normalization · Softmax · Attention Is All You Need · Dropout · Refunds@Expedia|||How do I get a full refund from Expedia? · Multi-Head Attention
