File size: 2,549 Bytes
af3005b
 
 
 
5e40158
 
 
 
 
 
 
 
 
 
 
 
af3005b
5e40158
6727895
5e40158
b116e8b
5e40158
6727895
d93fa7b
 
 
b116e8b
d93fa7b
 
 
b116e8b
d93fa7b
 
 
6727895
5e40158
6727895
5e40158
6727895
 
 
5e40158
bed6eb4
 
 
 
 
5e40158
6727895
5e40158
6727895
5e40158
6727895
 
 
5e40158
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
license: other
license_name: openearthmap-derived-mixed-source-dataset-license
license_link: LICENSE
pretty_name: NeSy-Route
task_categories:
- image-to-text
- visual-question-answering
language:
- en
tags:
- remote-sensing
- route-planning
- benchmark
- neural-symbolic
- multimodal-large-language-models
---

<div align="center">

<h1>NeSy-Route: A Neural-Symbolic Benchmark for Constrained Route Planning in Remote Sensing</h1>

<p>
  <a href="https://mingyang1010.github.io/NeSy-Route/">
    <img src="https://img.shields.io/badge/Project-Page-34A853?style=flat-square&logo=googlechrome&logoColor=white" alt="Project Page">
  </a>
  &nbsp;&nbsp;
  <a href="https://arxiv.org/abs/2603.16307">
    <img src="https://img.shields.io/badge/Paper-arXiv-B31B1B?style=flat-square&logo=arxiv&logoColor=white" alt="Paper">
  </a>
  &nbsp;&nbsp;
  <a href="https://github.com/MingYang1010/NeSy-Route">
    <img src="https://img.shields.io/badge/Code-GitHub-0969DA?style=flat-square&logo=github&logoColor=white" alt="Code">
  </a>
</p>

</div>

## Dataset Composition

NeSy-Route is organized into three benchmark tasks for evaluating perception, symbolic reasoning, and constrained route planning over remote-sensing imagery.

| Task | Setting | Easy | Medium | Hard | Total | Content |
| --- | --- | ---: | ---: | ---: | ---: | --- |
| Task 1 | Few-shot | - | - | - | 3,607 | Semantic traversability and cost-vector prediction |
| Task 2 | Zero-shot | 7,659 | 3,712 | 1,604 | 12,975 | Constraint-aware semantic and region reasoning |
| Task 3 | Zero-shot | 6,492 | 2,705 | 1,624 | 10,821 | Constrained route planning with waypoint or trajectory outputs |

Task 1 and Task 2 provide semantic constraint annotations for vector-based reasoning. Task 3 provides route-planning samples together with traversability maps, cost maps, ground-truth paths, and difficulty-level subsets.

## Evaluation Code

Evaluation scripts, prompt templates, and running instructions are available in the GitHub repository:

<https://github.com/MingYang1010/NeSy-Route>

## License

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)**.

Please also check the `LICENSE` file in this repository before using or redistributing the dataset.