Add dataset card, paper link, and GitHub repository

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - robotics
4
+ ---
5
+
6
+ # Non-Markovian Long-Horizon Robot Manipulation via Keyframe Chaining
7
+
8
+ This repository contains the simulation-based datasets used in the paper [Non-Markovian Long-Horizon Robot Manipulation via Keyframe Chaining](https://huggingface.co/papers/2603.01465).
9
+
10
+ [**Code**](https://github.com/cytoplastm/KC-VLA) | [**Paper**](https://huggingface.co/papers/2603.01465)
11
+
12
+ ## Description
13
+
14
+ The dataset consists of custom-generated trajectories for four Non-Markovian manipulation tasks built upon the [ManiSkill](https://github.com/haosulab/ManiSkill) simulator. These tasks are specifically designed to measure task success rates in scenarios where optimal robot actions rely on specific past states (Non-Markovian dependencies) rather than just the current observation.
15
+
16
+ This data was used to train and evaluate the **Keyframe-Chaining VLA** framework, which utilizes a task-modulated Keyframe Selection Module (KSM) to efficiently ground long-horizon dependencies.
17
+
18
+ ## Dataset Structure
19
+
20
+ The dataset includes trajectories for 4 custom-generated tasks:
21
+ - Built on the ManiSkill simulation backbone.
22
+ - Focused on long-horizon, memory-dependent manipulation.
23
+ - Generated via a custom collection pipeline.
24
+
25
+ ## Usage
26
+
27
+ Please refer to the [official GitHub repository](https://github.com/cytoplastm/KC-VLA) for instructions on environment setup and how to use this data within the KC-VLA training and evaluation pipeline.
28
+
29
+ ## Citation
30
+
31
+ If you find this dataset or the custom ManiSkill benchmark useful for your research, please consider citing:
32
+
33
+ ```bibtex
34
+ @article{KC-VLA,
35
+ title={Non-Markovian Long-Horizon Robot Manipulation via Keyframe Chaining},
36
+ author={Yipeng Chen and Wentao Tan and Lei Zhu and Fengling Li and Jingjing Li and Guoli Yang and Heng Tao Shen},
37
+ journal={arXiv preprint arXiv:2603.01465},
38
+ year={2026},
39
+ }
40
+ ```