Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
math-word-problems
License:
gsm
#16
by
dundun3 - opened
README.md
CHANGED
|
@@ -14,7 +14,7 @@ size_categories:
|
|
| 14 |
source_datasets:
|
| 15 |
- original
|
| 16 |
task_categories:
|
| 17 |
-
-
|
| 18 |
task_ids: []
|
| 19 |
paperswithcode_id: gsm8k
|
| 20 |
pretty_name: Grade School Math 8K
|
|
|
|
| 14 |
source_datasets:
|
| 15 |
- original
|
| 16 |
task_categories:
|
| 17 |
+
- text2text-generation
|
| 18 |
task_ids: []
|
| 19 |
paperswithcode_id: gsm8k
|
| 20 |
pretty_name: Grade School Math 8K
|
eval.yaml
DELETED
|
@@ -1,33 +0,0 @@
|
|
| 1 |
-
# yaml file for compatibility with inspect-ai
|
| 2 |
-
|
| 3 |
-
name: GSM8K
|
| 4 |
-
description: >
|
| 5 |
-
GSM8K is a dataset of 8,000+ high-quality, single-step arithmetic word problems.
|
| 6 |
-
|
| 7 |
-
tasks:
|
| 8 |
-
- id: gsm8k
|
| 9 |
-
config: main
|
| 10 |
-
split: test
|
| 11 |
-
|
| 12 |
-
epochs: 4
|
| 13 |
-
epoch_reducer: pass_at_1
|
| 14 |
-
|
| 15 |
-
field_spec:
|
| 16 |
-
input: question
|
| 17 |
-
target: answer
|
| 18 |
-
|
| 19 |
-
solvers:
|
| 20 |
-
- name: prompt_template
|
| 21 |
-
args:
|
| 22 |
-
template: >
|
| 23 |
-
Solve the following math problem efficiently and clearly. The last line
|
| 24 |
-
of your response should be of the following format: 'Therefore, the final
|
| 25 |
-
answer is: $\\boxed{ANSWER}$. I hope it is correct' (without quotes)
|
| 26 |
-
where ANSWER is just the final number or expression that solves the
|
| 27 |
-
problem. Think step by step before answering.
|
| 28 |
-
|
| 29 |
-
{prompt}
|
| 30 |
-
- name: generate
|
| 31 |
-
|
| 32 |
-
scorers:
|
| 33 |
-
- name: model_graded_fact
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|