Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Dataset Card for GEMBench dataset
|
2 |
+
|
3 |
+
**GE**neralizable vision-language robotic **M**anipulation **Bench**mark Dataset
|
4 |
+
|
5 |
+
A benchmark to systematically evaluate generalization capabilities of vision-and-language robotic manipulation policies. Built upon the RLBench simulator.
|
6 |
+
|
7 |
+
## Citation
|
8 |
+
|
9 |
+
If you use our GemBench benchmark or find our code helpful, please kindly cite our work:
|
10 |
+
|
11 |
+
**BibTeX:**
|
12 |
+
|
13 |
+
```bibtex
|
14 |
+
@inproceedings{garcia25gembench,
|
15 |
+
author = {Ricardo Garcia and Shizhe Chen and Cordelia Schmid},
|
16 |
+
title = {Towards Generalizable Vision-Language Robotic Manipulation: A Benchmark and LLM-guided 3D Policy},
|
17 |
+
booktitle = {IEEE International Conference on Robotics and Automation (ICRA)},
|
18 |
+
year = {2025}
|
19 |
+
}
|
20 |
+
```
|
21 |
+
|
22 |
+
## Dataset Card Contact
|
23 |
+
|
24 |
+
[Ricardo Garcia-Pinel](mailto:[email protected])
|