paper-with-me

홈 › Papers

Sleeper Agents: Training Deceptive LLMs that Persist Through Safety Training

2024-01-10 · Evan Hubinger, Carson Denison, Jesse Mu, Mike Lambert, Meg Tong, Monte MacDiarmid, Tamera Lanham, Daniel M. Ziegler, Tim Maxwell, Newton Cheng, Adam Jermyn, Amanda Askell, Ansh Radhakrishnan, Cem Anil, David Duvenaud, Deep Ganguli, Fazl Barez, Jack Clark, Kamal Ndousse, Kshitij Sachan, Michael Sellitto, Mrinank Sharma, Nova DasSarma, Roger Grosse, Shauna Kravec, Yuntao Bai, Zachary Witten, Marina Favaro, Jan Brauner, Holden Karnofsky, Paul Christiano, Samuel R. Bowman, Logan Graham, Jared Kaplan, Sören Mindermann, Ryan Greenblatt, Buck Shlegeris, Nicholas Schiefer, Ethan Perez

Humans are capable of strategically deceptive behavior: behaving helpfully in most situations, but then behaving very differently in order to pursue alternative objectives when given the opportunity. If an AI system learned such a deceptive strategy, could we detect it and remove it using current state-of-the-art safety training techniques? To study this question, we construct proof-of-concept examples of deceptive behavior in large language models (LLMs). For example, we train models that write secure code when the prompt states that the year is 2023, but insert exploitable code when the stated year is 2024. We find that such backdoor behavior can be made persistent, so that it is not removed by standard safety training techniques, including supervised fine-tuning, reinforcement learning, and adversarial training (eliciting unsafe behavior and then training to remove it). The backdoor behavior is most persistent in the largest models and in models trained to produce chain-of-thought reasoning about deceiving the training process, with the persistence remaining even when the chain-of-thought is distilled away. Furthermore, rather than removing backdoors, we find that adversarial training can teach models to better recognize their backdoor triggers, effectively hiding the unsafe behavior. Our results suggest that, once a model exhibits deceptive behavior, standard techniques could fail to remove such deception and create a false impression of safety.

📄 PDF Abstract BibTeX arXiv:2401.05566

Code (1)

anthropics/sleeper-agents-paper 공식 구현

Similar Papers 제목 키워드 기반

Detecting Sleeper Agents in Large Language Models via Semantic Drift Analysis

2025-11-20 · Shahin Zanbaghi, Ryan Rostampour, Farhan Abid, Salim Al Jarmakani arxiv

Large Language Models (LLMs) can be backdoored to exhibit malicious behavior under specific deployment conditions while appearing safe during training a phenomenon known as "sleeper agents." Recent work by Hubinger et al…

Plant, Persist, Trigger: Sleeper Attack on Large Language Model Agents

2026-05-27 · Yongxiang Li, Moxin Li, Zhixin Ma, Fengbin Zhu 외 arxiv

Large Language Model (LLM) agents remain vulnerable to safety threats from the external environment, where attackers inject adversarial content into external observations such as tool-returned data, webpages, or MCP cont…

Sleeper Cell: Injecting Latent Malice Temporal Backdoors into Tool-Using LLMs

2026-03-02 · Bhanu Pallakonda, Mikkel Hindsbo, Sina Ehsani, Prag Mishra arxiv

The proliferation of open-weight Large Language Models (LLMs) has democratized agentic AI, yet fine-tuned weights are frequently shared and adopted with limited scrutiny beyond leaderboard performance. This creates a ris…

parameter-efficient fine-tuningReinforcement Learning

Hidden in Memory: Sleeper Memory Poisoning in LLM Agents

2026-05-14 · Sidharth Pulipaka, Stanislau Hlebik, Leonidas Raghav, Sahar Abdelnabi 외 arxiv

Large language models are increasingly augmented with persistent memory, allowing assistants to store user-specific information across sessions for personalization and continuity. This statefulness introduces a new secur…

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…