Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -76,8 +76,18 @@ Evaluation of multimodal LLM's ability of low-level visual perception in 2D geom
|
|
76 |
|
77 |
### Fields
|
78 |
|
79 |
-
|
80 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
|
82 |
## Citation
|
83 |
|
|
|
76 |
|
77 |
### Fields
|
78 |
|
79 |
+
- **id** identification of each data instance
|
80 |
+
- **question** question
|
81 |
+
- **answer** answer
|
82 |
+
- **predicate** question type, including
|
83 |
+
- **PointLiesOnLine**
|
84 |
+
- **LineComparison**
|
85 |
+
- **PointLiesOnCircle**
|
86 |
+
- **AngleClassification**
|
87 |
+
- **Parallel**
|
88 |
+
- **Perpendicular**
|
89 |
+
- **Equal**
|
90 |
+
- **image** image
|
91 |
|
92 |
## Citation
|
93 |
|