MingYang1010 commited on
Commit
bed6eb4
·
1 Parent(s): b116e8b

docs(readme): simplify benchmark statistics

Browse files
Files changed (1) hide show
  1. README.md +5 -13
README.md CHANGED
@@ -20,8 +20,6 @@ tags:
20
 
21
  <h1>NeSy-Route: A Neural-Symbolic Benchmark for Constrained Route Planning in Remote Sensing</h1>
22
 
23
- <p><strong>Hugging Face release page for the NeSy-Route benchmark dataset.</strong></p>
24
-
25
  <p>
26
  <a href="https://mingyang1010.github.io/NeSy-Route/">
27
  <img src="https://img.shields.io/badge/Project-Page-34A853?style=flat-square&logo=googlechrome&logoColor=white" alt="Project Page">
@@ -42,17 +40,11 @@ tags:
42
 
43
  NeSy-Route is organized into three benchmark tasks for evaluating perception, symbolic reasoning, and constrained route planning over remote-sensing imagery.
44
 
45
- | Task | Setting | What It Evaluates | Split / Level | Samples |
46
- | --- | --- | --- | --- | ---: |
47
- | Task 1 | Few-shot | Semantic traversability and cost-vector prediction | Main set | 3,607 |
48
- | Task 2 | Zero-shot | Constraint-aware semantic and region reasoning | Level 1 | 7,659 |
49
- | Task 2 | Zero-shot | Constraint-aware semantic and region reasoning | Level 2 | 3,712 |
50
- | Task 2 | Zero-shot | Constraint-aware semantic and region reasoning | Level 3 | 1,604 |
51
- | Task 2 | Zero-shot | Constraint-aware semantic and region reasoning | Total | 12,975 |
52
- | Task 3 | Zero-shot | Constrained route planning with waypoint or trajectory outputs | Easy | 6,492 |
53
- | Task 3 | Zero-shot | Constrained route planning with waypoint or trajectory outputs | Medium | 2,705 |
54
- | Task 3 | Zero-shot | Constrained route planning with waypoint or trajectory outputs | Hard | 1,624 |
55
- | Task 3 | Zero-shot | Constrained route planning with waypoint or trajectory outputs | Total | 10,821 |
56
 
57
  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.
58
 
 
20
 
21
  <h1>NeSy-Route: A Neural-Symbolic Benchmark for Constrained Route Planning in Remote Sensing</h1>
22
 
 
 
23
  <p>
24
  <a href="https://mingyang1010.github.io/NeSy-Route/">
25
  <img src="https://img.shields.io/badge/Project-Page-34A853?style=flat-square&logo=googlechrome&logoColor=white" alt="Project Page">
 
40
 
41
  NeSy-Route is organized into three benchmark tasks for evaluating perception, symbolic reasoning, and constrained route planning over remote-sensing imagery.
42
 
43
+ | Task | Setting | Easy | Medium | Hard | Total | Content |
44
+ | --- | --- | ---: | ---: | ---: | ---: | --- |
45
+ | Task 1 | Few-shot | - | - | - | 3,607 | Semantic traversability and cost-vector prediction |
46
+ | Task 2 | Zero-shot | 7,659 | 3,712 | 1,604 | 12,975 | Constraint-aware semantic and region reasoning |
47
+ | Task 3 | Zero-shot | 6,492 | 2,705 | 1,624 | 10,821 | Constrained route planning with waypoint or trajectory outputs |
 
 
 
 
 
 
48
 
49
  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.
50