Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/_default_template_yaml +15 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/_mmlu.yaml +6 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_abstract_algebra.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_anatomy.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_astronomy.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_business_ethics.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_clinical_knowledge.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_college_biology.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_college_chemistry.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_college_computer_science.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_college_mathematics.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_college_medicine.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_college_physics.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_computer_security.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_conceptual_physics.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_econometrics.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_electrical_engineering.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_elementary_mathematics.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_formal_logic.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_global_facts.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_biology.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_chemistry.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_computer_science.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_european_history.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_geography.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_government_and_politics.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_macroeconomics.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_mathematics.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_microeconomics.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_physics.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_psychology.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_statistics.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_us_history.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_world_history.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_human_aging.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_human_sexuality.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_international_law.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_jurisprudence.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_logical_fallacies.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_machine_learning.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_management.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_marketing.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_medical_genetics.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_miscellaneous.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_moral_disputes.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_moral_scenarios.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_nutrition.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_philosophy.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_prehistory.yaml +8 -0
- lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_professional_accounting.yaml +8 -0
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/_default_template_yaml
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
dataset_path: hails/mmlu_no_train # a copy of `cais/mmlu` with no auxiliary_train split
|
2 |
+
test_split: test
|
3 |
+
fewshot_split: dev
|
4 |
+
fewshot_config:
|
5 |
+
sampler: first_n
|
6 |
+
output_type: multiple_choice
|
7 |
+
doc_to_text: "{{question.strip()}}\nA. {{choices[0]}}\nB. {{choices[1]}}\nC. {{choices[2]}}\nD. {{choices[3]}}\nAnswer:"
|
8 |
+
doc_to_choice: ["A", "B", "C", "D"]
|
9 |
+
doc_to_target: answer
|
10 |
+
metric_list:
|
11 |
+
- metric: acc
|
12 |
+
aggregation: mean
|
13 |
+
higher_is_better: true
|
14 |
+
metadata:
|
15 |
+
version: 0.0
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/_mmlu.yaml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
group: mmlu
|
2 |
+
task:
|
3 |
+
- mmlu_stem
|
4 |
+
- mmlu_other
|
5 |
+
- mmlu_social_sciences
|
6 |
+
- mmlu_humanities
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_abstract_algebra.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "abstract_algebra"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about abstract\
|
3 |
+
\ algebra.\n\n"
|
4 |
+
"group": "mmlu_stem"
|
5 |
+
"group_alias": "stem"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_abstract_algebra"
|
8 |
+
"task_alias": "abstract_algebra"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_anatomy.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "anatomy"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about anatomy.\n\
|
3 |
+
\n"
|
4 |
+
"group": "mmlu_stem"
|
5 |
+
"group_alias": "stem"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_anatomy"
|
8 |
+
"task_alias": "anatomy"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_astronomy.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "astronomy"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about astronomy.\n\
|
3 |
+
\n"
|
4 |
+
"group": "mmlu_stem"
|
5 |
+
"group_alias": "stem"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_astronomy"
|
8 |
+
"task_alias": "astronomy"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_business_ethics.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "business_ethics"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about business\
|
3 |
+
\ ethics.\n\n"
|
4 |
+
"group": "mmlu_other"
|
5 |
+
"group_alias": "other"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_business_ethics"
|
8 |
+
"task_alias": "business_ethics"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_clinical_knowledge.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "clinical_knowledge"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about clinical\
|
3 |
+
\ knowledge.\n\n"
|
4 |
+
"group": "mmlu_other"
|
5 |
+
"group_alias": "other"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_clinical_knowledge"
|
8 |
+
"task_alias": "clinical_knowledge"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_college_biology.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "college_biology"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about college\
|
3 |
+
\ biology.\n\n"
|
4 |
+
"group": "mmlu_stem"
|
5 |
+
"group_alias": "stem"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_college_biology"
|
8 |
+
"task_alias": "college_biology"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_college_chemistry.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "college_chemistry"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about college\
|
3 |
+
\ chemistry.\n\n"
|
4 |
+
"group": "mmlu_stem"
|
5 |
+
"group_alias": "stem"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_college_chemistry"
|
8 |
+
"task_alias": "college_chemistry"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_college_computer_science.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "college_computer_science"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about college\
|
3 |
+
\ computer science.\n\n"
|
4 |
+
"group": "mmlu_stem"
|
5 |
+
"group_alias": "stem"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_college_computer_science"
|
8 |
+
"task_alias": "college_computer_science"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_college_mathematics.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "college_mathematics"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about college\
|
3 |
+
\ mathematics.\n\n"
|
4 |
+
"group": "mmlu_stem"
|
5 |
+
"group_alias": "stem"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_college_mathematics"
|
8 |
+
"task_alias": "college_mathematics"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_college_medicine.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "college_medicine"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about college\
|
3 |
+
\ medicine.\n\n"
|
4 |
+
"group": "mmlu_other"
|
5 |
+
"group_alias": "other"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_college_medicine"
|
8 |
+
"task_alias": "college_medicine"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_college_physics.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "college_physics"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about college\
|
3 |
+
\ physics.\n\n"
|
4 |
+
"group": "mmlu_stem"
|
5 |
+
"group_alias": "stem"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_college_physics"
|
8 |
+
"task_alias": "college_physics"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_computer_security.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "computer_security"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about computer\
|
3 |
+
\ security.\n\n"
|
4 |
+
"group": "mmlu_stem"
|
5 |
+
"group_alias": "stem"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_computer_security"
|
8 |
+
"task_alias": "computer_security"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_conceptual_physics.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "conceptual_physics"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about conceptual\
|
3 |
+
\ physics.\n\n"
|
4 |
+
"group": "mmlu_stem"
|
5 |
+
"group_alias": "stem"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_conceptual_physics"
|
8 |
+
"task_alias": "conceptual_physics"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_econometrics.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "econometrics"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about econometrics.\n\
|
3 |
+
\n"
|
4 |
+
"group": "mmlu_social_sciences"
|
5 |
+
"group_alias": "social_sciences"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_econometrics"
|
8 |
+
"task_alias": "econometrics"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_electrical_engineering.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "electrical_engineering"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about electrical\
|
3 |
+
\ engineering.\n\n"
|
4 |
+
"group": "mmlu_stem"
|
5 |
+
"group_alias": "stem"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_electrical_engineering"
|
8 |
+
"task_alias": "electrical_engineering"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_elementary_mathematics.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "elementary_mathematics"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about elementary\
|
3 |
+
\ mathematics.\n\n"
|
4 |
+
"group": "mmlu_stem"
|
5 |
+
"group_alias": "stem"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_elementary_mathematics"
|
8 |
+
"task_alias": "elementary_mathematics"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_formal_logic.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "formal_logic"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about formal\
|
3 |
+
\ logic.\n\n"
|
4 |
+
"group": "mmlu_humanities"
|
5 |
+
"group_alias": "humanities"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_formal_logic"
|
8 |
+
"task_alias": "formal_logic"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_global_facts.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "global_facts"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about global\
|
3 |
+
\ facts.\n\n"
|
4 |
+
"group": "mmlu_other"
|
5 |
+
"group_alias": "other"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_global_facts"
|
8 |
+
"task_alias": "global_facts"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_biology.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "high_school_biology"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about high\
|
3 |
+
\ school biology.\n\n"
|
4 |
+
"group": "mmlu_stem"
|
5 |
+
"group_alias": "stem"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_high_school_biology"
|
8 |
+
"task_alias": "high_school_biology"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_chemistry.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "high_school_chemistry"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about high\
|
3 |
+
\ school chemistry.\n\n"
|
4 |
+
"group": "mmlu_stem"
|
5 |
+
"group_alias": "stem"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_high_school_chemistry"
|
8 |
+
"task_alias": "high_school_chemistry"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_computer_science.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "high_school_computer_science"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about high\
|
3 |
+
\ school computer science.\n\n"
|
4 |
+
"group": "mmlu_stem"
|
5 |
+
"group_alias": "stem"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_high_school_computer_science"
|
8 |
+
"task_alias": "high_school_computer_science"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_european_history.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "high_school_european_history"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about high\
|
3 |
+
\ school european history.\n\n"
|
4 |
+
"group": "mmlu_humanities"
|
5 |
+
"group_alias": "humanities"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_high_school_european_history"
|
8 |
+
"task_alias": "high_school_european_history"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_geography.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "high_school_geography"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about high\
|
3 |
+
\ school geography.\n\n"
|
4 |
+
"group": "mmlu_social_sciences"
|
5 |
+
"group_alias": "social_sciences"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_high_school_geography"
|
8 |
+
"task_alias": "high_school_geography"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_government_and_politics.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "high_school_government_and_politics"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about high\
|
3 |
+
\ school government and politics.\n\n"
|
4 |
+
"group": "mmlu_social_sciences"
|
5 |
+
"group_alias": "social_sciences"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_high_school_government_and_politics"
|
8 |
+
"task_alias": "high_school_government_and_politics"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_macroeconomics.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "high_school_macroeconomics"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about high\
|
3 |
+
\ school macroeconomics.\n\n"
|
4 |
+
"group": "mmlu_social_sciences"
|
5 |
+
"group_alias": "social_sciences"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_high_school_macroeconomics"
|
8 |
+
"task_alias": "high_school_macroeconomics"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_mathematics.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "high_school_mathematics"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about high\
|
3 |
+
\ school mathematics.\n\n"
|
4 |
+
"group": "mmlu_stem"
|
5 |
+
"group_alias": "stem"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_high_school_mathematics"
|
8 |
+
"task_alias": "high_school_mathematics"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_microeconomics.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "high_school_microeconomics"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about high\
|
3 |
+
\ school microeconomics.\n\n"
|
4 |
+
"group": "mmlu_social_sciences"
|
5 |
+
"group_alias": "social_sciences"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_high_school_microeconomics"
|
8 |
+
"task_alias": "high_school_microeconomics"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_physics.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "high_school_physics"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about high\
|
3 |
+
\ school physics.\n\n"
|
4 |
+
"group": "mmlu_stem"
|
5 |
+
"group_alias": "stem"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_high_school_physics"
|
8 |
+
"task_alias": "high_school_physics"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_psychology.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "high_school_psychology"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about high\
|
3 |
+
\ school psychology.\n\n"
|
4 |
+
"group": "mmlu_social_sciences"
|
5 |
+
"group_alias": "social_sciences"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_high_school_psychology"
|
8 |
+
"task_alias": "high_school_psychology"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_statistics.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "high_school_statistics"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about high\
|
3 |
+
\ school statistics.\n\n"
|
4 |
+
"group": "mmlu_stem"
|
5 |
+
"group_alias": "stem"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_high_school_statistics"
|
8 |
+
"task_alias": "high_school_statistics"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_us_history.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "high_school_us_history"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about high\
|
3 |
+
\ school us history.\n\n"
|
4 |
+
"group": "mmlu_humanities"
|
5 |
+
"group_alias": "humanities"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_high_school_us_history"
|
8 |
+
"task_alias": "high_school_us_history"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_high_school_world_history.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "high_school_world_history"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about high\
|
3 |
+
\ school world history.\n\n"
|
4 |
+
"group": "mmlu_humanities"
|
5 |
+
"group_alias": "humanities"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_high_school_world_history"
|
8 |
+
"task_alias": "high_school_world_history"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_human_aging.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "human_aging"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about human\
|
3 |
+
\ aging.\n\n"
|
4 |
+
"group": "mmlu_other"
|
5 |
+
"group_alias": "other"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_human_aging"
|
8 |
+
"task_alias": "human_aging"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_human_sexuality.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "human_sexuality"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about human\
|
3 |
+
\ sexuality.\n\n"
|
4 |
+
"group": "mmlu_social_sciences"
|
5 |
+
"group_alias": "social_sciences"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_human_sexuality"
|
8 |
+
"task_alias": "human_sexuality"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_international_law.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "international_law"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about international\
|
3 |
+
\ law.\n\n"
|
4 |
+
"group": "mmlu_humanities"
|
5 |
+
"group_alias": "humanities"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_international_law"
|
8 |
+
"task_alias": "international_law"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_jurisprudence.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "jurisprudence"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about jurisprudence.\n\
|
3 |
+
\n"
|
4 |
+
"group": "mmlu_humanities"
|
5 |
+
"group_alias": "humanities"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_jurisprudence"
|
8 |
+
"task_alias": "jurisprudence"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_logical_fallacies.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "logical_fallacies"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about logical\
|
3 |
+
\ fallacies.\n\n"
|
4 |
+
"group": "mmlu_humanities"
|
5 |
+
"group_alias": "humanities"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_logical_fallacies"
|
8 |
+
"task_alias": "logical_fallacies"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_machine_learning.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "machine_learning"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about machine\
|
3 |
+
\ learning.\n\n"
|
4 |
+
"group": "mmlu_stem"
|
5 |
+
"group_alias": "stem"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_machine_learning"
|
8 |
+
"task_alias": "machine_learning"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_management.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "management"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about management.\n\
|
3 |
+
\n"
|
4 |
+
"group": "mmlu_other"
|
5 |
+
"group_alias": "other"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_management"
|
8 |
+
"task_alias": "management"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_marketing.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "marketing"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about marketing.\n\
|
3 |
+
\n"
|
4 |
+
"group": "mmlu_other"
|
5 |
+
"group_alias": "other"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_marketing"
|
8 |
+
"task_alias": "marketing"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_medical_genetics.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "medical_genetics"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about medical\
|
3 |
+
\ genetics.\n\n"
|
4 |
+
"group": "mmlu_other"
|
5 |
+
"group_alias": "other"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_medical_genetics"
|
8 |
+
"task_alias": "medical_genetics"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_miscellaneous.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "miscellaneous"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about miscellaneous.\n\
|
3 |
+
\n"
|
4 |
+
"group": "mmlu_other"
|
5 |
+
"group_alias": "other"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_miscellaneous"
|
8 |
+
"task_alias": "miscellaneous"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_moral_disputes.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "moral_disputes"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about moral\
|
3 |
+
\ disputes.\n\n"
|
4 |
+
"group": "mmlu_humanities"
|
5 |
+
"group_alias": "humanities"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_moral_disputes"
|
8 |
+
"task_alias": "moral_disputes"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_moral_scenarios.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "moral_scenarios"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about moral\
|
3 |
+
\ scenarios.\n\n"
|
4 |
+
"group": "mmlu_humanities"
|
5 |
+
"group_alias": "humanities"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_moral_scenarios"
|
8 |
+
"task_alias": "moral_scenarios"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_nutrition.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "nutrition"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about nutrition.\n\
|
3 |
+
\n"
|
4 |
+
"group": "mmlu_other"
|
5 |
+
"group_alias": "other"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_nutrition"
|
8 |
+
"task_alias": "nutrition"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_philosophy.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "philosophy"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about philosophy.\n\
|
3 |
+
\n"
|
4 |
+
"group": "mmlu_humanities"
|
5 |
+
"group_alias": "humanities"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_philosophy"
|
8 |
+
"task_alias": "philosophy"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_prehistory.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "prehistory"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about prehistory.\n\
|
3 |
+
\n"
|
4 |
+
"group": "mmlu_humanities"
|
5 |
+
"group_alias": "humanities"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_prehistory"
|
8 |
+
"task_alias": "prehistory"
|
lm-evaluation/build/lib/lm_eval/tasks/mmlu/default/mmlu_professional_accounting.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
"dataset_name": "professional_accounting"
|
2 |
+
"description": "The following are multiple choice questions (with answers) about professional\
|
3 |
+
\ accounting.\n\n"
|
4 |
+
"group": "mmlu_other"
|
5 |
+
"group_alias": "other"
|
6 |
+
"include": "_default_template_yaml"
|
7 |
+
"task": "mmlu_professional_accounting"
|
8 |
+
"task_alias": "professional_accounting"
|