Datasets:
Commit ·
5e40158
1
Parent(s): af3005b
docs(readme): add dataset card and license policy
Browse files
LICENSE
CHANGED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
NeSy-Route Dataset License
|
| 2 |
+
|
| 3 |
+
NeSy-Route follows the same dataset release policy as OpenEarthMap.
|
| 4 |
+
|
| 5 |
+
Label data are released under the same license as the corresponding source RGB imagery when applicable.
|
| 6 |
+
|
| 7 |
+
For data whose source imagery is public domain or whose license is otherwise unspecified, the released labels follow the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0).
|
| 8 |
+
|
| 9 |
+
Users are responsible for checking and complying with the license terms of the source imagery associated with each data item when applicable.
|
README.md
CHANGED
|
@@ -2,4 +2,44 @@
|
|
| 2 |
license: other
|
| 3 |
license_name: openearthmap-derived-mixed-source-dataset-license
|
| 4 |
license_link: LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: other
|
| 3 |
license_name: openearthmap-derived-mixed-source-dataset-license
|
| 4 |
license_link: LICENSE
|
| 5 |
+
pretty_name: NeSy-Route
|
| 6 |
+
task_categories:
|
| 7 |
+
- image-to-text
|
| 8 |
+
- visual-question-answering
|
| 9 |
+
language:
|
| 10 |
+
- en
|
| 11 |
+
tags:
|
| 12 |
+
- remote-sensing
|
| 13 |
+
- route-planning
|
| 14 |
+
- benchmark
|
| 15 |
+
- neural-symbolic
|
| 16 |
+
- multimodal-large-language-models
|
| 17 |
---
|
| 18 |
+
|
| 19 |
+
# NeSy-Route
|
| 20 |
+
|
| 21 |
+
This Hugging Face repository hosts the dataset release for **NeSy-Route**, a neural-symbolic benchmark for constrained route planning in remote-sensing imagery.
|
| 22 |
+
|
| 23 |
+
The dataset contains data for three benchmark tasks:
|
| 24 |
+
|
| 25 |
+
- **Task 1** evaluates few-shot semantic traversability and cost-vector prediction.
|
| 26 |
+
- **Task 2** evaluates zero-shot constraint-aware semantic and region reasoning.
|
| 27 |
+
- **Task 3** evaluates zero-shot constrained route planning with predicted waypoint or trajectory outputs.
|
| 28 |
+
|
| 29 |
+
Evaluation code, prompt templates, and running instructions are available in the GitHub repository:
|
| 30 |
+
|
| 31 |
+
<https://github.com/MingYang1010/NeSy-Route>
|
| 32 |
+
|
| 33 |
+
Project page:
|
| 34 |
+
|
| 35 |
+
<https://mingyang1010.github.io/NeSy-Route/>
|
| 36 |
+
|
| 37 |
+
Paper:
|
| 38 |
+
|
| 39 |
+
<https://arxiv.org/abs/2603.16307>
|
| 40 |
+
|
| 41 |
+
## License
|
| 42 |
+
|
| 43 |
+
NeSy-Route follows the same licensing policy as OpenEarthMap. Label data are released under the same license as the corresponding source RGB imagery when applicable. For data whose source imagery is public domain or whose license is otherwise unspecified, the released labels follow the **Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)**.
|
| 44 |
+
|
| 45 |
+
Please also check the `LICENSE` file in this repository before using or redistributing the dataset.
|