探索迁移学习的极限:基于统一的文本到文本转换器

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

科林·拉费尔 Colin Raffel · Google · 2019-10-23 · arXiv:1910.10683 ↗ · 被引 26385

打开互动全文版(逐段中英对照 + 图/公式 + 论文问答)→

摘要 · Abstract

迁移学习,即模型先在数据丰富的任务上进行预训练,然后在下游任务上进行微调,已成为自然语言处理(NLP)中的一项强大技术。迁移学习的有效性催生了多种方法、方法论和实践。在本文中,我们通过引入一个统一的框架,将所有基于文本的语言问题转换为文本到文本格式,探索了 NLP 迁移学习技术的全貌。我们的系统研究比较了预训练目标、架构、无标签数据集、迁移方法以及其他因素在数十个语言理解任务上的表现。通过将我们的探索见解与规模以及我们新的“巨型清洁爬取语料库”相结合,我们在涵盖摘要、问答、文本分类等多个基准上取得了最先进的结果。为了促进未来 NLP 迁移学习的研究,我们发布了我们的数据集、预训练模型和代码。

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.

核心贡献 · Key contributions

局限 · Limitations

论文章节 · Sections(共 41)

阅读逐段中英对照全文 →