paper-with-me

홈 › Papers

ToxScreen: Detecting Whether an LLM Has Been Poisoned

2026-07-29 · Anthony Hughes, Nicole Xing, Collin Francel, Andy Kim, Andrew Draganov arxiv

As large language models (LLMs) are deployed in high-stakes domains, adversaries may poison training data to implant backdoors: hidden triggers that covertly manipulate model behavior at inference time. We ask whether a defender can recover such a trigger under realistic affordances, namely white-box access to the weights and knowledge of the behavior of concern, but no training data, no trusted reference model, no knowledge of the trigger, and no certainty that the model is poisoned. To evaluate whether a defender can recover such a trigger under realistic settings, we release ToxScreen, a benchmark of roughly 800 backdoored models spanning attack objectives, trigger mechanisms, poisoning rates, model scales, and backdoor training mechanisms. We also assert that the backdoors are high-quality: they achieve high attack success rates, generalize to unseen harmful inputs, and preserve clean-task performance. Scoring recovery of the planted trigger, we find that gradient-based prompt optimization fails in recovery, whereas a token look-up that ranks candidates by attack-success rate recovers the trigger wherever the backdoor is effective. To understand this more, we study the relationship between attack behaviors and the weights of an LLM. We find a phenomenon whereby backdoors operate via different mechanistic strategies than jailbreaks, allowing defenders to filter jailbreaks. Finally, no method reliably surfaces every backdoor, but a broadly jailbreakable model is itself anomalous, a useful signal even when the exact trigger is not recovered. We release all models and evaluation code

📄 PDF Abstract BibTeX arXiv:2607.26849

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Attack To Defend: Exploiting Adversarial Attacks for Detecting Poisoned Models

2024-01-01 · CVPR 2024 1 · Samar Fares, Karthik Nandakumar

Poisoning (trojan/backdoor) attacks enable an adversary to train and deploy a corrupted machine learning (ML) model which typically works well and achieves good accuracy on clean input samples but behaves maliciously…

Sensitivity

The Trigger in the Haystack: Extracting and Reconstructing LLM Backdoor Triggers

2026-02-03 · Blake Bullwinkel, Giorgio Severi, Keegan Hines, Amanda Minnich 외 arxiv

Detecting whether a model has been poisoned is a longstanding problem in AI security. In this work, we present a practical scanner for identifying sleeper agent-style backdoors in causal language models. Our approach rel…

Detection and Prevention Against Poisoning Attacks in Federated Learning

2022-10-24 · Viktor Valadi, Madeleine Englund, Mark Spanier, Austin O'brien

This paper proposes and investigates a new approach for detecting and preventing several different types of poisoning attacks from affecting a centralized Federated Learning model via average accuracy deviation detection…

Federated Learning

Solving Trojan Detection Competitions with Linear Weight Classification

2024-11-05 · Todd Huster, Peter Lin, Razvan Stefanescu, Emmanuel Ekwedike 외

Neural networks can conceal malicious Trojan backdoors that allow a trigger to covertly change the model behavior. Detecting signs of these backdoors, particularly without access to any triggered data, is the subject of …

Classificationfeature selection

Test-Time Detection of Backdoor Triggers for Poisoned Deep Neural Networks

2021-12-06 · Xi Li, Zhen Xiang, David J. Miller, George Kesidis

Backdoor (Trojan) attacks are emerging threats against deep neural networks (DNN). A DNN being attacked will predict to an attacker-desired target class whenever a test sample from any source class is embedded with a bac…

Backdoor Attackimage-classificationImage Classification