Update README.md
Browse files
README.md
CHANGED
@@ -63,7 +63,7 @@ Each `*.jsonl` file contains one problem or activity per line:
|
|
63 |
text: ‘string representing activity or problem’,
|
64 |
metadata: { source id, unit, lesson, other location data , url if possible, html version}, # this is source-specific
|
65 |
acquisition_date: '', # YYYY-MM-DD
|
66 |
-
elements: {identifier :
|
67 |
standards: [list of (relation, standard)], # relation could be addressing, alignment, building towards, etc
|
68 |
source: '',
|
69 |
}
|
@@ -71,7 +71,7 @@ Each `*.jsonl` file contains one problem or activity per line:
|
|
71 |
|
72 |
Note: Among standard relation types, `Addressing` == `Alignment`, and we evaluate on these in our paper. Future work may investigate other types of relations between problems and math skills/concepts.
|
73 |
|
74 |
-
Images are in the `images` folder,
|
75 |
|
76 |
## Dataset Creation
|
77 |
|
|
|
63 |
text: ‘string representing activity or problem’,
|
64 |
metadata: { source id, unit, lesson, other location data , url if possible, html version}, # this is source-specific
|
65 |
acquisition_date: '', # YYYY-MM-DD
|
66 |
+
elements: {identifier : name of image file or html of table}, # table, img, figure interweaved with text
|
67 |
standards: [list of (relation, standard)], # relation could be addressing, alignment, building towards, etc
|
68 |
source: '',
|
69 |
}
|
|
|
71 |
|
72 |
Note: Among standard relation types, `Addressing` == `Alignment`, and we evaluate on these in our paper. Future work may investigate other types of relations between problems and math skills/concepts.
|
73 |
|
74 |
+
Images are in the `images` folder, in zipped files named after image filenames' prefixes: `fl_problem`, `im_lesson`, `im_modelingprompt`, `im_practice`, `im_task`.
|
75 |
|
76 |
## Dataset Creation
|
77 |
|