Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
prompteus commited on
Commit
dced2e1
·
1 Parent(s): d89f067

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -15
README.md CHANGED
@@ -14,26 +14,21 @@ dataset_info:
14
  features:
15
  - name: id
16
  dtype: string
17
- - name: body
18
- dtype: string
19
  - name: question
20
  dtype: string
21
- - name: equation
22
  dtype: string
23
- - name: answer
24
- dtype: float64
25
- - name: type
26
  dtype: string
27
- - name: chain
 
 
28
  dtype: string
29
- - name: question_with_body
30
  dtype: string
31
  splits:
32
  - name: test
33
- num_bytes: 493220
34
  num_examples: 1000
35
- download_size: 174729
36
- dataset_size: 493220
37
  ---
38
 
39
 
@@ -62,12 +57,12 @@ This dataset presents in-context scenarios where models can out-source the compu
62
  ## Attributes:
63
 
64
  - `id`: problem id from the original dataset
65
- - `body`: problem setup in english
66
  - `question`: the question intended to answer
67
- - `equation`: an nested expression that evaluates to the correct result
68
- - `answer`: result as a floating point
69
- - `type`: a category of the problem
70
  - `chain`: series of simple operations (derived from `equation`) that leads to the solution
 
 
 
 
71
 
72
 
73
  ## Content and data splits
 
14
  features:
15
  - name: id
16
  dtype: string
 
 
17
  - name: question
18
  dtype: string
19
+ - name: chain
20
  dtype: string
21
+ - name: result
 
 
22
  dtype: string
23
+ - name: result_float
24
+ dtype: float64
25
+ - name: equation
26
  dtype: string
27
+ - name: problem_type
28
  dtype: string
29
  splits:
30
  - name: test
 
31
  num_examples: 1000
 
 
32
  ---
33
 
34
 
 
57
  ## Attributes:
58
 
59
  - `id`: problem id from the original dataset
 
60
  - `question`: the question intended to answer
 
 
 
61
  - `chain`: series of simple operations (derived from `equation`) that leads to the solution
62
+ - `result`: the result (number) as a string
63
+ - `result_float`: result converted to a floating point
64
+ - `equation`: an nested expression that evaluates to the correct result
65
+ - `problem_type`: a category of the problem
66
 
67
 
68
  ## Content and data splits