Update README.md
Browse files
README.md
CHANGED
@@ -98,23 +98,20 @@ Using these images and their corresponding annotations, we design two tasks:
|
|
98 |
The following is an example from SurgWound-Bench VQA Task:
|
99 |
|
100 |
```
|
101 |
-
"id": "
|
102 |
-
"image_name": "
|
103 |
-
"field": "
|
104 |
"task_type": "multi_choice",
|
105 |
"image": base64encoded_image,
|
106 |
-
"question": "What is the
|
107 |
"options": [
|
108 |
-
"
|
109 |
-
"
|
110 |
-
"
|
111 |
-
"
|
112 |
-
"Manus",
|
113 |
-
"Cervical region",
|
114 |
-
"Other",
|
115 |
"Uncertain"
|
116 |
],
|
117 |
-
"answer": "
|
118 |
```
|
119 |
|
120 |
The following is an example from SurgWound-Bench Report Generation Task:
|
|
|
98 |
The following is an example from SurgWound-Bench VQA Task:
|
99 |
|
100 |
```
|
101 |
+
"id": "76.jpg_closure_method",
|
102 |
+
"image_name": "76.jpg",
|
103 |
+
"field": "Closure Method",
|
104 |
"task_type": "multi_choice",
|
105 |
"image": base64encoded_image,
|
106 |
+
"question": "What is the closure method of this surgical wound?",
|
107 |
"options": [
|
108 |
+
"Invisible",
|
109 |
+
"Sutures",
|
110 |
+
"Staples",
|
111 |
+
"Adhesives",
|
|
|
|
|
|
|
112 |
"Uncertain"
|
113 |
],
|
114 |
+
"answer": "Sutures"
|
115 |
```
|
116 |
|
117 |
The following is an example from SurgWound-Bench Report Generation Task:
|