English

A Semantic-Aware Layer-Freezing Approach to Computation-Efficient Fine-Tuning of Language Models

Computation and Language 2025-06-03 v3 Machine Learning

Abstract

Finetuning language models (LMs) is crucial for adapting the models to downstream data and tasks. However, full finetuning is usually costly. Existing work, such as parameter-efficient finetuning (PEFT), often focuses on \textit{how to finetune} but neglects the issue of \textit{where to finetune}. As a pioneering work on reducing the cost of backpropagation (at the layer level) by answering where to finetune, we conduct a semantic analysis of the LM inference process. We first propose using transition traces of the latent representation to compute deviations (or loss). Then, using a derived formula of scaling law, we estimate the gain of each layer in reducing deviation (or loss). Further, we narrow down the scope for finetuning, and also, study the cost-benefit balance of LM finetuning. We perform extensive experiments across well-known LMs and datasets. The results show that our approach is effective and efficient, and outperforms the existing baselines. Our approach is orthogonal to other techniques for improving finetuning efficiency, such as PEFT methods, offering practical values on LM finetuning.

Keywords

Cite

@article{arxiv.2406.11753,
  title  = {A Semantic-Aware Layer-Freezing Approach to Computation-Efficient Fine-Tuning of Language Models},
  author = {Jian Gu and Aldeida Aleti and Chunyang Chen and Hongyu Zhang},
  journal= {arXiv preprint arXiv:2406.11753},
  year   = {2025}
}

Comments

accepted by ACL 2025, the camera-ready version

R2 v1 2026-06-28T17:08:58.574Z