Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -53,3 +53,15 @@ for item in ds["test"]:
|
|
53 |
print([prompt, img]) # Replace with your processing logic
|
54 |
```
|
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
print([prompt, img]) # Replace with your processing logic
|
54 |
```
|
55 |
|
56 |
+
## Citation
|
57 |
+
|
58 |
+
If you use this dataset, please cite the original paper:
|
59 |
+
|
60 |
+
```
|
61 |
+
@article{dihan2024mapeval,
|
62 |
+
title={MapEval: A Map-Based Evaluation of Geo-Spatial Reasoning in Foundation Models},
|
63 |
+
author={Dihan, Mahir Labib and Hassan, Md Tanvir and Parvez, Md Tanvir and Hasan, Md Hasebul and Alam, Md Almash and Cheema, Muhammad Aamir and Ali, Mohammed Eunus and Parvez, Md Rizwan},
|
64 |
+
journal={arXiv preprint arXiv:2501.00316},
|
65 |
+
year={2024}
|
66 |
+
}
|
67 |
+
```
|