File size: 943 Bytes
f3a2706 e292d51 d1ee8cb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | ---
license: apache-2.0
language:
- en
tags:
- recommender-system
- machine-unlearning
- benchmark
pretty_name: ERASE
size_categories:
- 1K<n<10K
---
# ERASE – A Real-World Aligned Benchmark for Unlearning in Recommender Systems
ERASE is a benchmark for evaluating machine unlearning methods in recommender systems under real-world inspired conditions. It provides a standardized framework for measuring unlearning **efficiency**, **utility**, and **effectiveness** across multiple datasets and models.
For full details, code, and documentation, see the [GitHub repository](https://github.com/deem-data/erase-bench/).
## Repository Contents
- **`saved/`** — Trained, retrained, and unlearned model checkpoints
- **`logs/`** — Logs from training, retraining, and unlearning runs, including efficiency, utility, and effectiveness metrics
- **`dataset/`** — Instructions and scripts for downloading the datasets used in the benchmark |