Hugging Face Daily PapersFei Yuan, Changjiang Gao, Yilei Tu1 min readpaperadvanced
Drift-Constrained Optimization: Only Direction Matters in Fine-Tuning Instruct Models
Summary
The paper reframes fine‑tuning of instruction‑tuned LLMs as a direction‑selection problem under a fixed behavioral‑drift budget, showing that the update direction, not magnitude, determines trade‑offs between target performance and capability preservation. In QA‑only fine‑tuning of Qwen‑3 models, layer‑selective probing finds effective directions that boost scientific reasoning and multilingual t…
- Drift is treated as a budgeted distance from the reference model; fine‑tuning then optimizes only the update direction.
- A coarse layer‑selective probe can identify directions that improve a target task without degrading multi‑step reasoning.
- On Qwen‑3‑8B/14B, direction‑constrained QA‑only fine‑tuning yields large gains in scientific reasoning and translation across 100+ languages, matching dedicated systems.
- The resulting models serve as stronger initializations for subsequent RLHF pipelines.
LLM engineers and researchers who fine‑tune instruction models need a principled way to improve task performance while preserving existing capabilities.
8/10
