paper-with-me

홈 › Papers

LoX: Low-Rank Extrapolation Robustifies LLM Safety Against Fine-tuning

2025-06-18 · Gabrel J. Perin, Runjin Chen, Xuxi Chen, Nina S. T. Hirata, Zhangyang Wang, Junyuan Hong

Large Language Models (LLMs) have become indispensable in real-world applications. However, their widespread adoption raises significant safety concerns, particularly in responding to socially harmful questions. Despite substantial efforts to improve model safety through alignment, aligned models can still have their safety protections undermined by subsequent fine-tuning - even when the additional training data appears benign. In this paper, we empirically demonstrate that this vulnerability stems from the sensitivity of safety-critical low-rank subspaces in LLM parameters to fine-tuning. Building on this insight, we propose a novel training-free method, termed Low-Rank Extrapolation (LoX), to enhance safety robustness by extrapolating the safety subspace of an aligned LLM. Our experimental results confirm the effectiveness of LoX, demonstrating significant improvements in robustness against both benign and malicious fine-tuning attacks while preserving the model's adaptability to new tasks. For instance, LoX leads to 11% to 54% absolute reductions in attack success rates (ASR) facing benign or malicious fine-tuning attacks. By investigating the ASR landscape of parameters, we attribute the success of LoX to that the extrapolation moves LLM parameters to a flatter zone, thereby less sensitive to perturbations. The code is available at github.com/VITA-Group/LoX.

📄 PDF Abstract BibTeX arXiv:2506.15606

Code (1)

vita-group/lox 공식 구현

Tasks

Attribute

Similar Papers 제목 키워드 기반

Statistical Guarantees in Data-Driven Nonlinear Control: Conformal Robustness for Stability and Safety

2025-06-06 · Ting-Wei Hsu, Hiroyasu Tsukamoto

We present a true-dynamics-agnostic, statistically rigorous framework for establishing exponential stability and safety guarantees of closed-loop, data-driven nonlinear control. Central to our approach is the novel conce…

Conformal PredictionPrediction

Pharmacist: Safety Alignment Data Curation for Large Language Models against Harmful Fine-tuning

2025-10-11 · Guozhi Liu, Qi Mu, Tiansheng Huang, Xinhua Wang 외 arxiv

Harmful fine-tuning issues present significant safety challenges for fine-tuning-as-a-service in large language models. Existing alignment-stage defenses, e.g., Vaccine, Repnoise, Booster, and T-Vaccine, mitigate harmful…

Computational Efficiency

CURATRON: Complete and Robust Preference Data for Rigorous Alignment of Large Language Models

2024-03-05 · Son The Nguyen, Niranjan Uma Naresh, Theja Tulabandhula

This paper addresses the challenges of aligning large language models (LLMs) with human values via preference learning (PL), focusing on incomplete and corrupted data in preference datasets. We propose a novel method for…

Enhancing AI Safety Through the Fusion of Low Rank Adapters

2024-12-30 · Satya Swaroop Gudipudi, Sreeram Vipparla, Harpreet Singh, Shashwat Goel 외

Instruction fine-tuning of large language models (LLMs) is a powerful method for improving task-specific performance, but it can inadvertently lead to a phenomenon where models generate harmful responses when faced with …

LSSF: Safety Alignment for Large Language Models through Low-Rank Safety Subspace Fusion

2026-01-19 · Guanghao Zhou, Panjia Qiu, Cen Chen, Hongyu Li 외 arxiv

The safety mechanisms of large language models (LLMs) exhibit notable fragility, as even fine-tuning on datasets without harmful content may still undermine their safety capabilities. Meanwhile, existing safety alignment…