Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
math-word-problems
License:
Commit ·
cc0fec9
1
Parent(s): e9ae9ea
add eval.yaml
Browse files
eval.yaml
CHANGED
|
@@ -13,19 +13,25 @@ tasks:
|
|
| 13 |
subset: main
|
| 14 |
splits: test
|
| 15 |
|
|
|
|
|
|
|
|
|
|
| 16 |
field_spec:
|
| 17 |
input: question
|
| 18 |
target: answer
|
| 19 |
|
| 20 |
-
solvers:
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
problem. Think step by step before answering.
|
| 30 |
|
| 31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
subset: main
|
| 14 |
splits: test
|
| 15 |
|
| 16 |
+
epochs: 4
|
| 17 |
+
epoch_reducer: pass_at_1
|
| 18 |
+
|
| 19 |
field_spec:
|
| 20 |
input: question
|
| 21 |
target: answer
|
| 22 |
|
| 23 |
+
solvers:
|
| 24 |
+
- name: prompt_template
|
| 25 |
+
args:
|
| 26 |
+
template: >
|
| 27 |
+
Solve the following math problem efficiently and clearly. The last line
|
| 28 |
+
of your response should be of the following format: 'Therefore, the final
|
| 29 |
+
answer is: $\\boxed{ANSWER}$. I hope it is correct' (without quotes)
|
| 30 |
+
where ANSWER is just the final number or expression that solves the
|
| 31 |
+
problem. Think step by step before answering.
|
|
|
|
| 32 |
|
| 33 |
+
{prompt}
|
| 34 |
+
- name: generate
|
| 35 |
+
|
| 36 |
+
scorers:
|
| 37 |
+
- name: model_graded_fact
|