paper-with-me

Papers

Fundamental Limitations in Defending LLM Finetuning APIs

2025-02-20 · Xander Davies, Eric Winsor, Tomek Korbak, Alexandra Souly, Robert Kirk, Christian Schroeder de Witt, Yarin Gal

LLM developers have imposed technical interventions to prevent fine-tuning misuse attacks, attacks where adversaries evade safeguards by fine-tuning the model using a public API. Previous work has established several successful attacks against specific fine-tuning API defences. In this work, we show that defences of fine-tuning APIs that seek to detect individual harmful training or inference samples ('pointwise' detection) are fundamentally limited in their ability to prevent fine-tuning attacks. We construct 'pointwise-undetectable' attacks that repurpose entropy in benign model outputs (e.g. semantic or syntactic variations) to covertly transmit dangerous knowledge. Our attacks are composed solely of unsuspicious benign samples that can be collected from the model before fine-tuning, meaning training and inference samples are all individually benign and low-perplexity. We test our attacks against the OpenAI fine-tuning API, finding they succeed in eliciting answers to harmful multiple-choice questions, and that they evade an enhanced monitoring system we design that successfully detects other fine-tuning attacks. We encourage the community to develop defences that tackle the fundamental limitations we uncover in pointwise fine-tuning API defences.

📄 PDF Abstract BibTeX arXiv:2502.14828

Code (0)

등록된 구현이 없습니다.

Tasks

Multiple-choice

Similar Papers 제목 키워드 기반

ChatGraph: Chat with Your Graphs

2024-01-23 · Yun Peng, Sen Lin, Qian Chen, Lyu Xu 외

Graph analysis is fundamental in real-world applications. Traditional approaches rely on SPARQL-like languages or clicking-and-dragging interfaces to interact with graph data. However, these methods either require users …

Language ModelingLanguage ModellingLarge Language ModelRetrieval

Covert Malicious Finetuning: Challenges in Safeguarding LLM Adaptation

2024-06-28 · Danny Halawi, Alexander Wei, Eric Wallace, Tony T. Wang 외

Black-box finetuning is an emerging interface for adapting state-of-the-art language models to user needs. However, such access may also let malicious actors undermine model safety. To demonstrate the challenge of defend…

MetaDefense: Defending Finetuning-based Jailbreak Attack Before and During Generation

2025-10-09 · Weisen Jiang, Sinno Jialin Pan arxiv

This paper introduces MetaDefense, a novel framework for defending against finetuning-based jailbreak attacks in large language models (LLMs). We observe that existing defense mechanisms fail to generalize to harmful que…

Response Generation

AppBench: Planning of Multiple APIs from Various APPs for Complex User Instruction

2024-10-10 · Hongru Wang, Rui Wang, Boyang Xue, Heming Xia 외

Large Language Models (LLMs) can interact with the real world by connecting with versatile external APIs, resulting in better problem-solving and task automation capabilities. Previous research primarily focuses on APIs …

In-Context Learning

Defending Against Malicious Finetuning by Scaling Train-time Adversarial Attacks

2026-06-06 · Haoming Wen, Shi Chen, Qingyu Shi, Siyuan Liu 외 arxiv

Current open-weight large language models (LLMs) are prone to malicious finetuning attacks, which could compromise the safety alignment of LLMs with only a few steps of supervised finetuning (SFT) on poisoned datasets. E…