Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
815f59e6
Unverified
Commit
815f59e6
authored
Nov 06, 2023
by
Lintang Sutawika
Committed by
GitHub
Nov 06, 2023
Browse files
Merge pull request #922 from EleutherAI/mmlu_subgroups
[Refactor] Mmlu subgroups and weight avg
parents
3533e4b9
44124d95
Changes
299
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
120 additions
and
152 deletions
+120
-152
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_logical_fallacies.yaml
.../tasks/mmlu/flan_cot_zeroshot/mmlu_logical_fallacies.yaml
+6
-8
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_machine_learning.yaml
...l/tasks/mmlu/flan_cot_zeroshot/mmlu_machine_learning.yaml
+6
-8
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_management.yaml
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_management.yaml
+6
-7
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_marketing.yaml
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_marketing.yaml
+6
-7
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_medical_genetics.yaml
...l/tasks/mmlu/flan_cot_zeroshot/mmlu_medical_genetics.yaml
+6
-8
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_miscellaneous.yaml
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_miscellaneous.yaml
+6
-7
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_moral_disputes.yaml
...val/tasks/mmlu/flan_cot_zeroshot/mmlu_moral_disputes.yaml
+6
-8
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_moral_scenarios.yaml
...al/tasks/mmlu/flan_cot_zeroshot/mmlu_moral_scenarios.yaml
+6
-8
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_nutrition.yaml
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_nutrition.yaml
+6
-7
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_philosophy.yaml
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_philosophy.yaml
+6
-7
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_prehistory.yaml
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_prehistory.yaml
+6
-7
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_professional_accounting.yaml
.../mmlu/flan_cot_zeroshot/mmlu_professional_accounting.yaml
+6
-8
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_professional_law.yaml
...l/tasks/mmlu/flan_cot_zeroshot/mmlu_professional_law.yaml
+6
-8
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_professional_medicine.yaml
...ks/mmlu/flan_cot_zeroshot/mmlu_professional_medicine.yaml
+6
-8
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_professional_psychology.yaml
.../mmlu/flan_cot_zeroshot/mmlu_professional_psychology.yaml
+6
-8
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_public_relations.yaml
...l/tasks/mmlu/flan_cot_zeroshot/mmlu_public_relations.yaml
+6
-8
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_security_studies.yaml
...l/tasks/mmlu/flan_cot_zeroshot/mmlu_security_studies.yaml
+6
-8
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_sociology.yaml
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_sociology.yaml
+6
-7
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_us_foreign_policy.yaml
.../tasks/mmlu/flan_cot_zeroshot/mmlu_us_foreign_policy.yaml
+6
-8
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_virology.yaml
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_virology.yaml
+6
-7
No files found.
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_logical_fallacies.yaml
View file @
815f59e6
dataset_name
:
logical_fallacies
"
dataset_name"
:
"
logical_fallacies"
description
:
'
The
following
are
multiple
choice
questions
(with
answers)
about
logical
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
logical
\
fallacies.
\
fallacies.
\n\n
"
"
group"
:
"
mmlu_flan_cot_zeroshot_humanities"
"
include"
:
"
_mmlu_flan_cot_zeroshot_template_yaml"
'
"
task"
:
"
mmlu_flan_cot_zeroshot_logical_fallacies"
include
:
_mmlu_flan_generative_template_yaml
task
:
mmlu_flan_cot_zeroshot_logical_fallacies
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_machine_learning.yaml
View file @
815f59e6
dataset_name
:
machine_learning
"
dataset_name"
:
"
machine_learning"
description
:
'
The
following
are
multiple
choice
questions
(with
answers)
about
machine
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
machine
\
learning.
\
learning.
\n\n
"
"
group"
:
"
mmlu_flan_cot_zeroshot_stem"
"
include"
:
"
_mmlu_flan_cot_zeroshot_template_yaml"
'
"
task"
:
"
mmlu_flan_cot_zeroshot_machine_learning"
include
:
_mmlu_flan_generative_template_yaml
task
:
mmlu_flan_cot_zeroshot_machine_learning
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_management.yaml
View file @
815f59e6
dataset_name
:
management
"
dataset_name"
:
"
management"
description
:
'
The
following
are
multiple
choice
questions
(with
answers)
about
management.
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
management.
\n\
\n
"
"
group"
:
"
mmlu_flan_cot_zeroshot_other"
'
"
include"
:
"
_mmlu_flan_cot_zeroshot_template_yaml"
include
:
_mmlu_flan_generative_template_yaml
"
task"
:
"
mmlu_flan_cot_zeroshot_management"
task
:
mmlu_flan_cot_zeroshot_management
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_marketing.yaml
View file @
815f59e6
dataset_name
:
marketing
"
dataset_name"
:
"
marketing"
description
:
'
The
following
are
multiple
choice
questions
(with
answers)
about
marketing.
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
marketing.
\n\
\n
"
"
group"
:
"
mmlu_flan_cot_zeroshot_other"
'
"
include"
:
"
_mmlu_flan_cot_zeroshot_template_yaml"
include
:
_mmlu_flan_generative_template_yaml
"
task"
:
"
mmlu_flan_cot_zeroshot_marketing"
task
:
mmlu_flan_cot_zeroshot_marketing
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_medical_genetics.yaml
View file @
815f59e6
dataset_name
:
medical_genetics
"
dataset_name"
:
"
medical_genetics"
description
:
'
The
following
are
multiple
choice
questions
(with
answers)
about
medical
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
medical
\
genetics.
\
genetics.
\n\n
"
"
group"
:
"
mmlu_flan_cot_zeroshot_other"
"
include"
:
"
_mmlu_flan_cot_zeroshot_template_yaml"
'
"
task"
:
"
mmlu_flan_cot_zeroshot_medical_genetics"
include
:
_mmlu_flan_generative_template_yaml
task
:
mmlu_flan_cot_zeroshot_medical_genetics
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_miscellaneous.yaml
View file @
815f59e6
dataset_name
:
miscellaneous
"
dataset_name"
:
"
miscellaneous"
description
:
'
The
following
are
multiple
choice
questions
(with
answers)
about
miscellaneous.
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
miscellaneous.
\n\
\n
"
"
group"
:
"
mmlu_flan_cot_zeroshot_other"
'
"
include"
:
"
_mmlu_flan_cot_zeroshot_template_yaml"
include
:
_mmlu_flan_generative_template_yaml
"
task"
:
"
mmlu_flan_cot_zeroshot_miscellaneous"
task
:
mmlu_flan_cot_zeroshot_miscellaneous
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_moral_disputes.yaml
View file @
815f59e6
dataset_name
:
moral_disputes
"
dataset_name"
:
"
moral_disputes"
description
:
'
The
following
are
multiple
choice
questions
(with
answers)
about
moral
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
moral
\
disputes.
\
disputes.
\n\n
"
"
group"
:
"
mmlu_flan_cot_zeroshot_humanities"
"
include"
:
"
_mmlu_flan_cot_zeroshot_template_yaml"
'
"
task"
:
"
mmlu_flan_cot_zeroshot_moral_disputes"
include
:
_mmlu_flan_generative_template_yaml
task
:
mmlu_flan_cot_zeroshot_moral_disputes
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_moral_scenarios.yaml
View file @
815f59e6
dataset_name
:
moral_scenarios
"
dataset_name"
:
"
moral_scenarios"
description
:
'
The
following
are
multiple
choice
questions
(with
answers)
about
moral
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
moral
\
scenarios.
\
scenarios.
\n\n
"
"
group"
:
"
mmlu_flan_cot_zeroshot_humanities"
"
include"
:
"
_mmlu_flan_cot_zeroshot_template_yaml"
'
"
task"
:
"
mmlu_flan_cot_zeroshot_moral_scenarios"
include
:
_mmlu_flan_generative_template_yaml
task
:
mmlu_flan_cot_zeroshot_moral_scenarios
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_nutrition.yaml
View file @
815f59e6
dataset_name
:
nutrition
"
dataset_name"
:
"
nutrition"
description
:
'
The
following
are
multiple
choice
questions
(with
answers)
about
nutrition.
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
nutrition.
\n\
\n
"
"
group"
:
"
mmlu_flan_cot_zeroshot_other"
'
"
include"
:
"
_mmlu_flan_cot_zeroshot_template_yaml"
include
:
_mmlu_flan_generative_template_yaml
"
task"
:
"
mmlu_flan_cot_zeroshot_nutrition"
task
:
mmlu_flan_cot_zeroshot_nutrition
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_philosophy.yaml
View file @
815f59e6
dataset_name
:
philosophy
"
dataset_name"
:
"
philosophy"
description
:
'
The
following
are
multiple
choice
questions
(with
answers)
about
philosophy.
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
philosophy.
\n\
\n
"
"
group"
:
"
mmlu_flan_cot_zeroshot_humanities"
'
"
include"
:
"
_mmlu_flan_cot_zeroshot_template_yaml"
include
:
_mmlu_flan_generative_template_yaml
"
task"
:
"
mmlu_flan_cot_zeroshot_philosophy"
task
:
mmlu_flan_cot_zeroshot_philosophy
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_prehistory.yaml
View file @
815f59e6
dataset_name
:
prehistory
"
dataset_name"
:
"
prehistory"
description
:
'
The
following
are
multiple
choice
questions
(with
answers)
about
prehistory.
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
prehistory.
\n\
\n
"
"
group"
:
"
mmlu_flan_cot_zeroshot_humanities"
'
"
include"
:
"
_mmlu_flan_cot_zeroshot_template_yaml"
include
:
_mmlu_flan_generative_template_yaml
"
task"
:
"
mmlu_flan_cot_zeroshot_prehistory"
task
:
mmlu_flan_cot_zeroshot_prehistory
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_professional_accounting.yaml
View file @
815f59e6
dataset_name
:
professional_accounting
"
dataset_name"
:
"
professional_accounting"
description
:
'
The
following
are
multiple
choice
questions
(with
answers)
about
professional
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
professional
\
accounting.
\
accounting.
\n\n
"
"
group"
:
"
mmlu_flan_cot_zeroshot_other"
"
include"
:
"
_mmlu_flan_cot_zeroshot_template_yaml"
'
"
task"
:
"
mmlu_flan_cot_zeroshot_professional_accounting"
include
:
_mmlu_flan_generative_template_yaml
task
:
mmlu_flan_cot_zeroshot_professional_accounting
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_professional_law.yaml
View file @
815f59e6
dataset_name
:
professional_law
"
dataset_name"
:
"
professional_law"
description
:
'
The
following
are
multiple
choice
questions
(with
answers)
about
professional
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
professional
\
law.
\
law.
\n\n
"
"
group"
:
"
mmlu_flan_cot_zeroshot_humanities"
"
include"
:
"
_mmlu_flan_cot_zeroshot_template_yaml"
'
"
task"
:
"
mmlu_flan_cot_zeroshot_professional_law"
include
:
_mmlu_flan_generative_template_yaml
task
:
mmlu_flan_cot_zeroshot_professional_law
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_professional_medicine.yaml
View file @
815f59e6
dataset_name
:
professional_medicine
"
dataset_name"
:
"
professional_medicine"
description
:
'
The
following
are
multiple
choice
questions
(with
answers)
about
professional
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
professional
\
medicine.
\
medicine.
\n\n
"
"
group"
:
"
mmlu_flan_cot_zeroshot_other"
"
include"
:
"
_mmlu_flan_cot_zeroshot_template_yaml"
'
"
task"
:
"
mmlu_flan_cot_zeroshot_professional_medicine"
include
:
_mmlu_flan_generative_template_yaml
task
:
mmlu_flan_cot_zeroshot_professional_medicine
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_professional_psychology.yaml
View file @
815f59e6
dataset_name
:
professional_psychology
"
dataset_name"
:
"
professional_psychology"
description
:
'
The
following
are
multiple
choice
questions
(with
answers)
about
professional
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
professional
\
psychology.
\
psychology.
\n\n
"
"
group"
:
"
mmlu_flan_cot_zeroshot_social_sciences"
"
include"
:
"
_mmlu_flan_cot_zeroshot_template_yaml"
'
"
task"
:
"
mmlu_flan_cot_zeroshot_professional_psychology"
include
:
_mmlu_flan_generative_template_yaml
task
:
mmlu_flan_cot_zeroshot_professional_psychology
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_public_relations.yaml
View file @
815f59e6
dataset_name
:
public_relations
"
dataset_name"
:
"
public_relations"
description
:
'
The
following
are
multiple
choice
questions
(with
answers)
about
public
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
public
\
relations.
\
relations.
\n\n
"
"
group"
:
"
mmlu_flan_cot_zeroshot_social_sciences"
"
include"
:
"
_mmlu_flan_cot_zeroshot_template_yaml"
'
"
task"
:
"
mmlu_flan_cot_zeroshot_public_relations"
include
:
_mmlu_flan_generative_template_yaml
task
:
mmlu_flan_cot_zeroshot_public_relations
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_security_studies.yaml
View file @
815f59e6
dataset_name
:
security_studies
"
dataset_name"
:
"
security_studies"
description
:
'
The
following
are
multiple
choice
questions
(with
answers)
about
security
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
security
\
studies.
\
studies.
\n\n
"
"
group"
:
"
mmlu_flan_cot_zeroshot_social_sciences"
"
include"
:
"
_mmlu_flan_cot_zeroshot_template_yaml"
'
"
task"
:
"
mmlu_flan_cot_zeroshot_security_studies"
include
:
_mmlu_flan_generative_template_yaml
task
:
mmlu_flan_cot_zeroshot_security_studies
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_sociology.yaml
View file @
815f59e6
dataset_name
:
sociology
"
dataset_name"
:
"
sociology"
description
:
'
The
following
are
multiple
choice
questions
(with
answers)
about
sociology.
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
sociology.
\n\
\n
"
"
group"
:
"
mmlu_flan_cot_zeroshot_social_sciences"
'
"
include"
:
"
_mmlu_flan_cot_zeroshot_template_yaml"
include
:
_mmlu_flan_generative_template_yaml
"
task"
:
"
mmlu_flan_cot_zeroshot_sociology"
task
:
mmlu_flan_cot_zeroshot_sociology
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_us_foreign_policy.yaml
View file @
815f59e6
dataset_name
:
us_foreign_policy
"
dataset_name"
:
"
us_foreign_policy"
description
:
'
The
following
are
multiple
choice
questions
(with
answers)
about
us
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
us
\
foreign
policy.
\
foreign
policy.
\n\n
"
"
group"
:
"
mmlu_flan_cot_zeroshot_social_sciences"
"
include"
:
"
_mmlu_flan_cot_zeroshot_template_yaml"
'
"
task"
:
"
mmlu_flan_cot_zeroshot_us_foreign_policy"
include
:
_mmlu_flan_generative_template_yaml
task
:
mmlu_flan_cot_zeroshot_us_foreign_policy
lm_eval/tasks/mmlu/flan_cot_zeroshot/mmlu_virology.yaml
View file @
815f59e6
dataset_name
:
virology
"
dataset_name"
:
"
virology"
description
:
'
The
following
are
multiple
choice
questions
(with
answers)
about
virology.
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
virology.
\n\
\n
"
"
group"
:
"
mmlu_flan_cot_zeroshot_other"
'
"
include"
:
"
_mmlu_flan_cot_zeroshot_template_yaml"
include
:
_mmlu_flan_generative_template_yaml
"
task"
:
"
mmlu_flan_cot_zeroshot_virology"
task
:
mmlu_flan_cot_zeroshot_virology
Prev
1
…
5
6
7
8
9
10
11
12
13
…
15
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment