arXiv Machine Learning

A Layer-wise Analysis of Supervised Fine-Tuning

The paper investigates how supervised fine‑tuning (SFT) affects different layers of language models, finding that middle layers (20–80%) remain stable while the final layers are highly sensitive to changes. Using information‑theoretic, geometric, and optimization metrics across 1B‑32B models, the authors identify a depth‑dependent pattern and introduce Mid‑Block Efficient Tuning, which updates only the critical intermediate layers. Experiments show this method outperforms standard LoRA by up to 10.2 % on GSM8K (OLMo2‑7B) with lower parameter overhead, suggesting that alignment can be achieved with localized architectural changes.

arXiv Machine Learning
Jun 5

Dominant-Layer ZO: A Single Layer Dominates Zeroth-Order Fine-Tuning of LLMs

arXiv:2606. 05516v1 Announce Type: new Abstract: Zeroth-order (ZO) optimization enables memory-efficient fine-tuning of large language models (LLMs) using only forward passes, but it remains unclear how useful adaptation is distributed across layers.

By Wanhao Yu, Ziyan Wang, Zheng Wang, Abeer Matar Almalky, Yihang Zuo, Shuteng Niu, Sen Lin, Adnan Siraj Rakin, Deliang Fan, Li Yang
arXiv Machine Learning
Aug 27

Ladder Up, Memory Down: Low-Cost Fine-Tuning With Side Nets

The paper introduces Ladder Side Tuning (LST), a parameter‑efficient fine‑tuning method that adds a lightweight side network to large language models. LST matches QLoRA’s compute scaling while halving peak memory usage, enabling 7B‑parameter models to be fine‑tuned on a single 12 GB GPU with 2k‑token contexts without gradient checkpointing. The authors also present xLadder, a depth‑extended variant that increases effective depth through cross‑connections, allowing deeper reasoning without extra memory overhead.

By Estelle Zheng, Nathan Cerisara, S\'ebastien Warichet, Emmanuel Helbert, Christophe Cerisara