Datasets:

Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
Files changed (1) hide show
  1. README.md +21 -4
README.md CHANGED
@@ -13,14 +13,16 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
13
 
14
  ## Dataset Description
15
 
 
16
 
 
 
 
17
 
18
- - **Homepage:** [More Information Needed]
19
- - **Paper:** [More Information Needed]
20
- - **License:** apache-2.0
21
 
22
  ## Dataset Structure
23
 
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
@@ -286,11 +288,26 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
286
  }
287
  ```
288
 
 
 
 
 
 
 
289
 
290
  ## Citation
291
 
 
 
 
292
  **BibTeX:**
293
 
294
  ```bibtex
295
- [More Information Needed]
 
 
 
 
 
 
296
  ```
 
13
 
14
  ## Dataset Description
15
 
16
+ **Repository:** [X-VLA](https://thu-air-dream.github.io/X-VLA/)
17
 
18
+ **License:** Apache 2.0
19
+
20
+ **Paper:** *Zheng et al., 2025, “X-VLA: Soft-Prompted Transformer as Scalable Cross-Embodiment Vision-Language-Action Model”* ([arXiv:2510.10274](https://arxiv.org/pdf/2510.10274))
21
 
 
 
 
22
 
23
  ## Dataset Structure
24
 
25
+
26
  [meta/info.json](meta/info.json):
27
  ```json
28
  {
 
288
  }
289
  ```
290
 
291
+ ## Note
292
+
293
+ The action labels in this dataset have an issue: the left- and right-arm actions are not perfectly synchronized.
294
+ We recommend re-interpolating them using the provided timestamps. Please refer to our official code for the [guidance](https://github.com/2toinf/X-VLA/blob/ae1d91f7581af39f080b33f71af72ddcac3457e1/datasets/domain_handler/real_world.py#L53)
295
+
296
+
297
 
298
  ## Citation
299
 
300
+ If you find this dataset helpful to your project, please kindly cite us
301
+
302
+
303
  **BibTeX:**
304
 
305
  ```bibtex
306
+ @article{zheng2025x,
307
+ title = {X-VLA: Soft-Prompted Transformer as Scalable Cross-Embodiment Vision-Language-Action Model},
308
+ author = {Zheng, Jinliang and Li, Jianxiong and Wang, Zhihao and Liu, Dongxiu and Kang, Xirui
309
+ and Feng, Yuchun and Zheng, Yinan and Zou, Jiayin and Chen, Yilun and Zeng, Jia and others},
310
+ journal = {arXiv preprint arXiv:2510.10274},
311
+ year = {2025}
312
+ }
313
  ```