Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
prompteus commited on
Commit
7062106
1 Parent(s): 9b52361

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -37,13 +37,13 @@ This dataset presents in-context scenarios where models can out-source the compu
37
 
38
  ## Attributes:
39
 
40
- - `problem`: problem description in English
41
- - `problem_ar`: problem description in Arabic
42
- - `equation`: equation that needs to be solved for `x` to obtain the result
43
- - `expression`: arithmetic expression derived from the equation that solves the equation for `x`
44
  - `chain`: series of simple operations (derived from `expression`) that lead to the solution
45
  - `result`: the solution for x as a number or fraction (string)
46
  - `result_float`: same as `result` but converted to a float
 
 
47
 
48
 
49
  ## Content and data splits
 
37
 
38
  ## Attributes:
39
 
40
+ - `question`: problem description in English
41
+ - `question_arabic`: problem description in Arabic
 
 
42
  - `chain`: series of simple operations (derived from `expression`) that lead to the solution
43
  - `result`: the solution for x as a number or fraction (string)
44
  - `result_float`: same as `result` but converted to a float
45
+ - `equation`: equation that needs to be solved for `x` to obtain the result. Usually in a form of "x = ..." but not always.
46
+ - `expression`: arithmetic expression derived from `equation` that solves it for `x`
47
 
48
 
49
  ## Content and data splits