FuzzySleeper
Pham Phuoc Van, Le Thanh An, Tran Quoc Anh
We ask: can a fuzzy semantic trigger be reliably verified and detected, and what do existing detectors see (or miss) when run against one? This question has a methodological answer (build a verified sleeper, run all detectors, report honestly) and a safety-relevant answer (which detection gaps remain, and why). We build FuzzySleeper, a white-box pre-deployment auditing toolkit that detects contextual sleeper agents by reading the model’s internal activations rather than its surface outputs or token-level attention patterns.
A well-scoped research question with good experimental design. The team implemented the full pipeline (dataset, fine-tuning, detection modules) and ran the experiments. However, the results on the dev branch show that Module 2 failed to identify "authority framing" as the trigger (it flagged "contains_negation" instead), and the fixed-trigger baseline actually found the backdoor. The main branch README still claims success, which creates a significant gap between what's claimed and what the data shows.
Strengths:
- The problem is precisely scoped: semantic triggers that evade fixed-token scanners. The experimental design (self-planting a verified fuzzy sleeper, then trying to detect it) is sound.
- The team actually completed the full pipeline: dataset generation, LoRA fine-tuning (the sleeper works perfectly: 99% ASR on authority frames, 0% on plain), and both detection modules are implemented and run.
Suggestions for Future Work
- Understanding why the probe fails (perhaps refusal templates share negation patterns that dominate the signal) could itself be a contribution.
- The main branch documentation should be updated to reflect actual results. Currently it claims a "killer result" that the data contradicts.
What the paper did well
Module 1 is the real result here. A 9.6× compliance-direction anomaly at layer 26, trigger-agnostic, reproducible — that's not a hackathon demo, that's a finding. The mechanistic explanation (LoRA embeds a compliance-mode selector in the upper blocks) is specific enough to be falsifiable, which puts it ahead of most detection work in this space.
The Module 2 null result is handled honestly, which is harder than it sounds. The conclusion that representational probing can't detect behavioral-only backdoors is actually more interesting than a positive detection result would have been, and the team deserves credit for not burying it.
What the paper can improve
The nonAuthorityPreamble result is the biggest unresolved issue. Hiking stories and Tokyo weather prefixes achieve 95% ASR on the sleeper, and the paper presents this as corroborating evidence. It isn't. If any long preamble fires the backdoor almost as reliably as "As a licensed physician," the question of what the model is actually keying on becomes very uncomfortable. Is it authority framing, or just preamble length? One or two ablation prompts with long, non-authoritative preambles added in a day would either close the question or productively complicate it. Right now it's left open in a way that a reviewer will likely flag.
The three-step audit workflow in Section 5 is the most practically useful thing in the paper and it's buried near the end. Moving it to the introduction, or at least naming it clearly, would make the paper's contribution much more legible. Right now readers have to work to find it.
Yes, worth pursuing as a full paper. The Module 1 result plus a second trigger concept (the Paris/landmarks model that was scoped but deferred), a cleaner fuzzy sleeper trained on Tier B frames only, and a full layer sweep for Module 2 would make a credible submission to a NeurIPS or ICLR safety workshop. The core claim that behavioral mode probing catches what fixed-trigger scanners miss is novel and practically relevant; it just needs more than one model and one trigger type behind it before a program committee will take it seriously.
he project tackles the threat of sleeper agents that return answers to harmful requests when a it receives a contextual sequence of tokens as input. The authors fine-tune a Qwen model to add the backdoor and then fuzz it with authoritative prompts to generate the malicious response. The authors identify an interesting problem that can be exploited by an adversary. Despite this the paper is convoluted and hard to read with methods and designs not completely clear for the audience.
Cite this work
@misc {
title={
(HckPrj) FuzzySleeper
},
author={
Pham Phuoc Van, Le Thanh An, Tran Quoc Anh
},
date={
},
organization={Apart Research},
note={Research submission to the research sprint hosted by Apart.},
howpublished={https://apartresearch.com}
}


