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

Unified Language Model Pre-training for Natural Language Understanding and Generation

About

This paper presents a new Unified pre-trained Language Model (UniLM) that can be fine-tuned for both natural language understanding and generation tasks. The model is pre-trained using three types of language modeling tasks: unidirectional, bidirectional, and sequence-to-sequence prediction. The unified modeling is achieved by employing a shared Transformer network and utilizing specific self-attention masks to control what context the prediction conditions on. UniLM compares favorably with BERT on the GLUE benchmark, and the SQuAD 2.0 and CoQA question answering tasks. Moreover, UniLM achieves new state-of-the-art results on five natural language generation datasets, including improving the CNN/DailyMail abstractive summarization ROUGE-L to 40.51 (2.04 absolute improvement), the Gigaword abstractive summarization ROUGE-L to 35.75 (0.86 absolute improvement), the CoQA generative question answering F1 score to 82.5 (37.1 absolute improvement), the SQuAD question generation BLEU-4 to 22.12 (3.75 absolute improvement), and the DSTC7 document-grounded dialog response generation NIST-4 to 2.67 (human performance is 2.65). The code and pre-trained models are available at https://github.com/microsoft/unilm.

Li Dong, Nan Yang, Wenhui Wang, Furu Wei, Xiaodong Liu, Yu Wang, Jianfeng Gao, Ming Zhou, Hsiao-Wuen Hon• 2019

Related benchmarks

TaskDatasetResultRank
Natural Language UnderstandingGLUE
SST-294.5
452
Question AnsweringSQuAD 2.0
F183.4
190
Abstractive Text SummarizationCNN/Daily Mail (test)
ROUGE-L40.51
169
Natural Language UnderstandingSuperGLUE (dev)
Average Score74.1
91
Dialogue State TrackingMultiWOZ 2.1 (test)
Joint Goal Accuracy54.25
85
Dialogue State TrackingMultiWOZ 2.2 (test)
Joint Goal Accuracy54.25
80
SummarizationCNN Daily Mail
ROUGE-143.33
67
Abstractive SummarizationGigaword (test)
ROUGE-138.45
58
Abstractive dialogue summarizationSamSum (test)
ROUGE-L46.67
53
Abstractive SummarizationCNN/Daily Mail non-anonymous (test)
ROUGE-143.08
52
Showing 10 of 49 rows

Other info

Code

Follow for update