paper-with-me

홈 › Papers

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

2023-01-31 · Shayne Longpre, Le Hou, Tu Vu, Albert Webson, Hyung Won Chung, Yi Tay, Denny Zhou, Quoc V. Le, Barret Zoph, Jason Wei, Adam Roberts

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.

📄 PDF Abstract BibTeX arXiv:2301.13688

Code (1)

google-research/flan 공식 구현 tf

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Flan-T5 Flan-T5 is the instruction fine-tuned version of T5 or Text-to-Text Transfer Transformer Language Model.
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…

Similar Papers 제목 키워드 기반

The CoT Collection: Improving Zero-shot and Few-shot Learning of Language Models via Chain-of-Thought Fine-Tuning

2023-05-23 · Seungone Kim, Se June Joo, Doyoung Kim, Joel Jang 외

Language models (LMs) with less than 100B parameters are known to perform poorly on chain-of-thought (CoT) reasoning in contrast to large LMs when solving unseen tasks. In this work, we aim to equip smaller LMs with the …

Common Sense ReasoningCommon Sense Reasoning (Zero-Shot)Coreference ResolutionFew-Shot Learning+5

AMR Parsing with Instruction Fine-tuned Pre-trained Language Models

2023-04-24 · Young-suk Lee, Ramón Fernandez Astudillo, Radu Florian, Tahira Naseem 외

Instruction fine-tuned language models on a collection of instruction annotated datasets (FLAN) have shown highly effective to improve model performance and generalization to unseen tasks. However, a majority of standard…

Abstract Meaning RepresentationAMR Parsingparameter-efficient fine-tuningSemantic Role Labeling

Agent-FLAN: Designing Data and Methods of Effective Agent Tuning for Large Language Models

2024-03-19 · Zehui Chen, Kuikun Liu, Qiuchen Wang, Wenwei Zhang 외

Open-sourced Large Language Models (LLMs) have achieved great success in various NLP tasks, however, they are still far inferior to API-based models when acting as agents. How to integrate agent ability into general LLMs…

Hallucination

Flacuna: Unleashing the Problem Solving Power of Vicuna using FLAN Fine-Tuning

2023-07-05 · Deepanway Ghosal, Yew Ken Chia, Navonil Majumder, Soujanya Poria

Recently, the release of INSTRUCTEVAL has provided valuable insights into the performance of large language models (LLMs) that utilize encoder-decoder or decoder-only architecture. Interestingly, despite being introduced…

DecoderLanguage ModellingLarge Language Model

Finetuned Language Models Are Zero-Shot Learners

2021-09-03 · ICLR 2022 4 · Jason Wei, Maarten Bosma, Vincent Y. Zhao, Kelvin Guu 외

This paper explores a simple method for improving the zero-shot learning abilities of language models. We show that instruction tuning -- finetuning language models on a collection of tasks described via instructions -- …

ARCCommon Sense ReasoningCoreference ResolutionLanguage Modeling+8