Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

PALM: Pre-training an Autoencoding&Autoregressive Language Model for Context-conditioned Generation

About

Self-supervised pre-training, such as BERT, MASS and BART, has emerged as a powerful technique for natural language understanding and generation. Existing pre-training techniques employ autoencoding and/or autoregressive objectives to train Transformer-based models by recovering original word tokens from corrupted text with some masked tokens. The training goals of existing techniques are often inconsistent with the goals of many language generation tasks, such as generative question answering and conversational response generation, for producing new text given context. This work presents PALM with a novel scheme that jointly pre-trains an autoencoding and autoregressive language model on a large unlabeled corpus, specifically designed for generating new text conditioned on context. The new scheme alleviates the mismatch introduced by the existing denoising scheme between pre-training and fine-tuning where generation is more than reconstructing original text. An extensive set of experiments show that PALM achieves new state-of-the-art results on a variety of language generation benchmarks covering generative question answering (Rank 1 on the official MARCO leaderboard), abstractive summarization on CNN/DailyMail as well as Gigaword, question generation on SQuAD, and conversational response generation on Cornell Movie Dialogues.

Bin Bi, Chenliang Li, Chen Wu, Ming Yan, Wei Wang, Songfang Huang, Fei Huang, Luo Si• 2020

Related benchmarks

TaskDatasetResultRank
Abstractive Text SummarizationCNN/Daily Mail (test)
ROUGE-L41.41
169
Abstractive SummarizationGigaword (test)
ROUGE-139.45
58
Question GenerationSQuAD 1.1
METEOR0.2585
21
Generative Question AnsweringMsMARCO (test)
ROUGE Score0.498
18
Conversational Response GenerationCornell Movie Dialog 10K Data
Perplexity45.43
4
Conversational Response GenerationCornell Movie Dialog 110K Data
Perplexity21.98
4
Showing 6 of 6 rows

Other info

Code

Follow for update