-
Notifications
You must be signed in to change notification settings - Fork 53
feat: add WMDP dataset integration #93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Add WMDP cyber dataset configuration for unlearning
|
||
We invite the LLM unlearning community to collaborate by adding new benchmarks, unlearning methods, datasets and evaluation metrics here to expand OpenUnlearning's features, gain feedback from wider usage and drive progress in the field. | ||
|
||
--- | ||
|
||
### 📢 Updates | ||
|
||
#### [Apr 9, 2025] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to update just before merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's the same as WMDP_cyber_forget.yaml
Is it needed for something? If for testing performance disruption, IIRC MMLU was used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ruidazeng I don't see the path existing for this dataset in hf.
cais/wmdp-corpora
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mean for MMLU? Yeah, it's not in cais/wmdp-corpora
but in https://huggingface.co/datasets/cais/mmlu
From what I understand, in original setup, training is done on:
- "cais/wmdp-corpora" - "cyber-forget-corpus"
- "cais/wmdp-corpora" - "cyber-retain-corpus"
And evaluation on:
- "cais/wmdp" - "wmdp-cyber"
- "cais/mmlu" - "all"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see you mentioned in #80 that evaluation won't be done here anyway, but only afterwards, so I guess WMDP_cyber_forget.yaml
and WMDP_cyber_retain.yaml
just aren't needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
Add WMDP cyber dataset configuration for unlearning
What does this PR do?
Fixes #80
Before submitting