Add dataset card, paper link, and metadata

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +43 -0
README.md CHANGED
@@ -1,3 +1,46 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
  ---
6
+
7
+ # RoboTwin-MeM
8
+
9
+ RoboTwin-MeM is a diagnostic benchmark specifically designed to evaluate non-Markovian manipulation tasks with interactive visual evidence, introduced in the paper:
10
+
11
+ **EventVLA: Event-Driven Visual Evidence Memory for Long-Horizon Vision-Language-Action Policies**
12
+ [[Paper](https://huggingface.co/papers/2606.20092)] [[Project Page](https://ganlin-yang.github.io/EventVLA.github.io/)] [[Code](https://github.com/InternRobotics/EventVLA)]
13
+
14
+ ## Dataset Structure
15
+
16
+ The dataset contains the following directory structure:
17
+
18
+ ```text
19
+ RoboTwin-MeM/
20
+ ├── hdf5/ # HDF5 trajectories
21
+ └── lerobot_2.1/ # LeRobot 2.1 training data
22
+ ```
23
+
24
+ Both formats contain the following eight memory-dependent manipulation tasks:
25
+
26
+ - `cover_blocks_hard`
27
+ - `find_seal_and_seal_stamp`
28
+ - `pick_objects_in_order`
29
+ - `pick_the_unhidden_block`
30
+ - `press_button_keyframe`
31
+ - `put_back_block_hard`
32
+ - `rearrange_blocks_hard`
33
+ - `reproduce_route`
34
+
35
+ ## Citation
36
+
37
+ If you find this dataset useful, please cite:
38
+
39
+ ```bibtex
40
+ @article{yang2026eventvla,
41
+ title={EventVLA: Event-Driven Visual Evidence Memory for Long-Horizon Vision-Language-Action Policies},
42
+ author={Yang, Ganlin and Tu, Zhangzheng and Yang, Yuqiang and Mao, Sitong and Dong, Junyi and Chen, Tianxing and Peng, Jiaqi and Xiong, Jing and Cao, Jiafei and Dai, Jifeng and others},
43
+ journal={arXiv preprint arXiv:2606.20092},
44
+ year={2026}
45
+ }
46
+ ```