Papers › What is in Your Safe Data? Identifying Benign Data that Breaks Safety

What is in Your Safe Data? Identifying Benign Data that Breaks Safety

1 Apr 2024arXiv:2404.01099archive 2025-07-28

Luxi He, Mengzhou Xia, Peter Henderson

Current Large Language Models (LLMs), even those tuned for safety and alignment, are susceptible to jailbreaking. Some have found that just further fine-tuning an aligned model with benign data (i.e., data without harmful content) surprisingly leads to substantial degradation in safety. We delve into the data-centric aspects of why benign fine-tuning inadvertently contributes to jailbreaking. First, we represent fine-tuning data through two lenses: representation and gradient spaces. Additionally, we propose a bi-directional anchoring method that, during the selection process, prioritizes data points that are close to harmful examples and far from benign ones. Our approach effectively identifies subsets of benign data that are more likely to degrade the model's safety after fine-tuning. Training on just 100 of these seemingly benign datapoints surprisingly leads to the fine-tuned model affirmatively responding to >70% of tested harmful requests, compared to <20% after fine-tuning on randomly selected data. We also observe that the selected data frequently appear as lists, bullet points, or math questions, indicating a systematic pattern in fine-tuning data that contributes to jailbreaking.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2404.01099")

Code

Syntology Ran 6 of 14 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 6 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

princeton-nlp/benign-data-breaks-safety officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 6 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

6ran
8unverified

Licence: 14 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from princeton-nlp/benign-data-breaks-safety. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

contains_unwanted_words princeton-nlp/benign-data-breaks-safety/ft_datasets/alpaca_dataset/alpaca_remove_safety.py official repository ran no licence file found · pointer only · c4a58b263cc3b3d7 · report
extract_content princeton-nlp/benign-data-breaks-safety/safety_evaluation/eval_utils/openai_gpt4_judge.py official repository ran fingerprinted no licence file found · pointer only · e28da1bf4c00b938 · report
get_credentials princeton-nlp/benign-data-breaks-safety/safety_evaluation/eval_utils/api_credentials.py official repository ran no licence file found · pointer only · f8f41288d948ed1a · report
load_llama_from_config princeton-nlp/benign-data-breaks-safety/safety_evaluation/eval_utils/model_utils.py official repository ran no licence file found · pointer only · b4c052fb373aef07 · report
load_peft_model princeton-nlp/benign-data-breaks-safety/safety_evaluation/eval_utils/model_utils.py official repository ran no licence file found · pointer only · 6d5ba8546b6aad2c · report
question_read princeton-nlp/benign-data-breaks-safety/safety_evaluation/question_inference.py official repository ran no licence file found · pointer only · 4b6ac9bdbe621603 · report
contains_unwanted_words princeton-nlp/benign-data-breaks-safety/ft_datasets/dolly_dataset/dolly_remove_safety.py official repository unverified no licence file found · pointer only · 345f0b1ebadc1536 · report
duo_judge princeton-nlp/benign-data-breaks-safety/safety_evaluation/eval_utils/openai_gpt4_judge.py official repository unverified no licence file found · pointer only · 30139d8373ac2f31 · report
duo_judge_v2 princeton-nlp/benign-data-breaks-safety/safety_evaluation/eval_utils/openai_gpt4_judge.py official repository unverified no licence file found · pointer only · c77c19021491eb81 · report
format_tokens princeton-nlp/benign-data-breaks-safety/safety_evaluation/eval_utils/chat_utils.py official repository unverified no licence file found · pointer only · e084e801c0e634ec · report
load_model princeton-nlp/benign-data-breaks-safety/safety_evaluation/eval_utils/model_utils.py official repository unverified no licence file found · pointer only · efea256714a4cb99 · report
read_dialogs_from_file princeton-nlp/benign-data-breaks-safety/safety_evaluation/eval_utils/chat_utils.py official repository unverified no licence file found · pointer only · 8922fb4b5b7006f7 · report
skip princeton-nlp/benign-data-breaks-safety/ft_datasets/alpaca_dataset/alpaca_remove_safety.py official repository unverified no licence file found · pointer only · 84cf7fe41466b4b3 · report
skip princeton-nlp/benign-data-breaks-safety/ft_datasets/dolly_dataset/dolly_remove_safety.py official repository unverified no licence file found · pointer only · a01a8759063203f2 · report

Tasks

Math

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections