Green-Hand103 commited on
Commit
1319c4b
·
verified ·
1 Parent(s): a0d33f6

Update dataset card task format description

Browse files
Files changed (1) hide show
  1. README.md +15 -1
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 multiple-choice questions, target grounding with bounding boxes, and placement/point grounding with ground-truth masks.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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