Objective Matters: Fine-Tuning Objectives Shape Safety, Robustness, and Persona Drift
Daniel Vennemeyer, Punya Syon Pandey, Phan Anh Duong, Michael Umeokoli, Samuel Ratnam
TL;DR
The paper addresses how fine-tuning objectives influence safety, robustness, and latent persona drift when data and model architecture are held constant. By comparing six objectives across closed-form and open-ended tasks, it demonstrates that safety behavior is largely invariant at small scales but becomes strongly objective- and scale-dependent as budgets increase. SFT and DPO tend to boost capability at the expense of adversarial vulnerability and persona drift, whereas IP, ORPO, and KL-regularized fine-tuning mitigate these risks, with ORPO offering the strongest robustness at large scales. The work provides a principled, objective-level evaluation and shows that objective design is a critical lever for maintaining alignment during domain specialization, with practical implications for default fine-tuning choices and future research into mechanistic explanations. Overall, the study highlights scale as a key driver of objective-dependent safety and behavior in LLM fine-tuning and advocates incorporating structured objectives to preserve alignment during continued adaptation.
Abstract
Fine-tuning LLMs on benign data can still degrade alignment and adversarial robustness, yet direct analysis of the role of fine-tuning objectives in shaping these safety outcomes remain limited. We present a controlled comparison of six fine-tuning objectives -- Supervised Fine-Tuning, Direct Preference Optimization, Conditional Fine-Tuning, Inoculation Prompting, Odds Ratio Preference Optimization, and KL-regularized fine-tuning -- holding data, domain, architecture, and optimization fixed. Across closed-form reasoning and open-ended generation tasks, we find that objective choice induces systematic, scale-dependent shifts along the safety-capability frontier. At small training budgets, robustness is similar across objectives but capability differs. At larger budgets, objectives diverge sharply: supervised and preference-based tuning tightly couple capability gains to increased adversarial vulnerability and persona drift, while objectives that constrain learning signals -- especially ORPO and KL-regularization -- substantially mitigate both. Fine-tuning objectives therefore matter little for safety at small scales but become a primary driver of adversarial robustness and latent persona stability as training scale increases.
