Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Available task groups:
- `flores-200-eu-to-eng` / `flores-200-eng-to-eu` - Translation tasks
- `global-mmlu-eu` - Global MMLU in EU languages
- `mgsm-eu` - Multilingual GSM benchmarks
- `polymath-eu-low` / `polymath-eu-medium` / `polymath-eu-high` / `polymath-eu-top` - PolyMath multilingual math reasoning (EU languages, 0-shot, `\boxed{}` answer extraction), one group per difficulty tier
- `generic-multilingual` - XWinograd, XCOPA, XStoryCloze
- `include` - INCLUDE benchmarks

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
dataset_path: Qwen/PolyMath
output_type: generate_until
training_split: null
validation_split: null
doc_to_text: !function utils.doc_to_text
doc_to_target: !function utils.doc_to_target
process_results: !function utils.process_results
generation_kwargs:
until:
- "Problem:"
max_gen_toks: 1024
do_sample: false
temperature: 0
metric_list:
- metric: exact_match
aggregation: mean
higher_is_better: true
metadata:
version: 1.0
dataset_kwargs:
trust_remote_code: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include: _default_template_yaml
task: polymath_de_high
dataset_name: de
test_split: high
tag:
- polymath
- polymath_de
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include: _default_template_yaml
task: polymath_de_low
dataset_name: de
test_split: low
tag:
- polymath
- polymath_de
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include: _default_template_yaml
task: polymath_de_medium
dataset_name: de
test_split: medium
tag:
- polymath
- polymath_de
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include: _default_template_yaml
task: polymath_de_top
dataset_name: de
test_split: top
tag:
- polymath
- polymath_de
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include: _default_template_yaml
task: polymath_en_high
dataset_name: en
test_split: high
tag:
- polymath
- polymath_en
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include: _default_template_yaml
task: polymath_en_low
dataset_name: en
test_split: low
tag:
- polymath
- polymath_en
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include: _default_template_yaml
task: polymath_en_medium
dataset_name: en
test_split: medium
tag:
- polymath
- polymath_en
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include: _default_template_yaml
task: polymath_en_top
dataset_name: en
test_split: top
tag:
- polymath
- polymath_en
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include: _default_template_yaml
task: polymath_es_high
dataset_name: es
test_split: high
tag:
- polymath
- polymath_es
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include: _default_template_yaml
task: polymath_es_low
dataset_name: es
test_split: low
tag:
- polymath
- polymath_es
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include: _default_template_yaml
task: polymath_es_medium
dataset_name: es
test_split: medium
tag:
- polymath
- polymath_es
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include: _default_template_yaml
task: polymath_es_top
dataset_name: es
test_split: top
tag:
- polymath
- polymath_es
Loading
Loading