mafangniu commited on
Commit
c20eff8
·
verified ·
1 Parent(s): 9fa29ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -19,7 +19,7 @@ size_categories:
19
 
20
  **Behavior-Skill** is a skill-centric dataset and evaluation benchmark built on [BEHAVIOR-1K](https://behavior.stanford.edu/) for Vision-Language-Action (VLA) policies in long-horizon mobile manipulation tasks. It establishes executable constituent skills as the fundamental unit for both policy learning and evaluation.
21
 
22
- **Paper:** Coming soon  |  **Code:** [GitHub](https://github.com/mafangniu/Behavior-Skill)
23
 
24
  Behavior-Skill contains **235,492 skill instances** constructed from **10,000 demonstrations** across **50 household tasks** and **34 semantic skill categories**. Each annotated instance contains a skill instruction and its aligned frame interval in the corresponding BEHAVIOR-1K demonstration. For **500 evaluation demonstrations** (10 per task), the release additionally provides per-skill BDDL success conditions and restorable OmniGibson states for independent closed-loop evaluation.
25
 
@@ -158,7 +158,16 @@ The original Behavior-Skill annotations, evaluation configurations, state snapsh
158
 
159
  ## Citation
160
 
161
- Citation information for the Behavior-Skill paper will be added once the paper becomes publicly available. In the meantime, please cite the dataset using [CITATION.cff](CITATION.cff).
 
 
 
 
 
 
 
 
 
162
 
163
  Please also cite the original BEHAVIOR-1K benchmark:
164
 
 
19
 
20
  **Behavior-Skill** is a skill-centric dataset and evaluation benchmark built on [BEHAVIOR-1K](https://behavior.stanford.edu/) for Vision-Language-Action (VLA) policies in long-horizon mobile manipulation tasks. It establishes executable constituent skills as the fundamental unit for both policy learning and evaluation.
21
 
22
+ **Paper:** [arXiv](https://arxiv.org/abs/2608.30536)  |  **Code:** [GitHub](https://github.com/mafangniu/Behavior-Skill)
23
 
24
  Behavior-Skill contains **235,492 skill instances** constructed from **10,000 demonstrations** across **50 household tasks** and **34 semantic skill categories**. Each annotated instance contains a skill instruction and its aligned frame interval in the corresponding BEHAVIOR-1K demonstration. For **500 evaluation demonstrations** (10 per task), the release additionally provides per-skill BDDL success conditions and restorable OmniGibson states for independent closed-loop evaluation.
25
 
 
158
 
159
  ## Citation
160
 
161
+ If you find Behavior-Skill useful in your research, please cite our paper:
162
+ ```bibtex
163
+ @article{ma2026behaviorskill,
164
+ title = {{Behavior-Skill}: A Fine-Grained Benchmark for Evaluating Vision-Language-Action Policies in Long-Horizon Tasks},
165
+ author = {Ma, Chunyun and Luo, Lun and Luo, Xingjian and Feng, Xiexing and Zhang, Hang and Liu, Wei and Qiao, Feng and Wang, Yaonan and Lu, Huimin and Chen, Xieyuanli},
166
+ journal = {arXiv preprint arXiv:2608.30536},
167
+ year = {2026},
168
+ url = {https://arxiv.org/abs/2608.30536}
169
+ }
170
+ ```
171
 
172
  Please also cite the original BEHAVIOR-1K benchmark:
173