Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    TypeError
Message:      Couldn't cast array of type
struct<M: list<item: string>>
to
{'V': List(Value('string'))}
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 99, in get_rows_or_raise
                  return get_rows(
                         ^^^^^^^^^
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/utils.py", line 77, in get_rows
                  rows_plus_one = list(itertools.islice(ds, rows_max_number + 1))
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2690, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2227, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2251, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 494, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 384, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 299, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 128, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2255, in cast_table_to_schema
                  cast_array_to_feature(
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1804, in wrapper
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2011, in cast_array_to_feature
                  _c(array.field(name) if name in array_fields else null_array, subfeature)
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1806, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2101, in cast_array_to_feature
                  raise TypeError(f"Couldn't cast array of type\n{_short_str(array.type)}\nto\n{_short_str(feature)}")
              TypeError: Couldn't cast array of type
              struct<M: list<item: string>>
              to
              {'V': List(Value('string'))}

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

RoboStressBench

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.

Task Formats

Visual Question Answering

  • Reasoning: interpret the scene under stress.
  • Planning: decide the next embodied action.
  • Spatial: answer relative-position and layout questions.
  • State Understanding: judge task completion or object state.

Localization Tasks

  • Placement Grounding: point to free space for placing an object.
  • Target Grounding: localize the target object with a bounding box or point.

Dataset Structure

manifest.jsonl
metadata.jsonl
<source_id>/<subcategory_id>/records/<sample_id>.json
<source_id>/<subcategory_id>/media/rgb/<image>
<source_id>/<subcategory_id>/media/gt_mask/<mask>

manifest.jsonl is the canonical index used by the evaluation code. metadata.jsonl is a flattened convenience file for browsing and external analysis.

Each record contains:

  • instruction: the question or grounding instruction.
  • rgb: relative path to the input image.
  • stress: first- and second-level stress labels.
  • gt: ground truth, with one of mcq, bbox, or mask.

Bounding boxes use xyxy coordinates in permille space [0, 1000]. Mask/placement tasks expect a predicted point (x, y) in the same permille coordinate space.

License and Terms

This dataset is released under the RoboStressBench Research-Only Non-Commercial Dataset License. See LICENSE.

RoboStressBench is constructed from existing public benchmarks, Pexels-sourced real-world images, and controlled stress synthesis. We retain the license and usage terms of each original data source. Our annotations, metadata, and benchmark construction code may be released under our chosen research license, while images and derived visual assets remain subject to the licenses or terms of their corresponding source data.

In particular:

  • Existing public benchmark sources include datasets released under CC BY 4.0 or Apache 2.0 terms, as well as RoboRefit samples distributed without an explicit dataset license and used here for non-commercial academic research only.
  • Pexels-sourced images remain subject to the Pexels License and may not be redistributed or sold as standalone stock photos, wallpaper assets, or similar image collections.
  • Controlled stress synthesis samples inherit the license and usage constraints of their underlying source datasets. Synthetic samples based on proprietary in-house data are released for research-only, non-commercial use.

Users are responsible for complying with all applicable source licenses and terms.

Citation

@misc{wu2026robostressbenchbenchmarkingvlmrobustness,
      title={RoboStressBench: Benchmarking VLM Robustness to Physical Visual Stress in Embodied Scenes}, 
      author={Leyi Wu and Yifan Zhao and Jinjie Zhang and Suzeyu Chen and Wosong Chen and Zhifei Chen and Tianshuo Xu and Qingchun He and Hongxin Hu and Haojian Huang and Yangkai Wei and Wenqian Li and Yinchuan Li and Ying-Cong Chen},
      year={2026},
      eprint={2606.00828},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2606.00828}, 
}
Downloads last month
1,053

Paper for RoboStressBench/RoboStressBench-Dataset