AICLLGJan 31, 2023

The Flan Collection: Designing Data and Methods for Effective Instruction Tuning

DeepMind
arXiv:2301.13688v2924 citationsh-index: 122Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of optimizing instruction tuning for NLP researchers and practitioners, offering incremental improvements in efficiency and performance.

The study analyzes design decisions in instruction tuning, showing that Flan-T5 outperforms prior work by 3-17%+ across evaluations and that mixed prompt settings yield 2%+ stronger performance, while also requiring less finetuning for faster convergence.

We study the design decisions of publicly available instruction tuning methods, and break down the development of Flan 2022 (Chung et al., 2022). Through careful ablation studies on the Flan Collection of tasks and methods, we tease apart the effect of design decisions which enable Flan-T5 to outperform prior work by 3-17%+ across evaluation settings. We find task balancing and enrichment techniques are overlooked but critical to effective instruction tuning, and in particular, training with mixed prompt settings (zero-shot, few-shot, and chain-of-thought) actually yields stronger (2%+) performance in all settings. In further experiments, we show Flan-T5 requires less finetuning to converge higher and faster than T5 on single downstream tasks, motivating instruction-tuned models as more computationally-efficient starting checkpoints for new tasks. Finally, to accelerate research on instruction tuning, we make the Flan 2022 collection of datasets, templates, and methods publicly available at https://github.com/google-research/FLAN/tree/main/flan/v2.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes