Commit b1ba4e71 authored by lintangsutawika's avatar lintangsutawika
Browse files

added alt worlds prompts

parent 2afe7770
"dataset_name": "miscellaneous"
"description": "The following are multiple choice questions (with answers) about miscellaneous.\n\n"
"include": "_template_yaml"
"task": "mmlu_style_02_fc_miscellaneous"
"dataset_name": "moral_disputes"
"description": "The following are multiple choice questions (with answers) about moral disputes.\n\n"
"include": "_template_yaml"
"task": "mmlu_style_02_fc_moral_disputes"
"dataset_name": "moral_scenarios"
"description": "The following are multiple choice questions (with answers) about moral scenarios.\n\n"
"include": "_template_yaml"
"task": "mmlu_style_02_fc_moral_scenarios"
"dataset_name": "nutrition"
"description": "The following are multiple choice questions (with answers) about nutrition.\n\n"
"include": "_template_yaml"
"task": "mmlu_style_02_fc_nutrition"
"dataset_name": "philosophy"
"description": "The following are multiple choice questions (with answers) about philosophy.\n\n"
"include": "_template_yaml"
"task": "mmlu_style_02_fc_philosophy"
"dataset_name": "prehistory"
"description": "The following are multiple choice questions (with answers) about prehistory.\n\n"
"include": "_template_yaml"
"task": "mmlu_style_02_fc_prehistory"
"dataset_name": "professional_accounting"
"description": "The following are multiple choice questions (with answers) about professional accounting.\n\n"
"include": "_template_yaml"
"task": "mmlu_style_02_fc_professional_accounting"
"dataset_name": "professional_law"
"description": "The following are multiple choice questions (with answers) about professional law.\n\n"
"include": "_template_yaml"
"task": "mmlu_style_02_fc_professional_law"
"dataset_name": "professional_medicine"
"description": "The following are multiple choice questions (with answers) about professional medicine.\n\n"
"include": "_template_yaml"
"task": "mmlu_style_02_fc_professional_medicine"
"dataset_name": "professional_psychology"
"description": "The following are multiple choice questions (with answers) about professional psychology.\n\n"
"include": "_template_yaml"
"task": "mmlu_style_02_fc_professional_psychology"
"dataset_name": "public_relations"
"description": "The following are multiple choice questions (with answers) about public relations.\n\n"
"include": "_template_yaml"
"task": "mmlu_style_02_fc_public_relations"
"dataset_name": "security_studies"
"description": "The following are multiple choice questions (with answers) about security studies.\n\n"
"include": "_template_yaml"
"task": "mmlu_style_02_fc_security_studies"
"dataset_name": "sociology"
"description": "The following are multiple choice questions (with answers) about sociology.\n\n"
"include": "_template_yaml"
"task": "mmlu_style_02_fc_sociology"
"dataset_name": "us_foreign_policy"
"description": "The following are multiple choice questions (with answers) about us foreign policy.\n\n"
"include": "_template_yaml"
"task": "mmlu_style_02_fc_us_foreign_policy"
"dataset_name": "virology"
"description": "The following are multiple choice questions (with answers) about virology.\n\n"
"include": "_template_yaml"
"task": "mmlu_style_02_fc_virology"
"dataset_name": "world_religions"
"description": "The following are multiple choice questions (with answers) about world religions.\n\n"
"include": "_template_yaml"
"task": "mmlu_style_02_fc_world_religions"
group: mmlu_style_03_fc
dataset_path: cais/mmlu
test_split: test
fewshot_split: dev
output_type: multiple_choice
doc_to_text: "Q: {{question.strip()}}\nA) {{choices[0]}}\nB) {{choices[1]}}\nC) {{choices[2]}}\nD) {{choices[3]}}\nA: "
doc_to_choice: "{{['A) '+choices[0], 'B) '+choices[1], 'C) '+choices[2], 'D) '+choices[3]]}}" # "{{choices}}" # ["A", "B", "C", "D"]
doc_to_target: answer
metric_list:
- metric: acc
aggregation: mean
higher_is_better: true
- metric: acc_norm
aggregation: mean
higher_is_better: true
"dataset_name": "abstract_algebra"
"description": "The following are multiple choice questions (with answers) about abstract algebra.\n\n"
"include": "_template_yaml"
"task": "mmlu_style_03_fc_abstract_algebra"
"dataset_name": "anatomy"
"description": "The following are multiple choice questions (with answers) about anatomy.\n\n"
"include": "_template_yaml"
"task": "mmlu_style_03_fc_anatomy"
"dataset_name": "astronomy"
"description": "The following are multiple choice questions (with answers) about astronomy.\n\n"
"include": "_template_yaml"
"task": "mmlu_style_03_fc_astronomy"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment