Commit 6dfe848e authored by lintangsutawika's avatar lintangsutawika
Browse files

added group and task alias

parent d1e7a30a
...@@ -112,9 +112,11 @@ if __name__ == "__main__": ...@@ -112,9 +112,11 @@ if __name__ == "__main__":
"group": f"mmlu_{args.task_prefix}_{category}" "group": f"mmlu_{args.task_prefix}_{category}"
if args.task_prefix != "" if args.task_prefix != ""
else f"mmlu_{category}", else f"mmlu_{category}",
"group_alias": category.replace("_", " "),
"task": f"mmlu_{args.task_prefix}_{subject}" "task": f"mmlu_{args.task_prefix}_{subject}"
if args.task_prefix != "" if args.task_prefix != ""
else f"mmlu_{subject}", else f"mmlu_{subject}",
"task_alias": subject.replace("_", " "),
"dataset_name": subject, "dataset_name": subject,
"description": description, "description": description,
} }
......
"dataset_name": "abstract_algebra" "dataset_name": "abstract_algebra"
"description": "The following are multiple choice questions (with answers) about abstract algebra.\n\n" "description": "The following are multiple choice questions (with answers) about abstract\
\ algebra.\n\n"
"group": "mmlu_stem" "group": "mmlu_stem"
"group_alias": "stem"
"include": "_default_template_yaml" "include": "_default_template_yaml"
"task": "mmlu_abstract_algebra" "task": "mmlu_abstract_algebra"
"task_alias": "abstract_algebra"
"dataset_name": "anatomy" "dataset_name": "anatomy"
"description": "The following are multiple choice questions (with answers) about anatomy.\n\n" "description": "The following are multiple choice questions (with answers) about anatomy.\n\
\n"
"group": "mmlu_stem" "group": "mmlu_stem"
"group_alias": "stem"
"include": "_default_template_yaml" "include": "_default_template_yaml"
"task": "mmlu_anatomy" "task": "mmlu_anatomy"
"task_alias": "anatomy"
"dataset_name": "astronomy" "dataset_name": "astronomy"
"description": "The following are multiple choice questions (with answers) about astronomy.\n\n" "description": "The following are multiple choice questions (with answers) about astronomy.\n\
\n"
"group": "mmlu_stem" "group": "mmlu_stem"
"group_alias": "stem"
"include": "_default_template_yaml" "include": "_default_template_yaml"
"task": "mmlu_astronomy" "task": "mmlu_astronomy"
"task_alias": "astronomy"
"dataset_name": "business_ethics" "dataset_name": "business_ethics"
"description": "The following are multiple choice questions (with answers) about business ethics.\n\n" "description": "The following are multiple choice questions (with answers) about business\
\ ethics.\n\n"
"group": "mmlu_other" "group": "mmlu_other"
"group_alias": "other"
"include": "_default_template_yaml" "include": "_default_template_yaml"
"task": "mmlu_business_ethics" "task": "mmlu_business_ethics"
"task_alias": "business_ethics"
"dataset_name": "clinical_knowledge" "dataset_name": "clinical_knowledge"
"description": "The following are multiple choice questions (with answers) about clinical knowledge.\n\n" "description": "The following are multiple choice questions (with answers) about clinical\
\ knowledge.\n\n"
"group": "mmlu_other" "group": "mmlu_other"
"group_alias": "other"
"include": "_default_template_yaml" "include": "_default_template_yaml"
"task": "mmlu_clinical_knowledge" "task": "mmlu_clinical_knowledge"
"task_alias": "clinical_knowledge"
"dataset_name": "college_biology" "dataset_name": "college_biology"
"description": "The following are multiple choice questions (with answers) about college biology.\n\n" "description": "The following are multiple choice questions (with answers) about college\
\ biology.\n\n"
"group": "mmlu_stem" "group": "mmlu_stem"
"group_alias": "stem"
"include": "_default_template_yaml" "include": "_default_template_yaml"
"task": "mmlu_college_biology" "task": "mmlu_college_biology"
"task_alias": "college_biology"
"dataset_name": "college_chemistry" "dataset_name": "college_chemistry"
"description": "The following are multiple choice questions (with answers) about college chemistry.\n\n" "description": "The following are multiple choice questions (with answers) about college\
\ chemistry.\n\n"
"group": "mmlu_stem" "group": "mmlu_stem"
"group_alias": "stem"
"include": "_default_template_yaml" "include": "_default_template_yaml"
"task": "mmlu_college_chemistry" "task": "mmlu_college_chemistry"
"task_alias": "college_chemistry"
"dataset_name": "college_computer_science" "dataset_name": "college_computer_science"
"description": "The following are multiple choice questions (with answers) about college computer science.\n\n" "description": "The following are multiple choice questions (with answers) about college\
\ computer science.\n\n"
"group": "mmlu_stem" "group": "mmlu_stem"
"group_alias": "stem"
"include": "_default_template_yaml" "include": "_default_template_yaml"
"task": "mmlu_college_computer_science" "task": "mmlu_college_computer_science"
"task_alias": "college_computer_science"
"dataset_name": "college_mathematics" "dataset_name": "college_mathematics"
"description": "The following are multiple choice questions (with answers) about college mathematics.\n\n" "description": "The following are multiple choice questions (with answers) about college\
\ mathematics.\n\n"
"group": "mmlu_stem" "group": "mmlu_stem"
"group_alias": "stem"
"include": "_default_template_yaml" "include": "_default_template_yaml"
"task": "mmlu_college_mathematics" "task": "mmlu_college_mathematics"
"task_alias": "college_mathematics"
"dataset_name": "college_medicine" "dataset_name": "college_medicine"
"description": "The following are multiple choice questions (with answers) about college medicine.\n\n" "description": "The following are multiple choice questions (with answers) about college\
\ medicine.\n\n"
"group": "mmlu_other" "group": "mmlu_other"
"group_alias": "other"
"include": "_default_template_yaml" "include": "_default_template_yaml"
"task": "mmlu_college_medicine" "task": "mmlu_college_medicine"
"task_alias": "college_medicine"
"dataset_name": "college_physics" "dataset_name": "college_physics"
"description": "The following are multiple choice questions (with answers) about college physics.\n\n" "description": "The following are multiple choice questions (with answers) about college\
\ physics.\n\n"
"group": "mmlu_stem" "group": "mmlu_stem"
"group_alias": "stem"
"include": "_default_template_yaml" "include": "_default_template_yaml"
"task": "mmlu_college_physics" "task": "mmlu_college_physics"
"task_alias": "college_physics"
"dataset_name": "computer_security" "dataset_name": "computer_security"
"description": "The following are multiple choice questions (with answers) about computer security.\n\n" "description": "The following are multiple choice questions (with answers) about computer\
\ security.\n\n"
"group": "mmlu_stem" "group": "mmlu_stem"
"group_alias": "stem"
"include": "_default_template_yaml" "include": "_default_template_yaml"
"task": "mmlu_computer_security" "task": "mmlu_computer_security"
"task_alias": "computer_security"
"dataset_name": "conceptual_physics" "dataset_name": "conceptual_physics"
"description": "The following are multiple choice questions (with answers) about conceptual physics.\n\n" "description": "The following are multiple choice questions (with answers) about conceptual\
\ physics.\n\n"
"group": "mmlu_stem" "group": "mmlu_stem"
"group_alias": "stem"
"include": "_default_template_yaml" "include": "_default_template_yaml"
"task": "mmlu_conceptual_physics" "task": "mmlu_conceptual_physics"
"task_alias": "conceptual_physics"
"dataset_name": "econometrics" "dataset_name": "econometrics"
"description": "The following are multiple choice questions (with answers) about econometrics.\n\n" "description": "The following are multiple choice questions (with answers) about econometrics.\n\
\n"
"group": "mmlu_social_sciences" "group": "mmlu_social_sciences"
"group_alias": "social_sciences"
"include": "_default_template_yaml" "include": "_default_template_yaml"
"task": "mmlu_econometrics" "task": "mmlu_econometrics"
"task_alias": "econometrics"
"dataset_name": "electrical_engineering" "dataset_name": "electrical_engineering"
"description": "The following are multiple choice questions (with answers) about electrical engineering.\n\n" "description": "The following are multiple choice questions (with answers) about electrical\
\ engineering.\n\n"
"group": "mmlu_stem" "group": "mmlu_stem"
"group_alias": "stem"
"include": "_default_template_yaml" "include": "_default_template_yaml"
"task": "mmlu_electrical_engineering" "task": "mmlu_electrical_engineering"
"task_alias": "electrical_engineering"
"dataset_name": "elementary_mathematics" "dataset_name": "elementary_mathematics"
"description": "The following are multiple choice questions (with answers) about elementary mathematics.\n\n" "description": "The following are multiple choice questions (with answers) about elementary\
\ mathematics.\n\n"
"group": "mmlu_stem" "group": "mmlu_stem"
"group_alias": "stem"
"include": "_default_template_yaml" "include": "_default_template_yaml"
"task": "mmlu_elementary_mathematics" "task": "mmlu_elementary_mathematics"
"task_alias": "elementary_mathematics"
"dataset_name": "formal_logic" "dataset_name": "formal_logic"
"description": "The following are multiple choice questions (with answers) about formal logic.\n\n" "description": "The following are multiple choice questions (with answers) about formal\
\ logic.\n\n"
"group": "mmlu_humanities" "group": "mmlu_humanities"
"group_alias": "humanities"
"include": "_default_template_yaml" "include": "_default_template_yaml"
"task": "mmlu_formal_logic" "task": "mmlu_formal_logic"
"task_alias": "formal_logic"
"dataset_name": "global_facts" "dataset_name": "global_facts"
"description": "The following are multiple choice questions (with answers) about global facts.\n\n" "description": "The following are multiple choice questions (with answers) about global\
\ facts.\n\n"
"group": "mmlu_other" "group": "mmlu_other"
"group_alias": "other"
"include": "_default_template_yaml" "include": "_default_template_yaml"
"task": "mmlu_global_facts" "task": "mmlu_global_facts"
"task_alias": "global_facts"
"dataset_name": "high_school_biology" "dataset_name": "high_school_biology"
"description": "The following are multiple choice questions (with answers) about high school biology.\n\n" "description": "The following are multiple choice questions (with answers) about high\
\ school biology.\n\n"
"group": "mmlu_stem" "group": "mmlu_stem"
"group_alias": "stem"
"include": "_default_template_yaml" "include": "_default_template_yaml"
"task": "mmlu_high_school_biology" "task": "mmlu_high_school_biology"
"task_alias": "high_school_biology"
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