Datasets:

Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:

Update dataset card: Correct license, add GitHub link, update paper link, and enhance description

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +30 -11
README.md CHANGED
@@ -2,25 +2,44 @@
2
  license: cc-by-4.0
3
  task_categories:
4
  - robotics
 
 
 
 
5
  ---
6
 
 
7
 
8
- This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
9
 
10
- ## Dataset Description
11
 
12
- This dataset contains MolmoAct Dataset in lerobot format. All contents in this dataset were collected in-house by Ai2.
13
 
14
-
15
-
16
- Quick links:
17
  - πŸ“‚ [All Models](https://huggingface.co/collections/allenai/molmoact-689697591a3936fba38174d7)
18
  - πŸ“‚ [All Data](https://huggingface.co/collections/allenai/molmoact-data-mixture-6897e583e13b6c2cf3ea2b80)
19
- - πŸ“ƒ [Paper](https://huggingface.co/allenai/MolmoAct-7B-D-0812/blob/main/MolmoAct_Technical_Report.pdf)
20
- - πŸŽ₯ [Blog Post](https://allenai.org/blog/molmoact)
21
- - πŸŽ₯ [Video](https://youtu.be/-_wag1X25OE?si=Xi_kUaJTmcQBx1f6)
22
-
23
 
24
  ## License and Use
25
 
26
- This dataset is licensed under CC BY-4.0. It is intended for research and educational use in accordance with [Ai2's Responsible Use Guidelines](https://allenai.org/responsible-use).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: cc-by-4.0
3
  task_categories:
4
  - robotics
5
+ tags:
6
+ - robot-learning
7
+ - imitation-learning
8
+ - robot-trajectories
9
  ---
10
 
11
+ # MolmoAct Dataset
12
 
13
+ This repository contains the **MolmoAct Dataset**, a mid-training robot dataset comprising over 10,000 high-quality robot trajectories across diverse scenarios and tasks. This dataset was released as part of the paper [MolmoAct: Action Reasoning Models that can Reason in Space](https://huggingface.co/papers/2508.07917).
14
 
15
+ It serves as a crucial component for Action Reasoning Models (ARMs), enabling explainable and steerable robotic behavior. Training with this dataset yields significant improvements in general performance over base models.
16
 
17
+ All contents in this dataset were collected in-house by Ai2 and are provided in [LeRobot](https://github.com/huggingface/lerobot) format.
18
 
19
+ ## Quick Links:
20
+ - πŸ“„ [Paper](https://huggingface.co/papers/2508.07917)
21
+ - πŸ’» [GitHub Repository](https://github.com/allenai/MolmoAct)
22
  - πŸ“‚ [All Models](https://huggingface.co/collections/allenai/molmoact-689697591a3936fba38174d7)
23
  - πŸ“‚ [All Data](https://huggingface.co/collections/allenai/molmoact-data-mixture-6897e583e13b6c2cf3ea2b80)
24
+ - 🎬 [Blog Post](https://allenai.org/blog/molmoact)
25
+ - 🎬 [Video](https://youtu.be/-_wag1X25OE?si=Xi_kUaJTmcQBx1f6)
 
 
26
 
27
  ## License and Use
28
 
29
+ This dataset is licensed under [CC BY-4.0](https://github.com/allenai/MolmoAct/blob/release/LICENSE). It is intended for research and educational use in accordance with [Ai2's Responsible Use Guidelines](https://allenai.org/responsible-use).
30
+
31
+ ## Citation
32
+
33
+ If you find this dataset useful for your research and applications, please cite the original paper:
34
+
35
+ ```bibtex
36
+ @misc{molmoact2025,
37
+ title={MolmoAct: Action Reasoning Models that can Reason in Space},
38
+ author={Jason Lee and Jiafei Duan and Haoquan Fang and Yuquan Deng and Shuo Liu and Boyang Li and Bohan Fang and Jieyu Zhang and Yi Ru Wang and Sangho Lee and Winson Han and Wilbert Pumacay and Angelica Wu and Rose Hendrix and Karen Farley and Eli VanderBilt and Ali Farhadi and Dieter Fox and Ranjay Krishna},
39
+ year={2025},
40
+ eprint={2508.07917},
41
+ archivePrefix={arXiv},
42
+ primaryClass={cs.RO},
43
+ url={https://arxiv.org/abs/2508.07917}
44
+ }
45
+ ```