paper-with-me

Papers

MVP: Multi-task Supervised Pre-training for Natural Language Generation

2022-06-24 · Tianyi Tang, Junyi Li, Wayne Xin Zhao, Ji-Rong Wen

Pre-trained language models (PLMs) have achieved remarkable success in natural language generation (NLG) tasks. Up to now, most NLG-oriented PLMs are pre-trained in an unsupervised manner using the large-scale general corpus. In the meanwhile, an increasing number of models pre-trained with labeled data (i.e. "supervised pre-training") showcase superior performance compared to unsupervised pre-trained models. Motivated by the success of supervised pre-training, we propose Multi-task superVised Pre-training (MVP) for natural language generation. We collect a large-scale natural language generation corpus, MVPCorpus, from $77$ datasets over $11$ diverse NLG tasks. Then we unify these examples into a general text-to-text format to pre-train the text generation model MVP in a supervised manner. For each task, we further pre-train specific soft prompts to stimulate the model's capacity to perform a specific task. Our MVP model can be seen as a practice that utilizes recent instruction tuning on relatively small PLMs. Extensive experiments have demonstrated the effectiveness and generality of our MVP model in a number of NLG tasks, which achieves state-of-the-art performance on $13$ out of $17$ datasets, outperforming BART by $9.3\%$ and Flan-T5 by $5.8\%$.

📄 PDF Abstract BibTeX arXiv:2206.12131

Code (4)

huggingface/transformers 공식 구현 pytorch
rucaibox/mvp 공식 구현
pwc-1/Paper-5/tree/main/mvp mindspore
pwc-1/Paper-9/tree/main/2/mvp mindspore

Tasks

Text Generation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Exploiting Cloze Questions for Few Shot Text Classification and Natural Language Inference

2020-01-21 · Timo Schick, Hinrich Schütze

Some NLP tasks can be solved in a fully unsupervised fashion by providing a pretrained language model with "task descriptions" in natural language (e.g., Radford et al., 2019). While this approach underperforms its super…

Few-Shot Text ClassificationGeneral ClassificationLanguage ModelingLanguage Modelling+2

Exploiting Cloze-Questions for Few-Shot Text Classification and Natural Language Inference

2021-04-01 · EACL 2021 2 · Timo Schick, Hinrich Sch{\"u}tze

Some NLP tasks can be solved in a fully unsupervised fashion by providing a pretrained language model with {``}task descriptions{''} in natural language (e.g., Radford et al., 2019). While this approach underperforms its…

Few-Shot Text ClassificationLanguage ModelingLanguage ModellingNatural Language Inference+2

Virtuoso: Massive Multilingual Speech-Text Joint Semi-Supervised Learning for Text-To-Speech

2022-10-27 · Takaaki Saeki, Heiga Zen, Zhehuai Chen, Nobuyuki Morioka 외

This paper proposes Virtuoso, a massively multilingual speech-text joint semi-supervised learning framework for text-to-speech synthesis (TTS) models. Existing multilingual TTS typically supports tens of languages, which…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Speech RecognitionSpeech Synthesis+3

Simple Contrastive Representation Adversarial Learning for NLP Tasks

2021-11-26 · Deshui Miao, JiaQi Zhang, WenBo Xie, Jian Song 외

Self-supervised learning approach like contrastive learning is attached great attention in natural language processing. It uses pairs of training data augmentations to build a classification task for an encoder with well…

Contrastive LearningNatural Language UnderstandingSelf-Supervised LearningSemantic Textual Similarity+2

Improving Unsupervised Commonsense Reasoning Using Knowledge-Enabled Natural Language Inference

2021-11-01 · Findings (EMNLP) 2021 11 · Canming Huang, Weinan He, Yongmei Liu

Recent methods based on pre-trained language models have shown strong supervised performance on commonsense reasoning. However, they rely on expensive data annotation and time-consuming training. Thus, we focus on unsupe…

Natural Language InferenceTransfer LearningWinowhy