Datasets:
mahirlabibdihan
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -45,4 +45,17 @@ for item in ds["test"]:
|
|
45 |
|
46 |
# Use the prompt as needed
|
47 |
print(prompt) # Replace with your processing logic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
```
|
|
|
45 |
|
46 |
# Use the prompt as needed
|
47 |
print(prompt) # Replace with your processing logic
|
48 |
+
```
|
49 |
+
|
50 |
+
## Citation
|
51 |
+
|
52 |
+
If you use this dataset, please cite the original paper:
|
53 |
+
|
54 |
+
```
|
55 |
+
@article{dihan2024mapeval,
|
56 |
+
title={MapEval: A Map-Based Evaluation of Geo-Spatial Reasoning in Foundation Models},
|
57 |
+
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},
|
58 |
+
journal={arXiv preprint arXiv:2501.00316},
|
59 |
+
year={2024}
|
60 |
+
}
|
61 |
```
|