Improve dataset card: add metadata, license, and links

#3
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +28 -12
README.md CHANGED
@@ -1,10 +1,19 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
3
  ---
4
 
5
  # Dataset Card for LIBERO-PRO Perturbation Dataset
6
 
7
- This dataset contains the **`bddl`** and **`init`** files of LIBERO-PRO configurations under **object**, **relation**, **semantic**, **task**, and **environment** perturbations. The dataset supports direct integration with the [LIBERO-PRO](https://github.com/Zxy-MLlab/LIBERO-PRO) framework.
 
 
8
 
9
  ---
10
 
@@ -15,7 +24,7 @@ This dataset contains the **`bddl`** and **`init`** files of LIBERO-PRO configur
15
  - **Curated by:** LIBERO-PRO Research Team
16
  - **Affiliation:** MLLab, Huazhong University of Science and Technology
17
  - **Language(s) (NLP):** English (instructional text)
18
- - **License:** MIT
19
  - **Primary Purpose:** Evaluation of VLA models under structured perturbations
20
 
21
  This dataset extends the original [LIBERO benchmark](https://github.com/Lifelong-Robot-Learning/LIBERO/) by introducing **systematic perturbations** in five dimensions:
@@ -33,11 +42,11 @@ Each perturbation includes corresponding **`init` files** (initial environment c
33
 
34
  **How to use:**
35
  1. Copy all **`.bddl`** files to:
36
- ```
37
  LIBERO-PRO/libero/libero/bddl_files/
38
  ```
39
  2. Copy all **`init`** files to:
40
- ```
41
  LIBERO-PRO/libero/libero/init_files/
42
  ```
43
  3. Follow the quick start instructions provided in the [LIBERO-PRO README](https://github.com/Zxy-MLlab/LIBERO-PRO#readme).
@@ -54,15 +63,22 @@ Each perturbation category contains:
54
 
55
  ## Citation
56
 
57
- If you use this dataset, please cite the LIBERO-PRO project:
58
 
59
  **BibTeX:**
60
  ```bibtex
61
- @misc{zhou2025liberopro,
62
- title={LIBERO-PRO: Benchmarking Perturbation Robustness of Visual Language Action Models},
63
- author={Zhou, Xueyang and Tie, Guiyao and Zhang, Guowen and Wang, Hechang and Zhou, Pan},
64
- year={2025},
65
- howpublished={\url{https://github.com/Zxy-MLlab/LIBERO-PRO}},
 
 
 
 
 
 
 
66
  }
67
  ```
68
 
@@ -78,4 +94,4 @@ If you use this dataset, please cite the LIBERO-PRO project:
78
  ## Dataset Card Contact
79
 
80
  For questions or issues, please contact:
81
- 📧 **d202480819@hust.edu.cn**
 
1
  ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - vision-language-action
7
+ - vla
8
+ - benchmark
9
+ - robot-learning
10
  ---
11
 
12
  # Dataset Card for LIBERO-PRO Perturbation Dataset
13
 
14
+ [**Project Page**](https://zxy-mllab.github.io/LIBERO-PRO-Webpage/) | [**Paper**](https://huggingface.co/papers/2510.03827) | [**Code**](https://github.com/Zxy-MLlab/LIBERO-PRO)
15
+
16
+ This dataset contains the **`bddl`** and **`init`** files of LIBERO-PRO configurations under **object**, **relation**, **semantic**, **task**, and **environment** perturbations. The dataset supports direct integration with the [LIBERO-PRO](https://github.com/Zxy-MLlab/LIBERO-PRO) framework to evaluate Vision-Language-Action (VLA) models beyond rote memorization.
17
 
18
  ---
19
 
 
24
  - **Curated by:** LIBERO-PRO Research Team
25
  - **Affiliation:** MLLab, Huazhong University of Science and Technology
26
  - **Language(s) (NLP):** English (instructional text)
27
+ - **License:** CC-BY-4.0 (for dataset artifacts), MIT (for codebase)
28
  - **Primary Purpose:** Evaluation of VLA models under structured perturbations
29
 
30
  This dataset extends the original [LIBERO benchmark](https://github.com/Lifelong-Robot-Learning/LIBERO/) by introducing **systematic perturbations** in five dimensions:
 
42
 
43
  **How to use:**
44
  1. Copy all **`.bddl`** files to:
45
+ ```bash
46
  LIBERO-PRO/libero/libero/bddl_files/
47
  ```
48
  2. Copy all **`init`** files to:
49
+ ```bash
50
  LIBERO-PRO/libero/libero/init_files/
51
  ```
52
  3. Follow the quick start instructions provided in the [LIBERO-PRO README](https://github.com/Zxy-MLlab/LIBERO-PRO#readme).
 
63
 
64
  ## Citation
65
 
66
+ If you use this dataset, please cite both the original LIBERO benchmark and the LIBERO-PRO project:
67
 
68
  **BibTeX:**
69
  ```bibtex
70
+ @article{zhou2025liberopro,
71
+ title={LIBERO-PRO: Towards Robust and Fair Evaluation of Vision-Language-Action Models Beyond Memorization},
72
+ author={Xueyang Zhou and Yangming Xu and Guiyao Tie and Yongchao Chen and Guowen Zhang and Duanfeng Chu and Pan Zhou and Lichao Sun},
73
+ journal={arXiv preprint arXiv:2510.03827},
74
+ year={2025}
75
+ }
76
+
77
+ @article{liu2023libero,
78
+ title={LIBERO: Benchmarking Knowledge Transfer for Lifelong Robot Learning},
79
+ author={Liu, Bo and Zhu, Yifeng and Gao, Chongkai and Feng, Yihao and Liu, Qiang and Zhu, Yuke and Stone, Peter},
80
+ journal={arXiv preprint arXiv:2306.03310},
81
+ year={2023}
82
  }
83
  ```
84
 
 
94
  ## Dataset Card Contact
95
 
96
  For questions or issues, please contact:
97
+ 📧 **d202480819@hust.edu.cn**