The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: JobManagerCrashedError
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.
image image |
|---|
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
RoboPulse
RoboPulse is a benchmark introduced in PRM-as-a-Judge: A Dense Evaluation Paradigm for Fine-Grained Robotic Auditing for testing whether a vision-language judge can detect fine-grained relative progress in physical manipulation.
This Hugging Face release contains the hard 1800-example subset. Each example asks the judge to compare a BEFORE state and an AFTER state under the same task, while using task-start and task-end reference frames as anchors for the full task scope.
Overview
The figure below illustrates the multi-view comparison setup in RoboPulse.
Files
RoboPulse.json: benchmark annotations with release-relative image pathsimages.zip: zipped image assetsREADME.md: dataset overview and field definitionsrobopulse_vis.png: multi-view comparison illustrationrobopulse_stat.png: dataset coverage statisticsresults.png: benchmark results table from the paper
If you want the image paths in RoboPulse.json to resolve locally, extract images.zip in the same folder so that the images/ directory sits next to RoboPulse.json.
Dataset Summary
- Number of samples:
1800 - Image references in JSON:
14400 - Unique image files:
13059 - Total source image size:
345.72 MB - Archive size:
340.97 MB - Source datasets:
9 - Hop magnitude bins:
small,medium,large
Source datasets in this release:
agibotworld:200samplesagilex_newdragon:200samplesdroid_oxe:200samplesgalaxea_r1lite:200sampleshuman_egodex:200sampleshuman_pika:200sampleslibero_data:200samplesrobocasa_data:200samplesrobotwin2_agilex_part1:200samples
The figure below summarizes the coverage of RoboPulse across data sources and task semantics.
Results
The figure below shows the main pairwise progress-judgment results reported for RoboPulse.
Data Format
Each item in RoboPulse.json is a dictionary with the following fields:
id: unique sample identifiertask: task instruction for the sampleimage_dataset: source dataset nameimage: a list of8image paths, all relative to this release folderconversations: question-answer style supervision for the judgehop_value: signed Hop value used to construct the sample pairhop_absolute_value: absolute value ofhop_valuehop_category: categorical metadata derived fromhop_value
Image Ordering
image[0] to image[7] always follow the same order:
image[0]: reference start frame for the taskimage[1]: reference end frame for the completed taskimage[2]: front view of theBEFOREstateimage[3]: left wrist view of theBEFOREstateimage[4]: right wrist view of theBEFOREstateimage[5]: front view of theAFTERstateimage[6]: left wrist view of theAFTERstateimage[7]: right wrist view of theAFTERstate
In other words, the benchmark compares a BEFORE triplet against an AFTER triplet, with start and end reference frames provided as conceptual anchors.
Conversations
conversations stores the judge prompt and the target answer:
conversations[0]: the evaluation question given to the judge modelconversations[1]: the expected answer, such as<score>+1</score>for progress and<score>-1</score>for regression
Hop Fields
The Hop-based fields describe the relative progress signal used to build RoboPulse. For the detailed formulation, please refer to Appendix F of the paper:
- Paper: PRM-as-a-Judge
- PDF: https://arxiv.org/pdf/2603.21669
Field meanings:
hop_value: signed relative progress change between the two compared states. Positive values indicate forward progress toward the task goal, while negative values indicate regression away from the goal.hop_absolute_value: magnitude of the progress change, ignoring direction.hop_category: a dictionary with three subfields:absolute_category,direction, andcombined_categoryabsolute_category: magnitude bucket of the Hop value, one ofsmall,medium, orlargedirection: direction bucket, eitherprogress(forward) orregression(backward)combined_category: combination of the two, such asprogress_small,progress_medium,progress_large,regression_small,regression_medium, orregression_large
Directory Layout
After extracting images.zip, the folder should look like this:
hf_RoboPulse/
βββ RoboPulse.json
βββ images.zip
βββ README.md
βββ images/
βββ <dataset_name>/
βββ ...
Usage Notes
- Upload the whole folder to your Hugging Face dataset repository.
- If you want image paths in the JSON to be directly readable from the repo, extract
images.zipbefore or after uploading so thatimages/exists alongsideRoboPulse.json. - The release preserves the original benchmark annotations and only rewrites image paths to release-relative paths under
images/.
Related Links
- Project repository: PRM-as-a-Judge
- Paper: PRM-as-a-Judge: A Dense Evaluation Paradigm for Fine-Grained Robotic Auditing
Citation
If this project, leaderboard, or evaluation pipeline helps your work, please cite:
@article{ji2026prmjudge,
title = {PRM-as-a-Judge: A Dense Evaluation Paradigm for Fine-Grained Robotic Auditing},
author = {Ji, Yuheng and Liu, Yuyang and Tan, Huajie and Huang, Xuchuan and Huang, Fanding and Xu, Yijie and Chi, Cheng and Zhao, Yuting and Lyu, Huaihai and Co, Peterson and others},
journal = {arXiv preprint arXiv:2603.21669},
year = {2026}
}
- Downloads last month
- 20


