Add metadata and link to paper
Browse filesThis PR ensures the dataset is linked to https://huggingface.co/papers/2503.18769 and is categorized under the robotics task.
README.md
CHANGED
@@ -31,5 +31,9 @@ configs:
|
|
31 |
data_files:
|
32 |
- split: train
|
33 |
path: data/train-*
|
|
|
|
|
|
|
34 |
---
|
35 |
-
|
|
|
|
31 |
data_files:
|
32 |
- split: train
|
33 |
path: data/train-*
|
34 |
+
task_categories:
|
35 |
+
- robotics
|
36 |
+
license: unknown
|
37 |
---
|
38 |
+
|
39 |
+
[AlphaSpace: Enabling Robotic Actions through Semantic Tokenization and Symbolic Reasoning](https://huggingface.co/papers/2503.18769)
|