Phantom Transfer: Data-level Defences are Insufficient Against Data Poisoning
Andrew Draganov, Tolga H. Dur, Anandmayi Bhongade, Mary Phuong
TL;DR
Phantom Transfer demonstrates that data-level defences are insufficient to stop sophisticated data poisoning in real-world language-model fine-tuning. The authors design a subliminal learning attack that steers model sentiment toward a target while preserving a concisely generated training objective, and show this covert behavior transfers across diverse models including GPT-4.1, even when the dataset is paraphrased. They evaluate both standard dataset-level defences and post-training model audits, finding that data-level filters and paraphrasing offer little protection, while audits provide only partial detection, particularly for backdoor scenarios. The work argues for a shift toward model-centric defenses, such as white-box interpretability and systematic red-teaming, and emphasizes the need for robust data provenance checks in high-stakes deployments.
Abstract
We present a data poisoning attack -- Phantom Transfer -- with the property that, even if you know precisely how the poison was placed into an otherwise benign dataset, you cannot filter it out. We achieve this by modifying subliminal learning to work in real-world contexts and demonstrate that the attack works across models, including GPT-4.1. Indeed, even fully paraphrasing every sample in the dataset using a different model does not stop the attack. We also discuss connections to steering vectors and show that one can plant password-triggered behaviours into models while still beating defences. This suggests that data-level defences are insufficient for stopping sophisticated data poisoning attacks. We suggest that future work should focus on model audits and white-box security methods.
