pymlex commited on
Commit
7d37cf8
·
verified ·
1 Parent(s): 18f696b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -6
README.md CHANGED
@@ -63,16 +63,24 @@ The symbol-length distribution:
63
 
64
  ```text
65
  ### Expression
66
- Calculate: (11 + (296 - 98))
67
 
68
  ### Answer
69
  <think>
70
- Start: (11 + (296 - 98))
71
- 1. (74 * 4) = 296
72
- 2. (296 - 98) = 198
73
- 3. (11 + 198) = 209
 
 
 
 
 
 
 
 
74
  </think>
75
- <answer>209</answer>
76
  ```
77
 
78
  ## Dataset generation
 
63
 
64
  ```text
65
  ### Expression
66
+ Calculate: {([20 - 9] - 3) * ({[8 + {{2 * 18} - (12 * 19)}] - {(15 * 13) - 12}} + 11)}
67
 
68
  ### Answer
69
  <think>
70
+ Start: {([20 - 9] - 3) * ({[8 + {{2 * 18} - (12 * 19)}] - {(15 * 13) - 12}} + 11)}
71
+ 1. (20 - 9) = 11
72
+ 2. (11 - 3) = 8
73
+ 3. (2 * 18) = 36
74
+ 4. (12 * 19) = 228
75
+ 5. (36 - 228) = -192
76
+ 6. (8 + -192) = -184
77
+ 7. (15 * 13) = 195
78
+ 8. (195 - 12) = 183
79
+ 9. (-184 - 183) = -367
80
+ 10. (-367 + 11) = -356
81
+ 11. (8 * -356) = -2848
82
  </think>
83
+ <answer>-2848</answer>
84
  ```
85
 
86
  ## Dataset generation