Commit b1ba4e71 authored by lintangsutawika's avatar lintangsutawika
Browse files

added alt worlds prompts

parent 2afe7770
"dataset_name": "marketing"
"description": "The following are multiple choice questions (with answers) about marketing.\n\n"
"include": "_template_yaml"
"task": "mmlu_style_01_fc_marketing"
"dataset_name": "medical_genetics"
"description": "The following are multiple choice questions (with answers) about medical genetics.\n\n"
"include": "_template_yaml"
"task": "mmlu_style_01_fc_medical_genetics"
"dataset_name": "miscellaneous"
"description": "The following are multiple choice questions (with answers) about miscellaneous.\n\n"
"include": "_template_yaml"
"task": "mmlu_style_01_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_01_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_01_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_01_fc_nutrition"
"dataset_name": "philosophy"
"description": "The following are multiple choice questions (with answers) about philosophy.\n\n"
"include": "_template_yaml"
"task": "mmlu_style_01_fc_philosophy"
"dataset_name": "prehistory"
"description": "The following are multiple choice questions (with answers) about prehistory.\n\n"
"include": "_template_yaml"
"task": "mmlu_style_01_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_01_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_01_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_01_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_01_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_01_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_01_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_01_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_01_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_01_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_01_fc_world_religions"
group: mmlu_style_02_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]]}}"
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_02_fc_abstract_algebra"
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