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
605787a9
Commit
605787a9
authored
Sep 13, 2023
by
lintangsutawika
Browse files
add bigbench
parent
b8d1cef9
Changes
338
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
90 additions
and
0 deletions
+90
-0
lm_eval/tasks/bigbench/greedy_until/unit_conversion.yaml
lm_eval/tasks/bigbench/greedy_until/unit_conversion.yaml
+4
-0
lm_eval/tasks/bigbench/greedy_until/unit_interpretation.yaml
lm_eval/tasks/bigbench/greedy_until/unit_interpretation.yaml
+4
-0
lm_eval/tasks/bigbench/greedy_until/unnatural_in_context_learning.yaml
.../bigbench/greedy_until/unnatural_in_context_learning.yaml
+4
-0
lm_eval/tasks/bigbench/greedy_until/vitaminc_fact_verification.yaml
...sks/bigbench/greedy_until/vitaminc_fact_verification.yaml
+4
-0
lm_eval/tasks/bigbench/greedy_until/what_is_the_tao.yaml
lm_eval/tasks/bigbench/greedy_until/what_is_the_tao.yaml
+4
-0
lm_eval/tasks/bigbench/greedy_until/which_wiki_edit.yaml
lm_eval/tasks/bigbench/greedy_until/which_wiki_edit.yaml
+4
-0
lm_eval/tasks/bigbench/greedy_until/winowhy.yaml
lm_eval/tasks/bigbench/greedy_until/winowhy.yaml
+4
-0
lm_eval/tasks/bigbench/greedy_until/word_sorting.yaml
lm_eval/tasks/bigbench/greedy_until/word_sorting.yaml
+4
-0
lm_eval/tasks/bigbench/greedy_until/word_unscrambling.yaml
lm_eval/tasks/bigbench/greedy_until/word_unscrambling.yaml
+4
-0
lm_eval/tasks/bigbench/greedy_until_template_yaml
lm_eval/tasks/bigbench/greedy_until_template_yaml
+14
-0
lm_eval/tasks/bigbench/multiple_choice/abstract_narrative_understanding.yaml
...nch/multiple_choice/abstract_narrative_understanding.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/anachronisms.yaml
lm_eval/tasks/bigbench/multiple_choice/anachronisms.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/analogical_similarity.yaml
...tasks/bigbench/multiple_choice/analogical_similarity.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/analytic_entailment.yaml
...l/tasks/bigbench/multiple_choice/analytic_entailment.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/arithmetic.yaml
lm_eval/tasks/bigbench/multiple_choice/arithmetic.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/ascii_word_recognition.yaml
...asks/bigbench/multiple_choice/ascii_word_recognition.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/authorship_verification.yaml
...sks/bigbench/multiple_choice/authorship_verification.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/auto_categorization.yaml
...l/tasks/bigbench/multiple_choice/auto_categorization.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/auto_debugging.yaml
lm_eval/tasks/bigbench/multiple_choice/auto_debugging.yaml
+4
-0
lm_eval/tasks/bigbench/multiple_choice/bbq_lite_json.yaml
lm_eval/tasks/bigbench/multiple_choice/bbq_lite_json.yaml
+4
-0
No files found.
lm_eval/tasks/bigbench/greedy_until/unit_conversion.yaml
0 → 100644
View file @
605787a9
# Generated by utils.py
dataset_name
:
unit_conversion
include
:
../greedy_until_template_yaml
task
:
bigbench_unit_conversion_greedy_until
lm_eval/tasks/bigbench/greedy_until/unit_interpretation.yaml
0 → 100644
View file @
605787a9
# Generated by utils.py
dataset_name
:
unit_interpretation
include
:
../greedy_until_template_yaml
task
:
bigbench_unit_interpretation_greedy_until
lm_eval/tasks/bigbench/greedy_until/unnatural_in_context_learning.yaml
0 → 100644
View file @
605787a9
# Generated by utils.py
dataset_name
:
unnatural_in_context_learning
include
:
../greedy_until_template_yaml
task
:
bigbench_unnatural_in_context_learning_greedy_until
lm_eval/tasks/bigbench/greedy_until/vitaminc_fact_verification.yaml
0 → 100644
View file @
605787a9
# Generated by utils.py
dataset_name
:
vitaminc_fact_verification
include
:
../greedy_until_template_yaml
task
:
bigbench_vitaminc_fact_verification_greedy_until
lm_eval/tasks/bigbench/greedy_until/what_is_the_tao.yaml
0 → 100644
View file @
605787a9
# Generated by utils.py
dataset_name
:
what_is_the_tao
include
:
../greedy_until_template_yaml
task
:
bigbench_what_is_the_tao_greedy_until
lm_eval/tasks/bigbench/greedy_until/which_wiki_edit.yaml
0 → 100644
View file @
605787a9
# Generated by utils.py
dataset_name
:
which_wiki_edit
include
:
../greedy_until_template_yaml
task
:
bigbench_which_wiki_edit_greedy_until
lm_eval/tasks/bigbench/greedy_until/winowhy.yaml
0 → 100644
View file @
605787a9
# Generated by utils.py
dataset_name
:
winowhy
include
:
../greedy_until_template_yaml
task
:
bigbench_winowhy_greedy_until
lm_eval/tasks/bigbench/greedy_until/word_sorting.yaml
0 → 100644
View file @
605787a9
# Generated by utils.py
dataset_name
:
word_sorting
include
:
../greedy_until_template_yaml
task
:
bigbench_word_sorting_greedy_until
lm_eval/tasks/bigbench/greedy_until/word_unscrambling.yaml
0 → 100644
View file @
605787a9
# Generated by utils.py
dataset_name
:
word_unscrambling
include
:
../greedy_until_template_yaml
task
:
bigbench_word_unscrambling_greedy_until
lm_eval/tasks/bigbench/greedy_until_template_yaml
0 → 100644
View file @
605787a9
group: bigbench
dataset_path: bigbench
output_type: greedy_until
training_split: train
validation_split: validation
doc_to_text: inputs
doc_to_target: "{{targets[0]}}"
generation_kwargs:
max_length: 128
metric_list:
- metric: exact_match
aggregation: mean
higher_is_better: true
ignore_punctuation: true
lm_eval/tasks/bigbench/multiple_choice/abstract_narrative_understanding.yaml
0 → 100644
View file @
605787a9
# Generated by utils.py
dataset_name
:
abstract_narrative_understanding
include
:
../multiple_choice_template_yaml
task
:
bigbench_abstract_narrative_understanding_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/anachronisms.yaml
0 → 100644
View file @
605787a9
# Generated by utils.py
dataset_name
:
anachronisms
include
:
../multiple_choice_template_yaml
task
:
bigbench_anachronisms_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/analogical_similarity.yaml
0 → 100644
View file @
605787a9
# Generated by utils.py
dataset_name
:
analogical_similarity
include
:
../multiple_choice_template_yaml
task
:
bigbench_analogical_similarity_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/analytic_entailment.yaml
0 → 100644
View file @
605787a9
# Generated by utils.py
dataset_name
:
analytic_entailment
include
:
../multiple_choice_template_yaml
task
:
bigbench_analytic_entailment_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/arithmetic.yaml
0 → 100644
View file @
605787a9
# Generated by utils.py
dataset_name
:
arithmetic
include
:
../multiple_choice_template_yaml
task
:
bigbench_arithmetic_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/ascii_word_recognition.yaml
0 → 100644
View file @
605787a9
# Generated by utils.py
dataset_name
:
ascii_word_recognition
include
:
../multiple_choice_template_yaml
task
:
bigbench_ascii_word_recognition_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/authorship_verification.yaml
0 → 100644
View file @
605787a9
# Generated by utils.py
dataset_name
:
authorship_verification
include
:
../multiple_choice_template_yaml
task
:
bigbench_authorship_verification_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/auto_categorization.yaml
0 → 100644
View file @
605787a9
# Generated by utils.py
dataset_name
:
auto_categorization
include
:
../multiple_choice_template_yaml
task
:
bigbench_auto_categorization_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/auto_debugging.yaml
0 → 100644
View file @
605787a9
# Generated by utils.py
dataset_name
:
auto_debugging
include
:
../multiple_choice_template_yaml
task
:
bigbench_auto_debugging_multiple_choice
lm_eval/tasks/bigbench/multiple_choice/bbq_lite_json.yaml
0 → 100644
View file @
605787a9
# Generated by utils.py
dataset_name
:
bbq_lite_json
include
:
../multiple_choice_template_yaml
task
:
bigbench_bbq_lite_json_multiple_choice
Prev
1
…
5
6
7
8
9
10
11
12
13
…
17
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