CoolFace
Modelpublic

EleutherAI/deep-ignorance-e2e-strong-filter-adversarial

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
0likes38downloads
Model Card

deep-ignorance-e2e-strong-filter-adversarial

Adversarial finetuning of EleutherAI/deep-ignorance-e2e-strong-filter on biosecurity-related data (bio_forget), used to evaluate the tamper resistance of pretraining data filtering. Part of the Deep Ignorance project (paper).

This is the step 6,500 checkpoint, which achieves the highest WMDP Bio Robust score (43.43%), matching the unfiltered model baseline. It demonstrates that adversarial finetuning can eventually recover filtered knowledge, but requires significantly more compute than recovering post-training unlearning.

Training Configuration

ParameterValue
Base modelEleutherAI/deep-ignorance-e2e-strong-filter (6.9B, GPT-NeoX)
Attack typeFull-parameter adversarial finetuning
Tamper databio_forget
Learning rate2e-5
LR schedulerLinear
Warmup steps0
Checkpoint step6,500
Epochs2 (~10,622 total steps)
Per-device batch size1
Gradient accumulation16
GPUs4
Effective batch size16
Mixed precisionfp16
OptimizerAdamW (weight_decay=0.01)
Gradient checkpointingTrue
Max context2048 (max_chunks=1)
Distributed trainingFSDP via torchrun

Evaluation Results

Pre-attack (base filtered model) and post-attack (this checkpoint, step 6500):

BenchmarkPre-attackPost-attack (step 6500)Unfiltered baseline
WMDP Bio Robust (0-shot)0.34560.43430.4297
MMLU (0-shot)0.44290.42700.4510

At step 6,500 the adversarially finetuned model recovers WMDP Bio Robust performance to the unfiltered model baseline (43.43% vs 42.97%), while MMLU degrades modestly (42.70% vs 44.29%). This demonstrates the level of compute required to overcome pretraining data filtering.

Citation

bibtex
@article{obrien2025deepignorance,
    title={Deep Ignorance: Filtering Pretraining Data Builds Tamper-Resistant Safeguards into Open-Weight LLMs},
    author={O'Brien, Kyle and Casper, Stephen and Anthony, Quentin and Korbak, Tomek and Kirk, Robert and Davies, Xander and Mishra, Ishan and Irving, Geoffrey and Gal, Yarin and Biderman, Stella},
    journal={arXiv preprint arXiv:2508.06601},
    year={2025}
}