-
Notifications
You must be signed in to change notification settings - Fork 468
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
Add MMLU downstream tasks #468
Conversation
There's one failing type check that I can't quite figure out, it doesn't like the |
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.
That's all it takes? Is it because hails/mmlu_no_train
already has the data in a workable format?
The HF dataset (either |
MMLU also needs to be added to the configs, right? |
Together with @yulinggu-cs, we added the following tasks from MMLU to the in-loop downstream evaluation suite:
Validation sets:
Test sets:
We also updated the
metric_type
forboolq
andarc_challenge
from "pmi_dc" to "acc" and "len_norm". These are generally correlated, although ideally "pmi_dc" would be used for several datasets once it's properly implemented.boolq
should be fine with "acc" though.Note that this adds some processing time at startup.