Navigating the Safety Landscape: Measuring Risks in Finetuning Large Language Models
ShengYun Peng, Pin-Yu Chen, Matthew Hull, Duen Horng Chau
TL;DR
This work reveals a universal safety basin in the parameter space of open-source LLMs, where small weight perturbations preserve safety but larger perturbations cause a sharp decline, a phenomenon not seen in capability landscapes. It introduces Visage, a task-agnostic metric that averages safety margins across random directions to quantify finetuning risk, and demonstrates its utility across multiple models and safety benchmarks. By mapping finetuning dynamics onto the safety landscape, the authors explain how harmful data nudges models out of the basin while mixtures of harmful and safe data can keep them within bounds, with system prompts playing a protective role. The findings offer practical guidance for safer finetuning, prompt design, and defense against jailbreaks, and motivate future research on basin-aware safety metrics and model-training strategies.
Abstract
Safety alignment is crucial to ensure that large language models (LLMs) behave in ways that align with human preferences and prevent harmful actions during inference. However, recent studies show that the alignment can be easily compromised through finetuning with only a few adversarially designed training examples. We aim to measure the risks in finetuning LLMs through navigating the LLM safety landscape. We discover a new phenomenon observed universally in the model parameter space of popular open-source LLMs, termed as "safety basin": random perturbations to model weights maintain the safety level of the original aligned model within its local neighborhood. However, outside this local region, safety is fully compromised, exhibiting a sharp, step-like drop. This safety basin contrasts sharply with the LLM capability landscape, where model performance peaks at the origin and gradually declines as random perturbation increases. Our discovery inspires us to propose the new VISAGE safety metric that measures the safety in LLM finetuning by probing its safety landscape. Visualizing the safety landscape of the aligned model enables us to understand how finetuning compromises safety by dragging the model away from the safety basin. The LLM safety landscape also highlights the system prompt's critical role in protecting a model, and that such protection transfers to its perturbed variants within the safety basin. These observations from our safety landscape research provide new insights for future work on LLM safety community. Our code is publicly available at https://github.com/ShengYun-Peng/llm-landscape.
