๐ Links and References
October 7, 2025 ยท View on GitHub
Links to research papers and resources corresponding to implemented features in this repository. Please feel free to fill in any missing references!
OpenUnlearning: Accelerating LLM Unlearning via Unified Benchmarking of Methods and Metrics introduces
- The technical report on OpenUnlearning, its design, features and other details.
- A meta-evaluation framework to benchmark unlearning evaluations on a set of 450+ open sourced models.
- Results benchmarking 8 diverse unlearning methods in one place using 10 evaluation metrics on TOFU.
๐ Table of Contents
๐ Implemented Methods
| Method | Resource |
|---|---|
| GradAscent, GradDiff | Naive baselines found in many papers including MUSE, TOFU etc. |
| NPO | Paper๐, Code ๐ |
| SimNPO | Paper๐, Code ๐ |
| IdkDPO | TOFU (๐) |
| RMU | WMDP paper (๐, ๐), later used in G-effect (๐) |
| UNDIAL | Paper๐, Code ๐ |
| AltPO | Paper๐, Code ๐ |
| SatImp | Paper๐, Code ๐ |
| WGA (G-effect) | Paper๐, Code ๐ |
| CE-U (Cross-Entropy unlearning) | Paper๐ |
| PDU | Paper ๐ |
๐ Benchmarks
| Benchmark | Resource |
|---|---|
| TOFU | Paper๐ |
| MUSE | Paper๐ |
| WMDP | Paper๐ |
๐ Evaluation Metrics
| Metric | Resource |
|---|---|
| Verbatim Probability / ROUGE, simple QA-ROUGE | Naive metrics found in many papers including MUSE, TOFU etc. |
| Membership Inference Attacks (LOSS, ZLib, Reference, GradNorm, MinK, MinK++) | MIMIR (๐), MUSE (๐) |
| PrivLeak | MUSE (๐) |
| Forget Quality, Truth Ratio, Model Utility | TOFU (๐) |
| Extraction Strength (ES) | Carlini et al., 2021 (๐), used for unlearning in Wang et al., 2025 (๐) |
| Exact Memorization (EM) | Tirumala et al., 2022 (๐), used for unlearning in Wang et al., 2025 (๐) |
| lm-evaluation-harness | Repository: ๐ป |