monjoychoudhury29 commited on
Commit
5a986e8
Β·
verified Β·
1 Parent(s): 2b106b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -10
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