Charley890 commited on
Commit
4cff9fc
·
verified ·
1 Parent(s): 73deb91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md CHANGED
@@ -42,6 +42,72 @@ tags:
42
  | Grade | A |
43
  | Quality Score | 9.5 / 10 |
44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  ```json
46
  {
47
  "job_id": "8db3bddd-326c-44ba-8440-2456d10d33f2",
 
42
  | Grade | A |
43
  | Quality Score | 9.5 / 10 |
44
 
45
+ ## Dataset Highlights
46
+
47
+ Adaptive Math 2 focuses on educational mathematical reasoning rather than simple answer prediction.
48
+
49
+ ### Covers
50
+
51
+ - Algebra
52
+ - Geometry
53
+ - Arithmetic
54
+ - Number Theory
55
+ - Statistics
56
+ - Word Problems
57
+ - Mathematical Reasoning
58
+ - Multi-step Solutions
59
+
60
+ ### Characteristics
61
+
62
+ ✅ Structured instruction format
63
+
64
+ ✅ Educational explanations
65
+
66
+ ✅ Curriculum-oriented questions
67
+
68
+ ✅ Reasoning-aware responses
69
+
70
+ ✅ Clean supervised fine-tuning format
71
+
72
+ ## Example Dataset Samples
73
+
74
+ ### Example 1
75
+
76
+ **Instruction**
77
+
78
+ ```
79
+ Solve:
80
+ 4x - 9 = 19
81
+ ```
82
+
83
+ **Expected Response**
84
+
85
+ ```
86
+ 4x = 28
87
+
88
+ x = 7
89
+ ```
90
+
91
+ ---
92
+
93
+ ### Example 2
94
+
95
+ **Instruction**
96
+
97
+ ```
98
+ A triangle has angles of 45° and 65°.
99
+
100
+ Find the third angle.
101
+ ```
102
+
103
+ **Expected Response**
104
+
105
+ ```
106
+ 180° − (45° + 65°)
107
+
108
+ = 70°
109
+ ```
110
+
111
  ```json
112
  {
113
  "job_id": "8db3bddd-326c-44ba-8440-2456d10d33f2",