Datasets:
Modalities:
Text
Languages:
English
Size:
< 1K
ArXiv:
Tags:
aerospace
satellite-scheduling
operations-research
constraint-optimization
astrodynamics
benchmark
License:
Upload dataset
Browse files
README.md
CHANGED
|
@@ -1,14 +1,54 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
language:
|
| 4 |
-
|
| 5 |
tags:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# AstroReason-Bench Datasets
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
language:
|
| 4 |
+
- en
|
| 5 |
tags:
|
| 6 |
+
- aerospace
|
| 7 |
+
- satellite-scheduling
|
| 8 |
+
- operations-research
|
| 9 |
+
- constraint-optimization
|
| 10 |
+
- astrodynamics
|
| 11 |
+
- benchmark
|
| 12 |
+
dataset_info:
|
| 13 |
+
config_name: revisit_constellation
|
| 14 |
+
features:
|
| 15 |
+
- name: case_id
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: split
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: benchmark
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: index_metadata
|
| 22 |
+
struct:
|
| 23 |
+
- name: case_id
|
| 24 |
+
dtype: string
|
| 25 |
+
- name: max_num_satellites
|
| 26 |
+
dtype: int64
|
| 27 |
+
- name: path
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: split
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: target_count
|
| 32 |
+
dtype: int64
|
| 33 |
+
- name: uniform_revisit_threshold_hours
|
| 34 |
+
dtype: float64
|
| 35 |
+
- name: files
|
| 36 |
+
list:
|
| 37 |
+
- name: content
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: path
|
| 40 |
+
dtype: string
|
| 41 |
+
splits:
|
| 42 |
+
- name: test
|
| 43 |
+
num_bytes: 32967
|
| 44 |
+
num_examples: 5
|
| 45 |
+
download_size: 38884
|
| 46 |
+
dataset_size: 32967
|
| 47 |
+
configs:
|
| 48 |
+
- config_name: revisit_constellation
|
| 49 |
+
data_files:
|
| 50 |
+
- split: test
|
| 51 |
+
path: revisit_constellation/test-*
|
| 52 |
---
|
| 53 |
|
| 54 |
# AstroReason-Bench Datasets
|