scispace - formally typeset
Open AccessJournal Article

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

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 ArticleDOI

Dyna-bAbI: unlocking bAbI’s potential with dynamic synthetic benchmarking

TL;DR: The authors developed Dyna-bAbI, a dynamic framework providing fine-grained control over task generation in bAbI. But their work focused on story understanding, a core competency for NLU systems.
Posted Content

Dual Reader-Parser on Hybrid Textual and Tabular Evidence for Open Domain Question Answering

TL;DR: This article proposed a hybrid framework that takes both textual and tabular evidence as input and generates either direct answers or SQL queries depending on which form could better answer the question, which can then be executed on the associated databases to obtain the final answers.
Proceedings Article

Improving Sequence-to-Sequence Pre-training via Sequence Span Rewriting.

TL;DR: This paper proposed Sequence Span Rewriting (SSR), a self-supervised task for sequence-to-sequence (Seq2Seq) pre-training, which learns to refine the machine-generated imperfect text spans into ground truth text.
Posted Content

Shades of BLEU, Flavours of Success: The Case of MultiWOZ

TL;DR: In this paper, the authors identify inconsistencies in data preprocessing and reporting of three corpus-based metrics used on this dataset, i.e., BLEU score and Inform & Success rates.
Posted Content

SQALER: Scaling Question Answering by Decoupling Multi-Hop and Logical Reasoning

TL;DR: In this paper, the authors propose an approach to multi-hop reasoning that scales linearly with the number of relation types in the graph, which is usually significantly smaller than the total number of edges or nodes.
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.