wawayuzhou commited on
Commit
3d06db4
·
verified ·
1 Parent(s): 178b221

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -54,4 +54,20 @@ Here’s an example of what the data structure looks like:
54
  "gripper": [1, 0]
55
  }
56
  ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  }
 
54
  "gripper": [1, 0]
55
  }
56
  ]
57
+ }
58
+ ## Citation
59
+
60
+ This dataset is part of the **PRTS project**:
61
+
62
+ **PRTS: A Primitive Reasoning and Tasking System via Contrastive Representations**
63
+
64
+ If you use this dataset in your work, please cite:
65
+
66
+ **BibTeX:**
67
+ ```bibtex
68
+ @article{zhang2026prts,
69
+ title={PRTS: A Primitive Reasoning and Tasking System via Contrastive Representations},
70
+ author={Zhang, Yang and Zhao, Jiangyuan and Fan, Chenyou and Yan, Fangzheng and Li, Tian and Wu, Xuaner and Weng, Qizhen and Li, Xiu and Zhang, Weinan and Zhang, Chi and Bai, Chenjia and Li, Xuelong},
71
+ year={2026},
72
+ url={https://rhodes-prts.github.io}
73
  }