Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -228,17 +228,17 @@ The following statistics are aligned with the configuration of the benchmark web
|
|
| 228 |
|
| 229 |
- The expected answer is in `"ground_truth"`, which contains the annotation results from our annotators as the ground truth.
|
| 230 |
|
| 231 |
-
- **Element-Recognition (ER)**: Provided in
|
| 232 |
|
| 233 |
- Example
|
| 234 |
|
| 235 |
- plaintext
|
| 236 |
|
| 237 |
```
|
| 238 |
-
{"qid": "IMG000001-P2-
|
| 239 |
-
"type": "
|
| 240 |
-
"prompt": "请观察红框中的主体物象,判断
|
| 241 |
-
"ground_truth": "
|
| 242 |
"image_paths": ["images/IMG000001_4.jpg"], "focus_bbox": [213.36073997944501, 233.20400194911036, 384.7893114080165, 407.0991715277332], "focus_image_index": 5, "focus_sub_image_path": "images/IMG000001_4.jpg"}
|
| 243 |
```
|
| 244 |
|
|
@@ -248,17 +248,21 @@ The following statistics are aligned with the configuration of the benchmark web
|
|
| 248 |
|
| 249 |
- The expected answer is in `"ground_truth"`.
|
| 250 |
|
| 251 |
-
- **Technique-Recognition (TR)**: Provided in
|
| 252 |
|
| 253 |
- Example
|
| 254 |
|
| 255 |
- plaintext
|
| 256 |
|
| 257 |
```
|
| 258 |
-
{"qid": "IMG000001-P3-Q1_R001", "image_id": "IMG000001", "phase": "P3", "question_no": "Q1_R001",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 259 |
```
|
| 260 |
|
| 261 |
-
- The uploaded materials include the image itself (`"image_paths": ["images/
|
| 262 |
|
| 263 |
- The question is in `"prompt"`, which requires the model to identify the painting technique used in the given red box.
|
| 264 |
|
|
|
|
| 228 |
|
| 229 |
- The expected answer is in `"ground_truth"`, which contains the annotation results from our annotators as the ground truth.
|
| 230 |
|
| 231 |
+
- **Element-Recognition (ER)**: Provided in fill-in formats.
|
| 232 |
|
| 233 |
- Example
|
| 234 |
|
| 235 |
- plaintext
|
| 236 |
|
| 237 |
```
|
| 238 |
+
{"qid": "IMG000001-P2-Q3_O001_L2_FILLIN", "image_id": "IMG000001", "phase": "P2", "question_no": "Q3_O001_L2_FILLIN",
|
| 239 |
+
"type": "ER_fillin", "answer_format": "text",
|
| 240 |
+
"prompt": "请观察红框中的主体物象,并判断它具体是什么。\n请只输出一个最合适的物象名称(例如:松树、拱桥、高士),不要输出路径或解释。\n\n输出格式硬约束:\n- 仅输出最终答案,不要解释。",
|
| 241 |
+
"ground_truth": "茅屋",
|
| 242 |
"image_paths": ["images/IMG000001_4.jpg"], "focus_bbox": [213.36073997944501, 233.20400194911036, 384.7893114080165, 407.0991715277332], "focus_image_index": 5, "focus_sub_image_path": "images/IMG000001_4.jpg"}
|
| 243 |
```
|
| 244 |
|
|
|
|
| 248 |
|
| 249 |
- The expected answer is in `"ground_truth"`.
|
| 250 |
|
| 251 |
+
- **Technique-Recognition (TR)**: Provided in fill-in formats.
|
| 252 |
|
| 253 |
- Example
|
| 254 |
|
| 255 |
- plaintext
|
| 256 |
|
| 257 |
```
|
| 258 |
+
{"qid": "IMG000001-P3-Q1_R001", "image_id": "IMG000001", "phase": "P3", "question_no": "Q1_R001",
|
| 259 |
+
"type": "TR_fillin", "answer_format": "text",
|
| 260 |
+
"prompt": "请观察红框区域,判断主要绘画技法。\n请直接输出技法名称,不要输出选项字母。\n\n输出格式硬约束:\n- 仅输出最终答案,不要解释。",
|
| 261 |
+
"ground_truth": "披麻皴",
|
| 262 |
+
"image_paths": ["images/IMG000001_0.jpg"], "focus_bbox": [158.2181562604731, 537.6836388751759, 783.4618818175318, 727.151434498527], "focus_image_index": 1, "focus_sub_image_path": "images/IMG000001_0.jpg"}
|
| 263 |
```
|
| 264 |
|
| 265 |
+
- The uploaded materials include the image itself (`"image_paths": ["images/IMG000001_0.jpg"]]`) and a red annotation box (`"focus_bbox": [158.2181562604731, 537.6836388751759, 783.4618818175318, 727.151434498527]`).
|
| 266 |
|
| 267 |
- The question is in `"prompt"`, which requires the model to identify the painting technique used in the given red box.
|
| 268 |
|