Skip to content

Update SatImp Hyperparameter and add ES retain metric.#192

Open
Puning97 wants to merge 4 commits into
locuslab:mainfrom
Puning97:main
Open

Update SatImp Hyperparameter and add ES retain metric.#192
Puning97 wants to merge 4 commits into
locuslab:mainfrom
Puning97:main

Conversation

@Puning97
Copy link
Copy Markdown
Contributor

What does this PR do?

Fixes # (issue)

We update the hyperparameter settings of SatImp.

Based on feedback from several colleagues, we noticed that the default hyperparameter settings for SatImp were not effective in the first version. This is because these settings were evaluated using the old TOFU code rather than OpenUnlearning. We also found that, under the same hyperparameter settings, the model obtained in OpenUnlearning with 10 epochs is similar to the one obtained in TOFU with 10 epochs but with early stopping at the 2nd epoch.

We add ES metric evaluation on the retain dataset.

As mentioned in the original paper, ES is also used for retain data. Thus, we added this option to the metric module. This makes it convenient to use ES_forget and ES_retain to compute the forget-retain trade-off with a deviation score.

Before submitting

  • [ ✓] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • [ ✓] Have you gone through the contributions guide?
  • [✓ ] Are your changes documented? Read documentation guidelines here.

Puning97 added 4 commits May 11, 2026 23:12
We update the following components:

Extraction Strength (ES) metric for retain data.

Hyperparameter default setting for SatImp

New method EUA, which is accepted in ICML2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant