Update dataset card with paper info, project page, and GitHub link

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -9,7 +9,13 @@ configs:
9
  data_files: data/*/*.parquet
10
  ---
11
 
12
- This dataset was exported from Robometer processed datasets in LeRobot v3 format.
 
 
 
 
 
 
13
 
14
  <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=robometer/rbm-1m-ood">
15
  <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
@@ -132,3 +138,14 @@ This dataset was exported from Robometer processed datasets in LeRobot v3 format
132
  }
133
  }
134
  ```
 
 
 
 
 
 
 
 
 
 
 
 
9
  data_files: data/*/*.parquet
10
  ---
11
 
12
+ # Robometer: RBM-1M-OOD
13
+
14
+ [**Project Page**](https://robometer.github.io/) | [**Paper**](https://huggingface.co/papers/2603.02115) | [**GitHub**](https://github.com/robometer/robometer)
15
+
16
+ RBM-1M is a large-scale reward-learning dataset comprising over one million trajectories spanning diverse robot embodiments and tasks. It includes substantial suboptimal and failure data to support the training of general-purpose robotic reward models.
17
+
18
+ This specific repository contains the **Out-of-Distribution (OOD)** subset of the RBM-1M dataset, exported in the **LeRobot v3** format for evaluation purposes.
19
 
20
  <a class="flex" href="https://huggingface.co/spaces/lerobot/visualize_dataset?path=robometer/rbm-1m-ood">
21
  <img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/visualize-this-dataset-xl.svg"/>
 
138
  }
139
  }
140
  ```
141
+
142
+ ## Citation
143
+
144
+ ```bibtex
145
+ @inproceedings{liang2026robometer,
146
+ title = {Robometer: Scaling General-Purpose Robotic Reward Models via Trajectory Comparisons},
147
+ author={Anthony Liang and Yigit Korkmaz and Jiahui Zhang and Minyoung Hwang and Abrar Anwar and Sidhant Kaushik and Aditya Shah and Alex S. Huang and Luke Zettlemoyer and Dieter Fox and Yu Xiang and Anqi Li and Andreea Bobu and Abhishek Gupta and Stephen Tu and Erdem Biyik and Jesse Zhang},
148
+ year={2026},
149
+ booktitle={Robotics: Science and Systems 2026},
150
+ }
151
+ ```