kunwu522 / certified_edge_unlearning

MIT License
3 stars 3 forks source link

Certified Edge Unlearning for Graph Neural Networks

This is an implementation of paper [Certified Edge Unlearning for Graph Neural Networks](). We provide the code of graph edge unlearning. In addition, we present the code for reproducing the experiments.

Dependencies

Result Reproduction

Tightness of Bounds

python experiment.py -rq bound

Accuracy of CEU

python experiment.py -rq unlearn

Efficency of CEU

python experiment.py -rq efficiency

Efficacy of CEU

python experiment.py -rq efficacy

Effect of $\epsilon$

python experiment.py --rq epsilon

CGU Comparison

python experiment.py --rq cgu_compare

Common Parameters