claytonwang nielsr HF Staff commited on
Commit
9a8bc84
·
1 Parent(s): f8c5c18

Add task categories and link to paper/GitHub (#1)

Browse files

- Add task categories and link to paper/GitHub (8d97b927c013b0b6560277b0061d592e4f5f9551)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -1,15 +1,21 @@
1
  ---
2
- license: cc
3
  language:
4
  - en
 
 
 
5
  tags:
6
  - planet
7
  - multimodal
8
  - retrieval
 
 
9
  ---
10
 
11
  # Global Geo-Localization
12
 
 
 
13
  ## Dataset Summary
14
  This dataset is Task 3 of [**MarsRetrieval**](https://github.com/ml-stat-Sustech/MarsRetrieval), a retrieval-centric benchmark for evaluating vision-language models (VLMs) on Mars geospatial discovery.
15
  Task 3 simulates **planetary-scale discovery** by localizing scientific concepts within the global CTX mosaic, which comprises over **1.4 million** CTX tiles.
@@ -38,8 +44,6 @@ Given the extreme sparsity of positives, we report:
38
 
39
  These metrics quantify planetary-scale distribution estimation rather than simple top-K accuracy.
40
 
41
-
42
-
43
  ## How to Use
44
  ```python
45
  from datasets import load_dataset
@@ -48,7 +52,7 @@ ds = load_dataset("SUSTech/Mars-Global-Geolocalization")
48
  print(ds)
49
  ```
50
 
51
- For detailed instructions on the retrieval-centric protocol and official evaluation scripts, please refer to our [Official Dataset Documentation](https://github.com/ml-stat-Sustech/MarsRetrieval/blob/main/docs/DATASET.md).
52
 
53
 
54
  ## Citation
@@ -62,4 +66,4 @@ If you find this useful in your research, please consider citing:
62
  journal={arXiv preprint arXiv:2602.13961},
63
  year={2026}
64
  }
65
- ```
 
1
  ---
 
2
  language:
3
  - en
4
+ license: cc
5
+ task_categories:
6
+ - image-text-to-text
7
  tags:
8
  - planet
9
  - multimodal
10
  - retrieval
11
+ - mars
12
+ - geospatial
13
  ---
14
 
15
  # Global Geo-Localization
16
 
17
+ [**Paper**](https://huggingface.co/papers/2602.13961) | [**GitHub**](https://github.com/ml-stat-Sustech/MarsRetrieval)
18
+
19
  ## Dataset Summary
20
  This dataset is Task 3 of [**MarsRetrieval**](https://github.com/ml-stat-Sustech/MarsRetrieval), a retrieval-centric benchmark for evaluating vision-language models (VLMs) on Mars geospatial discovery.
21
  Task 3 simulates **planetary-scale discovery** by localizing scientific concepts within the global CTX mosaic, which comprises over **1.4 million** CTX tiles.
 
44
 
45
  These metrics quantify planetary-scale distribution estimation rather than simple top-K accuracy.
46
 
 
 
47
  ## How to Use
48
  ```python
49
  from datasets import load_dataset
 
52
  print(ds)
53
  ```
54
 
55
+ For detailed instructions on the retrieval-centric protocol and official evaluation scripts, please refer to the [Official Dataset Documentation](https://github.com/ml-stat-Sustech/MarsRetrieval/blob/main/docs/DATASET.md).
56
 
57
 
58
  ## Citation
 
66
  journal={arXiv preprint arXiv:2602.13961},
67
  year={2026}
68
  }
69
+ ```