Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
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
  ```