paper-with-me

홈 › Papers

Objective Matters: Fine-Tuning Objectives Shape Safety, Robustness, and Persona Drift

2026-01-19 · Daniel Vennemeyer, Punya Syon Pandey, Phan Anh Duong, Michael Umeokoli, Samuel Ratnam arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.12639

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

Decomposing the Depth Profile of Fine-Tuning

2026-04-19 · Jayadev Billa arxiv

Fine-tuning adapts pretrained networks to new objectives. Whether the resulting depth profile of representational change reflects an intrinsic property of the model or the magnitude of gradient flow has not been tested d…

Representation Matters: Offline Pretraining for Sequential Decision Making

2021-02-11 · ICLR Workshop SSL-RL 2021 5 · Mengjiao Yang, Ofir Nachum

The recent success of supervised learning methods on ever larger offline datasets has spurred interest in the reinforcement learning (RL) field to investigate whether the same paradigms can be translated to RL algorithms…

Decision MakingImitation LearningOffline RLReinforcement Learning (RL)+1

Conditional Language Policy: A General Framework for Steerable Multi-Objective Finetuning

2024-07-22 · Kaiwen Wang, Rahul Kidambi, Ryan Sullivan, Alekh Agarwal 외

Reward-based finetuning is crucial for aligning language policies with intended behaviors (e.g., creativity and safety). A key challenge is to develop steerable language models that trade-off multiple (conflicting) objec…

Diminishing Returns in Self-Supervised Learning

2025-12-03 · Oli Bridge, Huey Sun, Botond Branyicskai-Nagy, Charles D'Ornano 외 arxiv

Transformer-based architectures have become a dominant paradigm in vision and language, but their success is often attributed to large model capacity and massive training data. In this work, we examine how self-supervise…

Self-Supervised LearningSemantic Segmentation

Aligning the Pretraining and Finetuning Objectives of Language Models

2020-02-05 · Nuo Wang Pierse, Jingwen Lu

We demonstrate that explicitly aligning the pretraining objectives to the finetuning objectives in language model training significantly improves the finetuning task performance and reduces the minimum amount of finetuni…

Language ModelingLanguage Modelling