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
Proceedings Article

Contrastive Learning with Adversarial Perturbations for Conditional Text Generation

TL;DR: This article proposed to generate hard negative and hard positive examples to guide the model to better distinguish correct outputs from incorrect ones, which significantly improves the generalization of the seq2seq model.
Proceedings ArticleDOI

Towards building a Robust Industry-scale Question Answering System.

TL;DR: The development of a production model called GAAMA (Go Ahead Ask Me Anything) which consists of Attention-over-Attention, diversity among attention heads, hierarchical transfer learning, and synthetic data augmentation while being computationally inexpensive is introduced.
Posted Content

Efficient Retrieval Augmented Generation from Unstructured Knowledge for Task-Oriented Dialog.

TL;DR: In this article, the task of generating responses to user turns in a task-oriented dialog that require knowledge from unstructured documents is divided into three subtasks: detection, selection and generation.
Posted Content

Semantics Altering Modifications for Evaluating Comprehension in Machine Reading

TL;DR: Whether state-of-the-art MRC models are able to correctly process Semantics Altering Modifications (SAM), linguistically-motivated phenomena that alter the semantics of a sentence while preserving most of its lexical surface form, is investigated.
Posted Content

Funnel-Transformer: Filtering out Sequential Redundancy for Efficient Language Processing

TL;DR: In this paper, the authors propose a truncated version of the standard Transformer, which gradually compresses the sequence of hidden states to a shorter one and hence reduces the computation cost.
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.