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

Biao Zhang, Zhongtao Liu, Colin Cherry, Orhan Firat

arXiv:2402.17193 · 2026-07-27 공개 · arXiv · PDF

llm scaling-laws lora machine-translation prompt-tuning model-size data-scaling finetuning

Abstract

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.

한국어 요약

한 줄 요약

LLM 미세조정에서 데이터, 모델, 조정 방법의 스케일링 효과를 실증적으로 분석한 연구.

핵심 기여도

핵심 아이디어

기존 연구는 LLM 사전학습의 스케일링에 집중했으나, 미세조정의 스케일링 특성에 대한 이해는 부족했다. 본 연구는 FMT와 PET(LoRA, Prompt Tuning) 두 가지 주요 조정 방법을 대상으로, 데이터가 제한된 환경에서 스케일링 요인의 상호작용을 분석했다. 특히, 미세조정 데이터 크기와 다른 스케일링 요인(모델 크기, 사전학습 데이터 크기, PET 파라미터 크기) 간의 multiplicative 관계를 제시함으로써, LLM 미세조정의 일반적인 성능 예측 가능성을 제시했다. 이는 LLM의 효율적인 활용 및 개발 전략 수립에 기초가 될 수 있다.

기술적 접근법

주요 결과

의의 및 한계

본 연구는 LLM 미세조정의 스케일링 특성을 체계적으로 분석한 최초의 연구로, 모델 선택 및 조정 전략 수립에 실질적 기준을 제공한다. 특히, PET 파라미터 확장의 무효성과 모델 크기 확장의 효과를 밝힘으로써, 자원 효율적인 조정 방법을 탐색하는 데 기여한다. 그러나 제안된 스케일링 법칙은 닫힌 생성 작업에서만 검증되었으며, 이론적 근거는 부족하다. 또한, Prompt와 LoRA의 최적화 및 평가가 일부 설정에서 불완전하다는 한계가 있다.

실용적 활용

본 연구는 LLM을 활용한 기업의 자연어 생성, 번역, 요약 시스템 개발에 적용 가능하다. 특히, 데이터가 제한된 상황에서 모델 크기와 조정 방법을 선택하는 데 도움이 되며, PET 기반 조정은 자원 효율성을 고려한 선택지가 될 수 있다. 또한, 다국어 작업에서 PET의 zero-shot 성능은 글로벌 서비스 개발에 유용하다.