paper-with-me

홈 › Papers

Harmful Fine-tuning Attacks and Defenses for Large Language Models: A Survey

2024-09-26 · Tiansheng Huang, Sihao Hu, Fatih Ilhan, Selim Furkan Tekin, Ling Liu

Recent research demonstrates that the nascent fine-tuning-as-a-service business model exposes serious safety concerns -- fine-tuning over a few harmful data uploaded by the users can compromise the safety alignment of the model. The attack, known as harmful fine-tuning attack, has raised a broad research interest among the community. However, as the attack is still new, \textbf{we observe that there are general misunderstandings within the research community.} To clear up concern, this paper provide a comprehensive overview to three aspects of harmful fine-tuning: attacks setting, defense design and evaluation methodology. Specifically, we first present the threat model of the problem, and introduce the harmful fine-tuning attack and its variants. Then we systematically survey the existing literature on attacks/defenses/mechanical analysis of the problem. Finally, we introduce the evaluation methodology and outline future research directions that might contribute to the development of the field. Additionally, we present a list of questions of interest, which might be useful to refer to when reviewers in the peer review process question the realism of the experiment/attack/defense setting. A curated list of relevant papers is maintained and made accessible at: https://github.com/git-disl/awesome_LLM-harmful-fine-tuning-papers.

📄 PDF Abstract BibTeX arXiv:2409.18169

Code (2)

git-disl/awesome_llm-harmful-fine-tuning-papers 공식 구현
git-disl/booster pytorch

Tasks

Safety Alignment

Similar Papers 제목 키워드 기반

Open-Weight LLM Fine-Tuning Defenses are Susceptible to Simple Attacks

2026-05-26 · Kevin Kuo, Chhavi Yadav, Virginia Smith arxiv

Recent defenses for safeguarding open-weight large language models (LLMs) are intended to prevent adversarial usage. Underlying these defenses is an assumption that new harmful behavior is learned through fine-tuning rat…

Immunization against harmful fine-tuning attacks

2024-02-26 · Domenic Rosati, Jan Wehner, Kai Williams, Łukasz Bartoszcze 외

Large Language Models (LLMs) are often trained with safety guards intended to prevent harmful text generation. However, such safety training can be removed by fine-tuning the LLM on harmful datasets. While this emerging …

Text Generation

One Step to the Side: Why Defenses Against Malicious Finetuning Fail Under Adaptive Adversaries

2026-05-14 · Itay Zloczower, Eyal Lenga, Gilad Gressel, Yisroel Mirsky arxiv

Model providers increasingly release open weights or allow users to fine-tune foundation models through APIs. Although these models are safety-aligned before release, their safeguards can often be removed by fine-tuning …

Mitigating Jailbreaks with Intent-Aware LLMs

2025-08-16 · Wei Jie Yeo, Ranjan Satapathy, Erik Cambria arxiv

Despite extensive safety-tuning, large language models (LLMs) remain vulnerable to jailbreak attacks via adversarially crafted instructions, reflecting a persistent trade-off between safety and task performance. In this …

Antidote: Post-fine-tuning Safety Alignment for Large Language Models against Harmful Fine-tuning

2024-08-18 · Tiansheng Huang, Gautam Bhattacharya, Pratik Joshi, Josh Kimball 외

Safety aligned Large Language Models (LLMs) are vulnerable to harmful fine-tuning attacks \cite{qi2023fine}-- a few harmful data mixed in the fine-tuning dataset can break the LLMs's safety alignment. Existing mitigation…

PhilosophySafety Alignment