Unlearned Checkpoint
| Field | Value |
|---|
| Unlearning method | CRISP |
| Base model | google/gemma-2-2b-it |
| Target concept | wmdp-bio |
| Checkpoint type | LoRA Adapter |
| Rank / seed | 100 / 42 |
| Train eval protocol | mc |
Unlearning Configuration
Selected hyperparameters (from unlearned_checkpoints.json):
| Parameter | Value |
|---|
alpha | 5 |
delta_embed | 0 |
k_features | 5 |
k_features_embed | 0 |
layer_hi | 15 |
layer_lo | 5 |
layer_step | 2 |
lora_rank | 4 |
lr | 0.0005 |
n_tokens_edited | 0 |
num_epochs | 2 |
Primary Unlearning Metrics (held-out test, MC protocol)
Headline scores used for checkpoint selection:
| Metric | Train (after unlearning) | Test (after unlearning) |
|---|
| Efficacy | 1 | 0.976 |
| Specificity | 1 | 0.898 |
| Harmonic mean | 1 | 0.935 |
| Relearning QA (MC) | — | 0.68 |
Full Evaluation (baseline → unlearned)
From evaluation/score_comparison.csv:
| Metric | Baseline (train) | After unlearn (train) | Baseline (test) | After unlearn (test) |
|---|
| QA accuracy | 0.74 | 0.24 | 0.66 | 0.26 |
| QA fraction | 1 | 0 | 1 | 0.024 |
| SimDom accuracy | 0.62 | 0.68 | 0.76 | 0.7 |
| SimDom fraction | 1 | 1 | 1 | 0.882 |
| MMLU accuracy | 0.52 | 0.52 | 0.551 | 0.525 |
| MMLU fraction | 1 | 1 | 1 | 0.914 |
Files in This Repository
| File | Description |
|---|
unlearned_checkpoints.json | Checkpoint metadata & hyperparameters |
evaluation/evaluation_summary.json | Full evaluation payload (train/test/relearning) |
evaluation/score_comparison.csv | Baseline vs. unlearned comparison table |