scispace - formally typeset
Open AccessJournal Article

Exploring the Limits of Transfer Learning with a Unified Text-to-Text Transformer

Reads0
Chats0
TLDR
This article introduced a unified framework that converts all text-based language problems into a text-to-text format and compared pre-training objectives, architectures, unlabeled data sets, transfer approaches, and other factors on dozens of language understanding tasks.
Abstract
Transfer learning, where a model is first pre-trained on a data-rich task before being fine-tuned on a downstream task, has emerged as a powerful technique in natural language processing (NLP). The effectiveness of transfer learning has given rise to a diversity of approaches, methodology, and practice. In this paper, we explore the landscape of transfer learning techniques for NLP by introducing a unified framework that converts all text-based language problems into a text-to-text format. Our systematic study compares pre-training objectives, architectures, unlabeled data sets, transfer approaches, and other factors on dozens of language understanding tasks. By combining the insights from our exploration with scale and our new ``Colossal Clean Crawled Corpus'', we achieve state-of-the-art results on many benchmarks covering summarization, question answering, text classification, and more. To facilitate future work on transfer learning for NLP, we release our data set, pre-trained models, and code.

read more

Content maybe subject to copyright    Report

Citations
More filters
Posted Content

Does Pretraining for Summarization Require Knowledge Transfer

TL;DR: This article showed that pretraining on documents consisting of character n-grams selected at random can nearly match the performance of models pretrained on real corpora, leaving open the possibility of a small role for knowledge transfer.
Posted Content

HRFormer: High-Resolution Transformer for Dense Prediction

TL;DR: In this paper, a high-resolution convolutional transformer (HRformer) was proposed for dense prediction tasks, which takes advantage of the multi-resolution parallel design introduced in HRNet, along with local-window self-attention for improving the computation efficiency.
Posted Content

RefSum: Refactoring Neural Summarization.

TL;DR: This article presented a new framework Refactor that provides a unified view of text summarization and summaries combination and achieved state-of-the-art results on CNN/DailyMail dataset.
Posted Content

Can Generative Pre-trained Language Models Serve as Knowledge Bases for Closed-book QA?.

TL;DR: This article constructed a new dataset of closed-book QA using SQuAD, and investigated the performance of BART and found that it is challenging for BART to remember training facts in high precision, and also challenging to answer closed book questions even if relevant knowledge is retained.
Related Papers (5)
Trending Questions (1)
What are the limitations of transfer learning with a unified text-to-text transformer?

The paper does not mention the limitations of transfer learning with a unified text-to-text transformer.