Datasets:
Fix swapped task_type labels for tasks 16 and 17
Browse filesTask 16 examples are economics/credit problems and task 17 examples are planimetry problems, but the task_type field had the two labels swapped across all 32 affected rows. Verified against the reference solution images. Also corrects the task type counts in the dataset card and adds an explicit task ID column to that table.
- README.md +9 -9
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
|
@@ -37,15 +37,15 @@ The dataset includes three types of images for each solution:
|
|
| 37 |
|
| 38 |
### Task Types
|
| 39 |
|
| 40 |
-
| Task Type | Count |
|
| 41 |
-
|-----------|-------|
|
| 42 |
-
|
|
| 43 |
-
|
|
| 44 |
-
|
|
| 45 |
-
|
|
| 46 |
-
|
|
| 47 |
-
|
|
| 48 |
-
|
|
| 49 |
|
| 50 |
### Score Distribution
|
| 51 |
|
|
|
|
| 37 |
|
| 38 |
### Task Types
|
| 39 |
|
| 40 |
+
| Task ID | Task Type | Count |
|
| 41 |
+
|---------|-----------|-------|
|
| 42 |
+
| 13 | Trigonometric equations | 21 |
|
| 43 |
+
| 14 | Stereometric problem | 18 |
|
| 44 |
+
| 15 | Logarithmic inequalities | 19 |
|
| 45 |
+
| 16 | Financial mathematics | 17 |
|
| 46 |
+
| 17 | Planimetric problem | 15 |
|
| 47 |
+
| 18 | Problem with parameters | 16 |
|
| 48 |
+
| 19 | Number theory problem | 16 |
|
| 49 |
|
| 50 |
### Score Distribution
|
| 51 |
|
data/train-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fabac73fd9387a53ca29732035ea24d350acec170a9c36bb56ff97afb10331d4
|
| 3 |
+
size 61067532
|