Datasets:
The dataset viewer is not available for this split.
Error code: StreamingRowsError
Exception: CastError
Message: Couldn't cast
items: list<item: struct<id: string, video_id: string, type: string, segment: int64, subtask: string, next_ (... 120 chars omitted)
child 0, item: struct<id: string, video_id: string, type: string, segment: int64, subtask: string, next_subtask: st (... 108 chars omitted)
child 0, id: string
child 1, video_id: string
child 2, type: string
child 3, segment: int64
child 4, subtask: string
child 5, next_subtask: string
child 6, input: struct<video_path: string>
child 0, video_path: string
child 7, answer: string
child 8, answer_seconds: struct<start: double, end: double>
child 0, start: double
child 1, end: double
scenario_id: string
hash: string
questions: int64
embodiment: string
counts: struct<episodes: int64, segments: int64, subtasks: int64>
child 0, episodes: int64
child 1, segments: int64
child 2, subtasks: int64
camera: struct<resolution: list<item: int64>, native: list<item: int64>, fps: double, views: list<item: stri (... 66 chars omitted)
child 0, resolution: list<item: int64>
child 0, item: int64
child 1, native: list<item: int64>
child 0, item: int64
child 2, fps: double
child 3, views: list<item: string>
child 0, item: string
child 4, timestamp_bar_rows_cropped: null
child 5, resolution_variants: int64
schema: int64
dimensions: struct<current_action: int64, next_action: int64, next_action_with_goal: int64, frame_match: int64, (... 58 chars omitted)
child 0, current_action: int64
child 1, next_action: int64
child 2, next_action_with_goal: int64
child 3, frame_match: int64
child 4, view_match: int64
child 5, frame_order: int64
child 6, action_time: int64
media: struct<files: int64, bytes: int64, entries: list<item: struct<path: string, bytes: int64>>>
child 0, files: int64
child 1, bytes: int64
child 2, entries: list<item: struct<path: string, bytes: int64>>
child 0, item: struct<path: string, bytes: int64>
child 0, path: string
child 1, bytes: int64
episodes: int64
next_action: struct<transitions: int64, unique_successor_share: double, conditional_entropy: double>
child 0, transitions: int64
child 1, unique_successor_share: double
child 2, conditional_entropy: double
to
{'schema': Value('int64'), 'scenario_id': Value('string'), 'embodiment': Value('string'), 'hash': Value('string'), 'questions': Value('int64'), 'dimensions': {'current_action': Value('int64'), 'next_action': Value('int64'), 'next_action_with_goal': Value('int64'), 'frame_match': Value('int64'), 'view_match': Value('int64'), 'frame_order': Value('int64'), 'action_time': Value('int64')}, 'episodes': Value('int64'), 'camera': {'resolution': List(Value('int64')), 'native': List(Value('int64')), 'fps': Value('float64'), 'views': List(Value('string')), 'timestamp_bar_rows_cropped': Value('null'), 'resolution_variants': Value('int64')}, 'counts': {'episodes': Value('int64'), 'segments': Value('int64'), 'subtasks': Value('int64')}, 'next_action': {'transitions': Value('int64'), 'unique_successor_share': Value('float64'), 'conditional_entropy': Value('float64')}, 'media': {'files': Value('int64'), 'bytes': Value('int64'), 'entries': List({'path': Value('string'), 'bytes': Value('int64')})}}
because column names don't match
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/utils.py", line 147, in get_rows_or_raise
return get_rows(
dataset=dataset,
...<4 lines>...
column_names=column_names,
)
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 127, in get_rows
rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
File "/src/services/worker/src/worker/utils.py", line 483, in safe_iter
yield from ds.decode(False) if ds.features else ds
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2840, in __iter__
for key, example in ex_iterable:
^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2373, in __iter__
for key, pa_table in self._iter_arrow():
~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2398, in _iter_arrow
for key, pa_table in self.ex_iterable._iter_arrow():
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
for key, pa_table in iterator:
^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
for key, pa_table in self.generate_tables_fn(**gen_kwags):
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
items: list<item: struct<id: string, video_id: string, type: string, segment: int64, subtask: string, next_ (... 120 chars omitted)
child 0, item: struct<id: string, video_id: string, type: string, segment: int64, subtask: string, next_subtask: st (... 108 chars omitted)
child 0, id: string
child 1, video_id: string
child 2, type: string
child 3, segment: int64
child 4, subtask: string
child 5, next_subtask: string
child 6, input: struct<video_path: string>
child 0, video_path: string
child 7, answer: string
child 8, answer_seconds: struct<start: double, end: double>
child 0, start: double
child 1, end: double
scenario_id: string
hash: string
questions: int64
embodiment: string
counts: struct<episodes: int64, segments: int64, subtasks: int64>
child 0, episodes: int64
child 1, segments: int64
child 2, subtasks: int64
camera: struct<resolution: list<item: int64>, native: list<item: int64>, fps: double, views: list<item: stri (... 66 chars omitted)
child 0, resolution: list<item: int64>
child 0, item: int64
child 1, native: list<item: int64>
child 0, item: int64
child 2, fps: double
child 3, views: list<item: string>
child 0, item: string
child 4, timestamp_bar_rows_cropped: null
child 5, resolution_variants: int64
schema: int64
dimensions: struct<current_action: int64, next_action: int64, next_action_with_goal: int64, frame_match: int64, (... 58 chars omitted)
child 0, current_action: int64
child 1, next_action: int64
child 2, next_action_with_goal: int64
child 3, frame_match: int64
child 4, view_match: int64
child 5, frame_order: int64
child 6, action_time: int64
media: struct<files: int64, bytes: int64, entries: list<item: struct<path: string, bytes: int64>>>
child 0, files: int64
child 1, bytes: int64
child 2, entries: list<item: struct<path: string, bytes: int64>>
child 0, item: struct<path: string, bytes: int64>
child 0, path: string
child 1, bytes: int64
episodes: int64
next_action: struct<transitions: int64, unique_successor_share: double, conditional_entropy: double>
child 0, transitions: int64
child 1, unique_successor_share: double
child 2, conditional_entropy: double
to
{'schema': Value('int64'), 'scenario_id': Value('string'), 'embodiment': Value('string'), 'hash': Value('string'), 'questions': Value('int64'), 'dimensions': {'current_action': Value('int64'), 'next_action': Value('int64'), 'next_action_with_goal': Value('int64'), 'frame_match': Value('int64'), 'view_match': Value('int64'), 'frame_order': Value('int64'), 'action_time': Value('int64')}, 'episodes': Value('int64'), 'camera': {'resolution': List(Value('int64')), 'native': List(Value('int64')), 'fps': Value('float64'), 'views': List(Value('string')), 'timestamp_bar_rows_cropped': Value('null'), 'resolution_variants': Value('int64')}, 'counts': {'episodes': Value('int64'), 'segments': Value('int64'), 'subtasks': Value('int64')}, 'next_action': {'transitions': Value('int64'), 'unique_successor_share': Value('float64'), 'conditional_entropy': Value('float64')}, 'media': {'files': Value('int64'), 'bytes': Value('int64'), 'entries': List({'path': Value('string'), 'bytes': Value('int64')})}}
because column names don't matchNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
RoboChrono — Tianji
RoboChrono asks a vision-language model when things happen in a robot manipulation recording, rather than what appears in a single frame: which action is running now, which one comes next, which still frame belongs to a clip, which camera shows the same moment, what order three frames go in, and when a named action occurs.
This repository holds 24 scenarios · 1040 episodes · 19,509 questions · 31.5 GB.
Scenarios here are hand, tianji, tianjihand.
The complete benchmark
RoboChrono is published as two dataset repositories. Together they hold 39 scenarios and 34,713 questions.
| Repository | Scenarios | Questions | Size |
|---|---|---|---|
gimai/RoboChrono-Tianji (this one) |
24 | 19,509 | 31.5 GB |
gimai/RoboChrono-GIM |
15 | 15,204 | 42.5 GB |
Scenario count and size run in opposite directions between the two, so neither number predicts the other: this repository has more scenarios but less data. Read both columns before deciding what to fetch.
Question dimensions
Every scenario carries the same seven. Six are four-way multiple choice scored by
accuracy; action_time is temporal grounding scored by tIoU@0.5.
| Dimension | What it asks | The model sees | Options | Metric |
|---|---|---|---|---|
current_action |
which action is happening now | one action clip | four action descriptions | accuracy |
next_action |
which action comes next | one action clip | four action descriptions | accuracy |
next_action_with_goal |
which action comes next, given the task goal | one action clip | four action descriptions | accuracy |
frame_match |
which still frame came from this clip | one action clip | four images | accuracy |
view_match |
which wrist camera shows the moment the head camera shows | one frame | four images | accuracy |
frame_order |
the chronological order of three frames | three frames | four orderings | accuracy |
action_time |
when a named action occurs | the full episode | free-form interval | tIoU@0.5 |
A question stores the identifier of the action it is about, not the sentence. The
sentence is in qa/subtasks.json and the phrasing of the question in
qa/dimensions.json; rendering one from the other is what turns a stored question
into the text a model is shown.
Layout
Each scenario is a self-contained directory. Nothing outside it is needed to load it.
<scenario_id>/
├── manifest.json what the scenario contains, and its content hash
├── qa/
│ ├── current_action.json one file per dimension, seven in all
│ ├── next_action.json
│ ├── next_action_with_goal.json
│ ├── frame_match.json
│ ├── view_match.json
│ ├── frame_order.json
│ ├── action_time.json
│ ├── subtasks.json the action descriptions the questions refer to
│ ├── scenarios.json the task goal and the recording metadata
│ └── dimensions.json the phrasing template of each dimension
└── media/
├── clips.tar one clip per action segment, per camera
├── episodes.tar whole episodes, per camera
└── frames.tar the still frames the questions offer
manifest.json and qa/ stay loose, so they render on the Hub and can be fetched
without the video. Media travels as one uncompressed archive per kind — the payload is
already H.264 and JPEG, and three archives keep each kind separately downloadable.
move_flower_hand ships 2 archives rather than three: none of its questions refer to still frames, so it has no frames.tar.
Download
The supported way is the downloader in the
evaluation repository. It works out which of
the two repositories holds each scenario, unpacks the archives into the layout the
questions reference, and ends with the same sweep robochrono validate-data runs, so
"it downloaded" and "it is usable" never get confused. Both repositories are public;
no account or token is needed.
git clone https://github.com/mfan-res/ROBOCHRONO
cd ROBOCHRONO
python3 tools/download_data.py --all # all 39 scenarios, ~74 GB
python3 tools/download_data.py box_pen_hand
python3 tools/download_data.py --all --qa-only # questions only, ~50 MB
python3 tools/download_data.py box_pen_hand --media-types clips,frames
An interrupted download resumes: rerun the same command.
Fetching it by hand
The repository is an ordinary Hugging Face dataset, so the CLI works too — at the cost of unpacking and validating yourself. Everything:
huggingface-cli download gimai/RoboChrono-Tianji --repo-type=dataset --local-dir robochrono
One scenario:
huggingface-cli download gimai/RoboChrono-Tianji --repo-type=dataset \
--include "box_pen_hand/*" --local-dir robochrono
Questions only, no video — a few megabytes, enough to inspect the format, count the questions, or check a scenario's hash:
huggingface-cli download gimai/RoboChrono-Tianji --repo-type=dataset \
--include "*/qa/*" --include "*/manifest.json" --local-dir robochrono
Unpacking
The archives extract relative to their scenario directory, so run tar inside it:
cd robochrono/box_pen_hand
for t in media/*.tar; do tar xf "$t"; done
rm media/*.tar # optional, once extraction succeeded
Or for every scenario at once:
cd robochrono
for d in */; do (cd "$d" && for t in media/*.tar; do tar xf "$t"; done); done
The result is the layout the questions refer to:
box_pen_hand/
├── manifest.json
├── qa/…
└── media/
├── clips/box_pen_hand/<episode>@<camera>@<start>-<end>.mp4
├── episodes/box_pen_hand/<episode>@<camera>.mp4
└── frames/box_pen_hand/<episode>@<camera>@<frame>.jpg
Media paths inside a question are relative to the scenario directory, so they resolve against this tree unchanged.
manifest.json
| Field | Meaning |
|---|---|
schema |
version of this manifest format |
scenario_id |
the directory name, and how a suite refers to the scenario |
embodiment |
what performed the task; see below |
hash |
SHA-256 over what the model is asked — the question items, the action wording, the goal, and the phrasing templates. Recording metadata and media bytes are excluded, so reformatting a JSON file does not move it. See What the hash does and does not cover below |
questions |
total across the seven dimensions |
dimensions |
question count per dimension; all seven keys are always present |
episodes |
recordings the questions draw on |
camera |
resolution, frame rate and the camera views available |
counts |
episodes, annotated action segments, and distinct actions |
next_action |
how predictable the action order is: transition count, the share of actions with a single observed successor, and the conditional entropy of the successor |
media |
file count, total bytes, and a path/bytes entry for every media file — the inventory of the unpacked directory, so it matches after the archives are extracted |
What the hash does and does not cover
The hash covers the questions and their answers. If it matches, nobody has altered what is asked, which options are offered, or which option is correct.
It does not cover the media. Video and image bytes are outside it by design, so that reformatting a JSON file does not invalidate a scenario — but the consequence is worth stating plainly: a scenario whose videos were re-encoded, truncated or replaced still passes the hash check, while a model watching it sees something different and scores differently. The hash cannot tell you about that.
What guards the media is the weak check in manifest.json: media.files,
media.bytes, and a path/bytes entry per file. Preflight compares the unpacked
directory against that inventory, so a missing or truncated file is caught. Two files of
identical length are not distinguished — no per-file content hash is recorded.
So: --verify passing means the questions are unmodified and every media file is
present at its declared length. It does not certify that the media is bit-for-bit what
was published. If you are reporting scores, re-download rather than repair a directory
that failed either check.
embodiment records what performed the task at recording time:
| Value | Meaning |
|---|---|
gim |
the GIM platform |
tianji |
the Tianji platform with a parallel gripper |
tianjihand |
the Tianji platform with a dexterous hand |
hand |
a human hand, recorded from a head-mounted camera |
Using it with the evaluation code
The evaluation code is at
github.com/mfan-res/ROBOCHRONO, which also
specifies this format in full in docs/DATA_FORMAT.md. Every command there reads a
pool directory holding scenario directories, named by --data-root (default
scenarios/). Unpack wherever is convenient and point at the parent:
pool/
├── <scenario_id>/{manifest.json, qa/, media/}
└── <scenario_id>/…
Preflight recomputes each scenario's hash from its qa/ and compares it with
manifest.json, and checks that every media path a question refers to is present. A
scenario that fails either check is refused rather than scored, so an incomplete
download cannot quietly become a lower score.
Both repositories unpack into the same shape, so a pool may hold scenarios from either or from both.
Scenarios
| Scenario | Embodiment | Episodes | Questions | Size | Task |
|---|---|---|---|---|---|
box_pen_hand |
hand |
40 | 680 | 0.78 | putting a pen into its box |
box_pen_tianjihand |
tianjihand |
50 | 1,000 | 0.50 | putting a pen into its box |
box_shoe_tianji |
tianji |
40 | 671 | 0.88 | putting the shoe into the box |
brew_teabag_tianji |
tianji |
52 | 1,092 | 5.30 | brewing a pot of tea with a tea bag |
make_tea_tianji |
tianji |
39 | 819 | 2.96 | brewing a pot of tea with loose leaves |
move_flower_hand |
hand |
40 | 160 | 0.39 | insert the flowers into the vase |
move_flower_tianjihand |
tianjihand |
30 | 510 | 0.41 | insert the flowers into the vase |
move_gift_tianjihand |
tianjihand |
30 | 510 | 0.54 | handing over a gift |
pack_aidkit_tianji |
tianji |
40 | 840 | 3.96 | packing a first aid kit |
pack_airpods_tianji |
tianji |
40 | 840 | 1.03 | putting the earphones into their case |
pack_express_tianji |
tianji |
50 | 1,000 | 0.98 | puting a toy into a deliver bag |
pack_gift_hand |
hand |
40 | 720 | 0.34 | putting a toy car into a gift box |
pack_gift_tianji |
tianji |
41 | 861 | 1.43 | putting a toy into a gift box |
pack_sunglasses_hand |
hand |
41 | 738 | 1.18 | putting the sunglass into the glasses case |
sort_cubes_tianji |
tianji |
41 | 861 | 0.81 | putting the cubes into boxes of the same color |
stack_cubes_hand |
hand |
43 | 731 | 0.76 | stacking cubes |
stack_cubes_tianji |
tianji |
50 | 1,000 | 0.99 | stacking cubes |
stack_cubes_tianjihand |
tianjihand |
50 | 1,000 | 0.60 | stacking cubes |
stow_sunglasses_tianjihand |
tianjihand |
50 | 850 | 0.46 | putting the sunglass into the glasses case |
takeout_trash_tianji |
tianji |
39 | 819 | 1.93 | clearing the table and taking out the trash |
tidy_stationery_tianji |
tianji |
63 | 1,260 | 1.02 | capping a pen and putting it into its box |
wash_dishes_tianji |
tianji |
40 | 840 | 1.90 | washing the dishes |
wipe_plate_tianji |
tianji |
40 | 840 | 1.51 | wiping the plates |
zip_pouch_tianji |
tianji |
51 | 867 | 0.83 | zipping a pouch and putting it away |
License
CC-BY-4.0.
Citation
A paper describing this benchmark is in preparation.
- Downloads last month
- 116