Skip to content
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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Conversation

tatevik-t
Copy link

No description provided.

'professional_psychology', 'public_relations', 'security_studies', 'sociology', 'us_foreign_policy', 'virology', 'world_religions']


def format_entry(entry, category):
Copy link
Collaborator

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

Copy link
Author

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,
Copy link
Collaborator

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

Copy link
Author

@tatevik-t tatevik-t Feb 18, 2025

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"

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.

2 participants