paper-with-me

Papers

Instruction Tuning for Large Language Models: A Survey

2023-08-21 · Shengyu Zhang, Linfeng Dong, Xiaoya Li, Sen Zhang, Xiaofei Sun, Shuhe Wang, Jiwei Li, Runyi Hu, Tianwei Zhang, Fei Wu, Guoyin Wang

This paper surveys research works in the quickly advancing field of instruction tuning (IT), which can also be referred to as supervised fine-tuning (SFT)\footnote{In this paper, unless specified otherwise, supervised fine-tuning (SFT) and instruction tuning (IT) are used interchangeably.}, a crucial technique to enhance the capabilities and controllability of large language models (LLMs). Instruction tuning refers to the process of further training LLMs on a dataset consisting of \textsc{(instruction, output)} pairs in a supervised fashion, which bridges the gap between the next-word prediction objective of LLMs and the users' objective of having LLMs adhere to human instructions. In this work, we make a systematic review of the literature, including the general methodology of SFT, the construction of SFT datasets, the training of SFT models, and applications to different modalities, domains and application, along with analysis on aspects that influence the outcome of SFT (e.g., generation of instruction outputs, size of the instruction dataset, etc). We also review the potential pitfalls of SFT along with criticism against it, along with efforts pointing out current deficiencies of existing strategies and suggest some avenues for fruitful research. Project Page: github.com/xiaoya-li/Instruction-Tuning-Survey

📄 PDF Abstract BibTeX arXiv:2308.10792

Code (1)

xiaoya-li/instruction-tuning-survey 공식 구현

Tasks

Survey

Similar Papers 제목 키워드 기반

A Survey on Data Selection for LLM Instruction Tuning

2024-02-04 · Jiahao Wang, Bolin Zhang, Qianlong Du, Jiajun Zhang 외

Instruction tuning is a vital step of training large language models (LLM), so how to enhance the effect of instruction tuning has received increased attention. Existing works indicate that the quality of the dataset is …

Instruction FollowingSurvey

Towards Alignment-Centric Paradigm: A Survey of Instruction Tuning in Large Language Models

2025-08-24 · Xudong Han, Junjie Yang, Tianyang Wang, Ziqian Bi 외 arxiv

Instruction tuning is a pivotal technique for aligning large language models (LLMs) with human intentions, safety constraints, and domain-specific requirements. This survey provides a comprehensive overview of the full p…

parameter-efficient fine-tuningComputational Efficiency

A Systematic Survey on Instructional Text: From Representation Formats to Downstream NLP Tasks

2024-10-24 · Abdulfattah Safa, Tamta Kapanadze, Arda Uzunoğlu, Gözde Gül Şahin

Recent advances in large language models have demonstrated promising capabilities in following simple instructions through instruction tuning. However, real-world tasks often involve complex, multi-step instructions that…

Parameter Efficient Instruction Tuning: An Empirical Study

2024-11-25 · Pengfei He

Instruction tuning has become an important step for finetuning pretrained language models to better follow human instructions and generalize on various tasks. Nowadays, pretrained language models become increasingly larg…

Instruction FollowingMemorization

Visual Instruction Tuning towards General-Purpose Multimodal Model: A Survey

2023-12-27 · Jiaxing Huang, Jingyi Zhang, Kai Jiang, Han Qiu 외

Traditional computer vision generally solves each single task independently by a dedicated model with the task instruction implicitly designed in the model architecture, arising two limitations: (1) it leads to task-spec…

Instruction FollowingSurvey