paper-with-me

Papers

Active Instruction Tuning: Improving Cross-Task Generalization by Training on Prompt Sensitive Tasks

2023-11-01 · Po-Nien Kung, Fan Yin, Di wu, Kai-Wei Chang, Nanyun Peng

Instruction tuning (IT) achieves impressive zero-shot generalization results by training large language models (LLMs) on a massive amount of diverse tasks with instructions. However, how to select new tasks to improve the performance and generalizability of IT models remains an open question. Training on all existing tasks is impractical due to prohibiting computation requirements, and randomly selecting tasks can lead to suboptimal performance. In this work, we propose active instruction tuning based on prompt uncertainty, a novel framework to identify informative tasks, and then actively tune the models on the selected tasks. We represent the informativeness of new tasks with the disagreement of the current model outputs over perturbed prompts. Our experiments on NIV2 and Self-Instruct datasets demonstrate that our method consistently outperforms other baseline strategies for task selection, achieving better out-of-distribution generalization with fewer training tasks. Additionally, we introduce a task map that categorizes and diagnoses tasks based on prompt uncertainty and prediction probability. We discover that training on ambiguous (prompt-uncertain) tasks improves generalization while training on difficult (prompt-certain and low-probability) tasks offers no benefit, underscoring the importance of task selection for instruction tuning.

📄 PDF Abstract BibTeX arXiv:2311.00288

Code (1)

pluslabnlp/active-it 공식 구현 pytorch

Tasks

InformativenessOut-of-Distribution GeneralizationZero-shot Generalization

Similar Papers 제목 키워드 기반

Differentiable Instruction Optimization for Cross-Task Generalization

2023-06-16 · Masaru Isonuma, Junichiro Mori, Ichiro Sakata

Instruction tuning has been attracting much attention to achieve generalization ability across a wide variety of tasks. Although various types of instructions have been manually created for instruction tuning, it is stil…

Bilevel OptimizationDiversity

Deep Exploration of Cross-Lingual Zero-Shot Generalization in Instruction Tuning

2024-06-13 · Janghoon Han, Changho Lee, Joongbo Shin, Stanley Jungkyu Choi 외

Instruction tuning has emerged as a powerful technique, significantly boosting zero-shot performance on unseen tasks. While recent work has explored cross-lingual generalization by applying instruction tuning to multilin…

Zero-shot Generalization

WaveCoder: Widespread And Versatile Enhancement For Code Large Language Models By Instruction Tuning

2023-12-20 · Zhaojian Yu, Xin Zhang, Ning Shang, Yangyu Huang 외

Recent work demonstrates that, after instruction tuning, Code Large Language Models (Code LLMs) can obtain impressive capabilities to address a wide range of code-related tasks. However, current instruction tuning method…

Code Generation

InstructDial: Improving Zero and Few-shot Generalization in Dialogue through Instruction Tuning

2022-05-25 · Prakhar Gupta, Cathy Jiao, Yi-Ting Yeh, Shikib Mehri 외

Instruction tuning is an emergent paradigm in NLP wherein natural language instructions are leveraged with language models to induce zero-shot performance on unseen tasks. Instructions have been shown to enable good perf…

Dialogue EvaluationDialogue GenerationIntent DetectionNatural Language Understanding+2

MIMIC-IT: Multi-Modal In-Context Instruction Tuning

2023-06-08 · Bo Li, Yuanhan Zhang, Liangyu Chen, Jinghao Wang 외

High-quality instructions and responses are essential for the zero-shot performance of large language models on interactive natural language tasks. For interactive vision-language tasks involving intricate visual scenes,…

In-Context LearningVisual Question Answering