Update README.md
Browse files
README.md
CHANGED
|
@@ -48,19 +48,32 @@ Example:
|
|
| 48 |
## π Dataset Structure
|
| 49 |
|
| 50 |
```
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
β
|
| 57 |
-
β
|
| 58 |
-
βββ
|
| 59 |
-
β
|
| 60 |
-
β
|
| 61 |
-
|
| 62 |
-
βββ metadata.
|
| 63 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
````
|
| 65 |
|
| 66 |
**Annotations** include:
|
|
|
|
| 48 |
## π Dataset Structure
|
| 49 |
|
| 50 |
```
|
| 51 |
+
There are 2 variants of the dataset based on number of variables used -
|
| 52 |
+
2 variables and 3 variables which can be found in the respective zip files.
|
| 53 |
+
Once you extract any of them you will see the following tree -
|
| 54 |
+
|
| 55 |
+
βββ char_only
|
| 56 |
+
β βββ metadata.csv
|
| 57 |
+
β βββ *.png
|
| 58 |
+
βββ counting
|
| 59 |
+
β βββ metadata.csv
|
| 60 |
+
β βββ *.png
|
| 61 |
+
βββ icon_only
|
| 62 |
+
β βββ metadata.csv
|
| 63 |
+
β βββ *.png
|
| 64 |
+
βββ icon_partial
|
| 65 |
+
β βββ metadata.csv
|
| 66 |
+
β βββ *.png
|
| 67 |
+
βββ [two/three]-vars.txt
|
| 68 |
+
|
| 69 |
+
The char_only, icon_only, icon_partial, counting points to the
|
| 70 |
+
symbolic, visual, visual-symbolic and counting datasets mentioned in the paper
|
| 71 |
+
respectively. Each of them consist of the following metadata -
|
| 72 |
+
1. file_path to corresponding image
|
| 73 |
+
2. solution to variable
|
| 74 |
+
3. mapping to symbolic variable (in case of visual, visual-symbolic, counting dataset)
|
| 75 |
+
|
| 76 |
+
The base equations which are used to create the same are attached in the respective .txt file in the root level directory.
|
| 77 |
````
|
| 78 |
|
| 79 |
**Annotations** include:
|