Update dataset card task format description
Browse files
README.md
CHANGED
|
@@ -19,7 +19,21 @@ tags:
|
|
| 19 |
|
| 20 |
# RoboStressBench
|
| 21 |
|
| 22 |
-
RoboStressBench is a robotics-oriented vision-language benchmark for evaluating model robustness under visual stress conditions. It contains
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
## Dataset Structure
|
| 25 |
|
|
|
|
| 19 |
|
| 20 |
# RoboStressBench
|
| 21 |
|
| 22 |
+
RoboStressBench is a robotics-oriented vision-language benchmark for evaluating model robustness under visual stress conditions. It contains two task formats: visual question answering and localization tasks.
|
| 23 |
+
|
| 24 |
+
## Task Formats
|
| 25 |
+
|
| 26 |
+
### Visual Question Answering
|
| 27 |
+
|
| 28 |
+
- Reasoning: interpret the scene under stress.
|
| 29 |
+
- Planning: decide the next embodied action.
|
| 30 |
+
- Spatial: answer relative-position and layout questions.
|
| 31 |
+
- State Understanding: judge task completion or object state.
|
| 32 |
+
|
| 33 |
+
### Localization Tasks
|
| 34 |
+
|
| 35 |
+
- Placement Grounding: point to free space for placing an object.
|
| 36 |
+
- Target Grounding: localize the target object with a bounding box or point.
|
| 37 |
|
| 38 |
## Dataset Structure
|
| 39 |
|