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
50df117b
Commit
50df117b
authored
Dec 06, 2023
by
lintangsutawika
Browse files
removed mmlu altworlds
parent
c84190cb
Changes
580
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
0 additions
and
89 deletions
+0
-89
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/_template_yaml
...ernative_worlds/full_continuation/style_01/_template_yaml
+0
-13
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_abstract_algebra.yaml
...full_continuation/style_01/style_01_abstract_algebra.yaml
+0
-4
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_anatomy.yaml
...e_worlds/full_continuation/style_01/style_01_anatomy.yaml
+0
-4
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_astronomy.yaml
...worlds/full_continuation/style_01/style_01_astronomy.yaml
+0
-4
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_business_ethics.yaml
.../full_continuation/style_01/style_01_business_ethics.yaml
+0
-4
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_clinical_knowledge.yaml
...ll_continuation/style_01/style_01_clinical_knowledge.yaml
+0
-4
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_college_biology.yaml
.../full_continuation/style_01/style_01_college_biology.yaml
+0
-4
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_college_chemistry.yaml
...ull_continuation/style_01/style_01_college_chemistry.yaml
+0
-4
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_college_computer_science.yaml
...tinuation/style_01/style_01_college_computer_science.yaml
+0
-4
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_college_mathematics.yaml
...l_continuation/style_01/style_01_college_mathematics.yaml
+0
-4
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_college_medicine.yaml
...full_continuation/style_01/style_01_college_medicine.yaml
+0
-4
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_college_physics.yaml
.../full_continuation/style_01/style_01_college_physics.yaml
+0
-4
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_computer_security.yaml
...ull_continuation/style_01/style_01_computer_security.yaml
+0
-4
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_conceptual_physics.yaml
...ll_continuation/style_01/style_01_conceptual_physics.yaml
+0
-4
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_econometrics.yaml
...lds/full_continuation/style_01/style_01_econometrics.yaml
+0
-4
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_electrical_engineering.yaml
...ontinuation/style_01/style_01_electrical_engineering.yaml
+0
-4
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_elementary_mathematics.yaml
...ontinuation/style_01/style_01_elementary_mathematics.yaml
+0
-4
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_formal_logic.yaml
...lds/full_continuation/style_01/style_01_formal_logic.yaml
+0
-4
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_global_facts.yaml
...lds/full_continuation/style_01/style_01_global_facts.yaml
+0
-4
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_high_school_biology.yaml
...l_continuation/style_01/style_01_high_school_biology.yaml
+0
-4
No files found.
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/_template_yaml
deleted
100644 → 0
View file @
c84190cb
group: mmlu_style_01_fc
dataset_path: cais/mmlu
test_split: test
fewshot_split: dev
output_type: multiple_choice
doc_to_text: "Q: {{question.strip()}}\n(A) {{choices[0]}}\n(B) {{choices[1]}}\n(C) {{choices[2]}}\n(D) {{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: brier_score
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_abstract_algebra.yaml
deleted
100644 → 0
View file @
c84190cb
"
dataset_name"
:
"
abstract_algebra"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
abstract
algebra.
\n\n
"
"
include"
:
"
_template_yaml"
"
task"
:
"
mmlu_style_01_fc_abstract_algebra"
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_anatomy.yaml
deleted
100644 → 0
View file @
c84190cb
"
dataset_name"
:
"
anatomy"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
anatomy.
\n\n
"
"
include"
:
"
_template_yaml"
"
task"
:
"
mmlu_style_01_fc_anatomy"
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_astronomy.yaml
deleted
100644 → 0
View file @
c84190cb
"
dataset_name"
:
"
astronomy"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
astronomy.
\n\n
"
"
include"
:
"
_template_yaml"
"
task"
:
"
mmlu_style_01_fc_astronomy"
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_business_ethics.yaml
deleted
100644 → 0
View file @
c84190cb
"
dataset_name"
:
"
business_ethics"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
business
ethics.
\n\n
"
"
include"
:
"
_template_yaml"
"
task"
:
"
mmlu_style_01_fc_business_ethics"
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_clinical_knowledge.yaml
deleted
100644 → 0
View file @
c84190cb
"
dataset_name"
:
"
clinical_knowledge"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
clinical
knowledge.
\n\n
"
"
include"
:
"
_template_yaml"
"
task"
:
"
mmlu_style_01_fc_clinical_knowledge"
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_college_biology.yaml
deleted
100644 → 0
View file @
c84190cb
"
dataset_name"
:
"
college_biology"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
college
biology.
\n\n
"
"
include"
:
"
_template_yaml"
"
task"
:
"
mmlu_style_01_fc_college_biology"
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_college_chemistry.yaml
deleted
100644 → 0
View file @
c84190cb
"
dataset_name"
:
"
college_chemistry"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
college
chemistry.
\n\n
"
"
include"
:
"
_template_yaml"
"
task"
:
"
mmlu_style_01_fc_college_chemistry"
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_college_computer_science.yaml
deleted
100644 → 0
View file @
c84190cb
"
dataset_name"
:
"
college_computer_science"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
college
computer
science.
\n\n
"
"
include"
:
"
_template_yaml"
"
task"
:
"
mmlu_style_01_fc_college_computer_science"
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_college_mathematics.yaml
deleted
100644 → 0
View file @
c84190cb
"
dataset_name"
:
"
college_mathematics"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
college
mathematics.
\n\n
"
"
include"
:
"
_template_yaml"
"
task"
:
"
mmlu_style_01_fc_college_mathematics"
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_college_medicine.yaml
deleted
100644 → 0
View file @
c84190cb
"
dataset_name"
:
"
college_medicine"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
college
medicine.
\n\n
"
"
include"
:
"
_template_yaml"
"
task"
:
"
mmlu_style_01_fc_college_medicine"
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_college_physics.yaml
deleted
100644 → 0
View file @
c84190cb
"
dataset_name"
:
"
college_physics"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
college
physics.
\n\n
"
"
include"
:
"
_template_yaml"
"
task"
:
"
mmlu_style_01_fc_college_physics"
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_computer_security.yaml
deleted
100644 → 0
View file @
c84190cb
"
dataset_name"
:
"
computer_security"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
computer
security.
\n\n
"
"
include"
:
"
_template_yaml"
"
task"
:
"
mmlu_style_01_fc_computer_security"
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_conceptual_physics.yaml
deleted
100644 → 0
View file @
c84190cb
"
dataset_name"
:
"
conceptual_physics"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
conceptual
physics.
\n\n
"
"
include"
:
"
_template_yaml"
"
task"
:
"
mmlu_style_01_fc_conceptual_physics"
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_econometrics.yaml
deleted
100644 → 0
View file @
c84190cb
"
dataset_name"
:
"
econometrics"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
econometrics.
\n\n
"
"
include"
:
"
_template_yaml"
"
task"
:
"
mmlu_style_01_fc_econometrics"
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_electrical_engineering.yaml
deleted
100644 → 0
View file @
c84190cb
"
dataset_name"
:
"
electrical_engineering"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
electrical
engineering.
\n\n
"
"
include"
:
"
_template_yaml"
"
task"
:
"
mmlu_style_01_fc_electrical_engineering"
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_elementary_mathematics.yaml
deleted
100644 → 0
View file @
c84190cb
"
dataset_name"
:
"
elementary_mathematics"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
elementary
mathematics.
\n\n
"
"
include"
:
"
_template_yaml"
"
task"
:
"
mmlu_style_01_fc_elementary_mathematics"
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_formal_logic.yaml
deleted
100644 → 0
View file @
c84190cb
"
dataset_name"
:
"
formal_logic"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
formal
logic.
\n\n
"
"
include"
:
"
_template_yaml"
"
task"
:
"
mmlu_style_01_fc_formal_logic"
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_global_facts.yaml
deleted
100644 → 0
View file @
c84190cb
"
dataset_name"
:
"
global_facts"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
global
facts.
\n\n
"
"
include"
:
"
_template_yaml"
"
task"
:
"
mmlu_style_01_fc_global_facts"
lm_eval/tasks/mmlu/alternative_worlds/full_continuation/style_01/style_01_high_school_biology.yaml
deleted
100644 → 0
View file @
c84190cb
"
dataset_name"
:
"
high_school_biology"
"
description"
:
"
The
following
are
multiple
choice
questions
(with
answers)
about
high
school
biology.
\n\n
"
"
include"
:
"
_template_yaml"
"
task"
:
"
mmlu_style_01_fc_high_school_biology"
Prev
1
2
3
4
5
…
29
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