Karifannaa commited on
Commit
79ae06e
·
verified ·
1 Parent(s): 9725f9d

Fix swapped task_type labels for tasks 16 and 17

Browse files

Task 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.

Files changed (2) hide show
  1. README.md +9 -9
  2. 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
- | Financial mathematics | 15 |
43
- | Logarithmic inequalities | 19 |
44
- | Number theory problem | 16 |
45
- | Planimetric problem | 17 |
46
- | Problem with parameters | 16 |
47
- | Stereometric problem | 18 |
48
- | Trigonometric equations | 21 |
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:1fcb8a8a75445e896cbb70257f77f45dbbdea5a901162d44195ca4b37cab27c2
3
- size 59500921
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fabac73fd9387a53ca29732035ea24d350acec170a9c36bb56ff97afb10331d4
3
+ size 61067532