Datasets:

Formats:
json
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
mahirlabibdihan commited on
Commit
c8e3328
·
verified ·
1 Parent(s): b41a894

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -52,3 +52,16 @@ for item in ds["test"]:
52
  # Use the prompt as needed
53
  print(prompt) # Replace with your processing logic
54
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  # Use the prompt as needed
53
  print(prompt) # 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
+ ```