-
Notifications
You must be signed in to change notification settings - Fork 50
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
Adding MMLU-Redux dataset #394
base: main
Are you sure you want to change the base?
Conversation
'professional_psychology', 'public_relations', 'security_studies', 'sociology', 'us_foreign_policy', 'virology', 'world_religions'] | ||
|
||
|
||
def format_entry(entry, category): |
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.
Was this preprocessing adapted from an external sources? If so, please add reference
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.
No, I have written it from scratch
"C": entry['choices'][2], | ||
"D": entry['choices'][3], | ||
"expected_answer": final_answer, | ||
"category": category, |
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.
use "subset_for_metrics" to have accuracy break down per domain, no need to save each domain in a separate .jsonl
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.
The code saves all the data in one test.jsonl. Renamed "category" to "subset_for_metrics"
487f2f4
to
18a7b77
Compare
No description provided.