Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,53 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-sa-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
task_categories:
|
4 |
+
- visual-question-answering
|
5 |
+
- multiple-choice
|
6 |
+
- question-answering
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
tags:
|
10 |
+
- Remote Sensing
|
11 |
+
size_categories:
|
12 |
+
- 1K<n<10K
|
13 |
+
---
|
14 |
+
# 🐙GitHub
|
15 |
+
Information or evaluatation on this dataset can be found in this repo: **https://github.com/AI9Stars/XLRS-Bench**
|
16 |
+
|
17 |
+
# 📜Dataset License
|
18 |
+
|
19 |
+
Annotations of this dataset is released under a [Creative Commons Attribution-NonCommercial 4.0 International License](http://creativecommons.org/licenses/by-nc-sa/4.0). For images from:
|
20 |
+
|
21 |
+
- **[DOTA](https://captain-whu.github.io/DOTA)**
|
22 |
+
RGB images from Google Earth and CycloMedia (for academic use only; commercial use is prohibited, and Google Earth terms of use apply).
|
23 |
+
|
24 |
+
- **[ITCVD](https://phys-techsciences.datastations.nl/dataset.xhtml?persistentId=doi:10.17026/dans-xnc-h2fu)**
|
25 |
+
Licensed under [CC-BY-NC-SA-4.0](http://creativecommons.org/licenses/by-nc-sa/4.0).
|
26 |
+
|
27 |
+
- **[MiniFrance](https://ieee-dataport.org/open-access/minifrance), [HRSCD](https://ieee-dataport.org/open-access/hrscd-high-resolution-semantic-change-detection-dataset)**
|
28 |
+
Released under [IGN’s "licence ouverte"](https://web.archive.org/web/20200717042533/http://www.ign.fr/institut/activites/lign-lopen-data).
|
29 |
+
|
30 |
+
- **[Toronto, Potsdam](https://www.isprs.org/education/benchmarks/UrbanSemLab/default.aspx):**
|
31 |
+
The Toronto test data images are derived from the Downtown Toronto dataset provided by Optech Inc., First Base Solutions Inc., GeoICT Lab at York University, and ISPRS WG III/4, and are subject to the following conditions:
|
32 |
+
1. The data must not be used for other than research purposes. Any other use is prohibited.
|
33 |
+
2. The data must not be used outside the context of this test project, in particular while the project is still on-going (i.e. until September 2012). Whether the data will be available for other research purposes after the end of this project is still under discussion.
|
34 |
+
3. The data must not be distributed to third parties. Any person interested in the data may obtain them via ISPRS WG III/4.
|
35 |
+
4. The data users should include the following acknowledgement in any publication resulting from the datasets:
|
36 |
+
“*The authors would like to acknowledge the provision of the Downtown Toronto data set by Optech Inc., First Base Solutions Inc., GeoICT Lab at York University, and ISPRS WG III/4.*”
|
37 |
+
|
38 |
+
**Disclaimer:**
|
39 |
+
If any party believes their rights are infringed, please contact us immediately at **[wfx23@nudt.edu.cn](mailto:wfx23@nudt.edu.cn)**. We will promptly remove any infringing content.
|
40 |
+
|
41 |
+
|
42 |
+
# 📖Citation
|
43 |
+
|
44 |
+
If you find our work helpful, please consider citing:
|
45 |
+
|
46 |
+
```tex
|
47 |
+
@article{wang2025xlrsbench,
|
48 |
+
title={XLRS-Bench: Could Your Multimodal LLMs Understand Extremely Large Ultra-High-Resolution Remote Sensing Imagery?},
|
49 |
+
author={Wang, Fengxiang and Wang, Hongzhen and Chen, Mingshuo and Wang, Di and Wang, Yulin and Guo, Zonghao and Ma, Qiang and Lan, Long and Yang, Wenjing and Zhang, Jing and others},
|
50 |
+
journal={arXiv preprint arXiv:2503.23771},
|
51 |
+
year={2025}
|
52 |
+
}
|
53 |
+
```
|