Update README.md
Browse files
README.md
CHANGED
|
@@ -47,11 +47,11 @@ Example:
|
|
| 47 |
|
| 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
|
|
@@ -65,7 +65,7 @@ Once you extract any of them you will see the following tree -
|
|
| 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 -
|
|
@@ -74,13 +74,7 @@ respectively. Each of them consist of the following metadata -
|
|
| 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:
|
| 80 |
-
- `equation`: the equation in symbolic form
|
| 81 |
-
- `variables`: mapping of icons β variable names
|
| 82 |
-
- `solution`: ground truth assignments
|
| 83 |
-
|
| 84 |
---
|
| 85 |
|
| 86 |
## π License
|
|
|
|
| 47 |
|
| 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
|
|
|
|
| 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 -
|
|
|
|
| 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 |
|
| 80 |
## π License
|