File size: 2,726 Bytes
f62dce9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | ---
license: mit
---
# Dataset Card for LIBERO-PRO Perturbation Dataset
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.
---
## Dataset Details
### Dataset Description
- **Curated by:** LIBERO-PRO Research Team
- **Affiliation:** MLLab, Huazhong University of Science and Technology
- **Language(s) (NLP):** English (instructional text)
- **License:** MIT
- **Primary Purpose:** Evaluation of VLA models under structured perturbations
This dataset extends the original [LIBERO benchmark](https://github.com/Lifelong-Robot-Learning/LIBERO/) by introducing **systematic perturbations** in five dimensions:
1. **Object Perturbation:** Modifies object appearance, color, and scale to test adaptability to visual shifts.
2. **Position Perturbation:** Relocates objects within feasible spatial bounds to evaluate the model’s adaptability to spatial position changes.
3. **Semantic Perturbation:** Paraphrases natural language commands to probe linguistic robustness.
4. **Task Perturbation:** Redefines task logic and target states to test procedural generalization.
5. **Environment Perturbation:** Replaces working environments to evaluate cross-environment robustness.
Each perturbation includes corresponding **`init` files** (initial environment configurations) and **`bddl` files** (behavioral descriptions in BDDL format).
---
## Uses
**How to use:**
1. Copy all **`.bddl`** files to:
```
LIBERO-PRO/libero/libero/bddl_files/
```
2. Copy all **`init`** files to:
```
LIBERO-PRO/libero/libero/init_files/
```
3. Follow the quick start instructions provided in the [LIBERO-PRO README](https://github.com/Zxy-MLlab/LIBERO-PRO#readme).
---
## Dataset Structure
Each perturbation category contains:
- **`init/`**: Environment initialization files defining object placement and world state.
- **`bddl/`**: Task goal definitions in Behavior Domain Definition Language.
---
## Citation
If you use this dataset, please cite the LIBERO-PRO project:
**BibTeX:**
```bibtex
@misc{zhou2025liberopro,
title={LIBERO-PRO: Benchmarking Perturbation Robustness of Visual Language Action Models},
author={Zhou, Xueyang and Tie, Guiyao and Zhang, Guowen and Wang, Hechang and Zhou, Pan},
year={2025},
howpublished={\url{https://github.com/Zxy-MLlab/LIBERO-PRO}},
}
```
---
## Dataset Card Authors
- Xueyang Zhou
- Yangming Xu
---
## Dataset Card Contact
For questions or issues, please contact:
📧 **d202480819@hust.edu.cn**
|