paper-with-me

Papers

When Scaling Meets LLM Finetuning: The Effect of Data, Model and Finetuning Method

2024-02-27 · Biao Zhang, Zhongtao Liu, Colin Cherry, Orhan Firat

While large language models (LLMs) often adopt finetuning to unlock their capabilities for downstream applications, our understanding on the inductive biases (especially the scaling properties) of different finetuning methods is still limited. To fill this gap, we conduct systematic experiments studying whether and how different scaling factors, including LLM model size, pretraining data size, new finetuning parameter size and finetuning data size, affect the finetuning performance. We consider two types of finetuning -- full-model tuning (FMT) and parameter efficient tuning (PET, including prompt tuning and LoRA), and explore their scaling behaviors in the data-limited regime where the LLM model size substantially outweighs the finetuning data size. Based on two sets of pretrained bilingual LLMs from 1B to 16B and experiments on bilingual machine translation and multilingual summarization benchmarks, we find that 1) LLM finetuning follows a powerbased multiplicative joint scaling law between finetuning data size and each other scaling factor; 2) LLM finetuning benefits more from LLM model scaling than pretraining data scaling, and PET parameter scaling is generally ineffective; and 3) the optimal finetuning method is highly task- and finetuning data-dependent. We hope our findings could shed light on understanding, selecting and developing LLM finetuning methods.

📄 PDF Abstract BibTeX arXiv:2402.17193

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Translation

Similar Papers 제목 키워드 기반

GenQA: Generating Millions of Instructions from a Handful of Prompts

2024-06-14 · Jiuhai Chen, Rifaa Qadri, Yuxin Wen, Neel Jain 외

Most public instruction finetuning datasets are relatively small compared to the closed source datasets used to train industry models. To study questions about finetuning at scale, such as curricula and learning rate coo…

Learning Rate Scaling across LoRA Ranks and Transfer to Full Finetuning

2026-02-05 · Nan Chen, Soledad Villar, Soufiane Hayou arxiv

Low-Rank Adaptation (LoRA) is a standard tool for parameter-efficient finetuning of large models. While it induces a small memory footprint, its training dynamics can be surprisingly complex as they depend on several hyp…

Reinforcement LearningImage Generation

Diffusion Language Models Can Perform Many Tasks with Scaling and Instruction-Finetuning

2023-08-23 · Jiasheng Ye, Zaixiang Zheng, Yu Bao, Lihua Qian 외

The recent surge of generative AI has been fueled by the generative power of diffusion probabilistic models and the scalable capabilities of large language models. Despite their potential, it remains elusive whether diff…

In-Context LearningLanguage ModelingLanguage ModellingMasked Language Modeling

VeRA: Vector-based Random Matrix Adaptation

2023-10-17 · Dawid J. Kopiczko, Tijmen Blankevoort, Yuki M. Asano

Low-rank adapation (LoRA) is a popular method that reduces the number of trainable parameters when finetuning large language models, but still faces acute storage challenges when scaling to even larger models or deployin…

image-classificationImage ClassificationInstruction Following

Scaling Instruction-Finetuned Language Models

2022-10-20 · Hyung Won Chung, Le Hou, Shayne Longpre, Barret Zoph 외

Finetuning language models on a collection of datasets phrased as instructions has been shown to improve model performance and generalization to unseen tasks. In this paper we explore instruction finetuning with a partic…

Coreference ResolutionCross-Lingual Question AnsweringMMLUMulti-task Language Understanding+2