Improve dataset card and add metadata

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -1,3 +1,31 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ task_categories:
4
+ - robotics
5
  ---
6
+
7
+ # WestWorld Pretraining Dataset
8
+
9
+ This repository contains the pretraining dataset for **WestWorld**, a knowledge-encoded scalable trajectory world model for diverse robotic systems.
10
+
11
+ [**Paper**](https://huggingface.co/papers/2603.14392) | [**Project Page**](https://westworldrobot.github.io/) | [**GitHub**](https://github.com/511205787/WestWorld)
12
+
13
+ ## Description
14
+
15
+ WestWorld is designed to address the scalability challenges in trajectory world models for diverse robotic systems. The dataset includes trajectories from 89 complex environments spanning diverse morphologies across both simulation and real-world settings.
16
+
17
+ The associated model, WestWorld, utilizes a novel system-aware Mixture-of-Experts (Sys-MoE) and incorporates domain knowledge of robot physical structures via structural embeddings to achieve strong zero-shot and few-shot generalization in trajectory prediction and downstream model-based control.
18
+
19
+ ## Citation
20
+
21
+ If you find this dataset useful, please cite the following paper:
22
+
23
+ ```bibtex
24
+ @inproceedings{wang2026westworld,
25
+ title={WestWorld: A Knowledge-Encoded Scalable Trajectory World Model for Diverse Robotic Systems},
26
+ author={Wang, Yuchen and Kong, Jiangtao and Wei, Sizhe and Li, Xiaochang and Lin, Haohong and Zhao, Hongjue and Zhou, Tianyi and Gan, Lu and Shao, Huajie},
27
+ booktitle={Forty-third International Conference on Machine Learning},
28
+ year={2026},
29
+ url={https://openreview.net/forum?id=ncRRCG4BfP}
30
+ }
31
+ ```