paper-with-me

Papers

Shape it Up! Restoring LLM Safety during Finetuning

2025-05-22 · Shengyun Peng, Pin-Yu Chen, Jianfeng Chi, Seongmin Lee, Duen Horng Chau

Finetuning large language models (LLMs) enables user-specific customization but introduces critical safety risks: even a few harmful examples can compromise safety alignment. A common mitigation strategy is to update the model more strongly on examples deemed safe, while downweighting or excluding those flagged as unsafe. However, because safety context can shift within a single example, updating the model equally on both harmful and harmless parts of a response is suboptimal-a coarse treatment we term static safety shaping. In contrast, we propose dynamic safety shaping (DSS), a framework that uses fine-grained safety signals to reinforce learning from safe segments of a response while suppressing unsafe content. To enable such fine-grained control during finetuning, we introduce a key insight: guardrail models, traditionally used for filtering, can be repurposed to evaluate partial responses, tracking how safety risk evolves throughout the response, segment by segment. This leads to the Safety Trajectory Assessment of Response (STAR), a token-level signal that enables shaping to operate dynamically over the training sequence. Building on this, we present STAR-DSS, guided by STAR scores, that robustly mitigates finetuning risks and delivers substantial safety improvements across diverse threats, datasets, and model families-all without compromising capability on intended tasks. We encourage future safety research to build on dynamic shaping principles for stronger mitigation against evolving finetuning risks.

📄 PDF Abstract BibTeX arXiv:2505.17196

Code (0)

등록된 구현이 없습니다.

Tasks

Safety Alignment

Similar Papers 제목 키워드 기반

3D Shape Completion with Test-Time Training

2024-10-24 · Michael Schopf-Kuester, Zorah Lähner, Michael Moeller

This work addresses the problem of \textit{shape completion}, i.e., the task of restoring incomplete shapes by predicting their missing parts. While previous works have often predicted the fractured and restored shape in…

Decoder

When Should We Introduce Safety Interventions During Pretraining?

2026-01-11 · Dylan Sam, Sachin Goyal, Pratyush Maini, Alexander Robey 외 arxiv

Prior work has shown that safety interventions applied during pretraining, such as removing and rephrasing harmful content, can substantially improve the robustness of the resulting models. In this paper, we study the fu…

Navigating the Safety Landscape: Measuring Risks in Finetuning Large Language Models

2024-05-27 · Shengyun Peng, Pin-Yu Chen, Matthew Hull, Duen Horng Chau

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 b…

Safety Alignment

Learning and Forgetting Unsafe Examples in Large Language Models

2023-12-20 · Jiachen Zhao, Zhun Deng, David Madras, James Zou 외

As the number of large language models (LLMs) released to the public grows, there is a pressing need to understand the safety implications associated with these models learning from third-party custom finetuning data. We…

GradShield: Alignment Preserving Finetuning

2026-05-13 · Zhanhao Hu, Xiao Huang, Patrick Mendoza, Emad A. Alghamdi 외 arxiv

Large Language Models (LLMs) pose a significant risk of safety misalignment after finetuning, as models can be compromised by both explicitly and implicitly harmful data. Even some seemingly benign data can inadvertently…