REVIEW 3 major objections 5 minor 28 references
GeoBenchLLM: A Comprehensive Benchmark for Evaluating LLMs on Geo-Related Tasks
T0 review · 3 major / 5 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read A new benchmark of 421,041 geo questions shows that a small language model with thinking mode can beat a 120B model on reasoning-heavy geography tasks.
desk verdict A useful geo benchmark whose main claim about thinking vs. size is currently confounded by unreported thinking budgets. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the benchmark itself, with its cognitive-level taxonomy (Knowledge, Reasoning, Application) and a set of manually designed metrics for open-ended geo questions. Key metrics include Coordinates Accuracy, which counts a prediction correct if it falls within a circle of tolerance radius r around the gold coordinate using haversine distance; Precision, Recall, and their mean for place prediction and regression; and Compliance, Feasible, Success, and Optimal Ratios for pathfinding, with Optimal Ratio as the most discriminating. The argument is carried by the comparison of small Qwen3 models with and without thinking mode against larger GPT-OSS models across these metrics.
What would settle it
Recompute Coordinates Accuracy, regression, and place prediction scores on GeoBenchLLM while varying the tolerance radius r over a reasonable range and using a fixed distance definition; if the relative ranking of Qwen3-8B in thinking mode versus GPT-OSS-120B flips within that range, the paper's main conclusion about reasoning versus size would be undermined.
Extended reading notes
Core claim
The paper claims that GeoBenchLLM is a comprehensive, accessible benchmark for probing LLMs on geo-related tasks, and that its results show 'reasoning and size have a strong impact on overall performance.' Specifically, Qwen3-8B with thinking mode surpasses GPT-OSS-120B on five of the ten subdatasets belonging to the Reasoning and Application cognitive levels, reaching 0.62 accuracy on PPNL_multi versus 0.57 for the largest model, while GPT-OSS-120B leads on four of the seven Knowledge-level subdatasets, often by wide margins. The authors interpret this as indicating that thinking can close the parameter gap on tasks where reasoning is central, but cannot compensate for the embedded real-world knowledge that scale provides at the Knowledge level.
Load-bearing premise
The reported scores depend on an unspecified tolerance radius r for Coordinates Accuracy and an unspecified distance definition for place and regression predictions; if those values are arbitrary or inconsistent, the conclusion that thinking closes the size gap is not reproducible.
Editorial extensions
If this is right
- If the central claim is correct, enabling thinking mode on a moderately sized model can substitute for large parameter counts on reasoning-heavy geo tasks such as pathfinding and spatial reasoning.
- Knowledge-level geo tasks, including coordinates prediction and location-based regression, remain strongly size-dependent, indicating that factual geographic knowledge is stored in model parameters rather than recovered through reasoning.
- A larger model with thinking mode would likely yield marked improvements across all subdatasets, as the paper explicitly suggests.
- The benchmark provides a standard evaluation of 421,041 questions across eight tasks, with metrics designed for generative, regression, and pathfinding outputs rather than only multiple choice.
- The Optimal Ratio metric, drawn from prior pathfinding work, is the most discriminating measure for route-planning tasks and should be reported alongside simpler path validity metrics.
Reading between the lines
- The unspecified tolerance radius r in Coordinates Accuracy and the unspecified distance measure for regression and place prediction make the reported scores hard to reproduce; fixing these values would allow the benchmark to quantify geographic precision at different spatial scales.
- If thinking mode consistently boosts Reasoning and Application performance, then reasoning traces from a small thinking-enabled model could be used to distill geo reasoning abilities into even smaller models for deployment.
- The persistent Knowledge-level gap suggests retrieval-augmented geo question answering, which supplies facts externally rather than storing them in parameters, may be a more effective route than simply increasing scale.
- A testable extension would be to vary the thinking budget and the number of reasoning steps to see whether the performance gain on PPNL_multi comes from the reasoning itself or merely from the extra tokens generated.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces GeoBenchLLM, a benchmark for evaluating LLMs on geo-related tasks, assembled from twelve public datasets reorganized into seventeen textual subdatasets covering eight tasks across three cognitive levels (Knowledge, Reasoning, Application), for a total of 421,041 questions. The authors evaluate Qwen3 models from 0.6B to 8B, with and without thinking mode, and GPT-OSS-20B/120B with what they describe as limited thinking budgets. They introduce custom metrics for open-ended outputs and report that reasoning and model size both affect performance, with the headline observation that Qwen3-8B with thinking surpasses GPT-OSS-120B on five of ten Reasoning/Application subdatasets, e.g., 0.62 vs. 0.57 optimal ratio on PPNL_multi.
Significance. If the evaluation is made fully reproducible, GeoBenchLLM would be a useful community resource: it fills a real gap in coverage and scale relative to prior geo-benchmarks, covers both closed and open answer formats, and the authors provide the benchmark and evaluation code publicly. The introduction of custom metrics for open-ended geo-tasks is a useful contribution, and the observation that thinking mode may narrow the gap between small and large models is interesting. However, the central quantitative claim is currently under-specified on two load-bearing points: the thinking budgets allocated to the larger models are not quantified, and key metric parameters (notably the tolerance radius r and the distance function for regression/place prediction) are not specified. These issues must be fixed before the reported scores, and the conclusions drawn from them, can be accepted.
major comments (3)
- [Section 4.3, Table 3] The headline comparison is confounded by unequal thinking budgets. The text states that "we only allowed low thinking budgets to GPT-OSS-20B and 120B" but never reports what these budgets are, how many reasoning tokens either model family was allowed, or any control for reasoning compute. The central example, Qwen3-8B with thinking (0.62) versus GPT-OSS-120B (0.57) on PPNL_multi, therefore conflates model size with allocated thinking budget: it may simply show that a small model given ample thinking beats a large model whose thinking was deliberately curtailed. This does not establish that "thinking is more important than size" as claimed in Section 4.3. The authors should report the exact thinking budgets and token counts, and ideally compare models under matched or separately reported reasoning compute.
- [Section 4.2, Coordinates Accuracy] The tolerance radius r in the Coordinates Accuracy metric is never specified. The formula defines a predicted coordinate as correct if d(p,g) ≤ r, where d is haversine distance, but no value for r is given anywhere in the paper or the table. Without r, the reported coordinate accuracies (e.g., 0.72 vs. 0.43 for GeoQuestions1089_coord) are not interpretable or reproducible. The authors should state the value of r used, justify it, and ideally report sensitivity of the results to r.
- [Section 4.2, Precision/Recall/P-R Mean/Median] The distance function d used for the regression and place prediction metrics is not defined. For regression answers it is unclear whether d is absolute error, squared error, or something else; for place prediction it is unclear how textual place-name predictions are compared with reference place names. In addition, the displayed formulas for Precision and Recall are written as sums of minima without normalization, so it is ambiguous whether P-R Mean is an average over list elements or an unnormalized sum. These definitions are needed to reproduce the reported Median values in Table 3 and to use the benchmark as intended.
minor comments (5)
- [Section 4.2] The sentence beginning "To avoid restricting evaluation to MCQ and Yes/No questions, which introduce a bias in the assessment of model abilities" is incomplete; it lacks a main clause.
- [Table 3] The values under Median for regression and place prediction are reported without units (e.g., 1.1k, 0.5k, 0.1k), which makes them difficult to interpret; please specify the units (e.g., kilometers or miles).
- [Section 4.3] The phrase "0.62 in accuracy on PPNL_multi" is imprecise: the metric in Table 2 for PPNL_multi is Optimal Ratio, not accuracy.
- [Table 2] The table is dense and some column headers are not defined in the caption (e.g., 'Syn.', 'Sce.', 'Trs.' are abbreviated without expansion in the caption; they appear to be Synthetic, Scenario, Transformation, but this should be stated).
- [Section 4.2] The metric list mixes formatting conventions: some entries are incomplete sentences (e.g., 'Precision measures how close predictions are to references') and one entry ('Distance') is defined only by a phrase; please harmonize the definitions.
Circularity Check
No circularity: GeoBenchLLM is an empirical benchmark built from externally sourced datasets, and its central claims are reported measurements rather than quantities defined by fitted parameters or self-citations.
full rationale
The paper does not fit any parameter and then rename that fit as a prediction. All metrics are computed directly from gold annotations and model outputs using stated formulas (e.g., haversine distance with a tolerance radius for Coordinates Accuracy, distance-matrix precision/recall for regression and place prediction, and compliance/success/optimal ratios for pathfinding). The tolerance radius r is left unspecified in the text, which is a reproducibility weakness, but it does not make any reported score equal to its own input by construction: the metric still measures a genuine empirical property of the model outputs. The central claim that reasoning and size affect performance is an observation over Table 3, not a consequence of the benchmark's definition. The self-citation to the authors' earlier GeoBenchmark [2] appears only in the related-work comparison of coverage (Knowledge/Reasoning versus Application) and is not load-bearing for any numerical result; the metrics borrowed from Aghzal et al. [1] are external, with definitions restated in the paper. The unequal thinking budgets between Qwen3-8B and GPT-OSS models are a potential confound for the specific PPNL_multi comparison, but a confound is not circularity: the conclusion that thinking closes the size gap is not true by definition and could in principle be overturned by equalizing thinking budgets. No equation in the paper defines a predicted quantity in terms of the phenomenon it is claimed to explain, and no external result is invoked solely through a self-citation chain. The benchmark is therefore a self-contained empirical evaluation with no significant circularity.
Assumptions & free parameters
free parameters (1)
- tolerance radius r
assumptions (3)
- domain assumption The twelve selected datasets are a representative sample of geo-related tasks across knowledge, reasoning, and application levels.
- domain assumption Google Translate preserves the meaning and difficulty of the Chinese Gaokao questions in GeoSQA and GKMC.
- domain assumption Single-run LLM generations are stable enough to compare models without error bars.
Cite this review
Pith. "Pith review of GeoBenchLLM: A Comprehensive Benchmark for Evaluating LLMs on Geo-Related Tasks." pith.science (2026). https://pith.science/paper/ZN7WDERC
@misc{pith2026260807411,
author = {Pith},
title = {Pith review of: GeoBenchLLM: A Comprehensive Benchmark for Evaluating LLMs on Geo-Related Tasks},
year = {2026},
howpublished = {\url{https://pith.science/paper/ZN7WDERC}},
note = {Machine review of arXiv:2608.07411}
}
read the original abstract
In the context of geodata, existing Large Language Models have often been studied in a homogeneous setting, which has considerably limited insights into their generalization capabilities. In this paper, we present \benchName, a comprehensive benchmark for probing LLMs on geo-related tasks. We leverage a careful selection of twelve publicly available datasets from diverse geo-related tasks and domains, and evaluate a set of LLMs on geo-spatial and temporal understanding using our benchmark. Our results show that reasoning and size have a strong impact on overall performance. GeoBenchLLM is publicly available at https://github.com/Rfr2003/GeoBenchLLM.
Figures
Reference graph
Works this paper leans on
-
[1]
Mohamed Aghzal, Erion Plaku, and Ziyu Yao. 2025. Can Large Language Models be Good Path Planners? A Benchmark and Investigation on Spatial-temporal Reasoning. arXiv:2310.03249 [cs.CL] https://arxiv.org/abs/2310.03249
arXiv 2025
-
[2]
2026.GeoBenchmark: Probing Large Language Models for Geo-Spatial Knowledge
Abayomi-Alli Ayomide, Jose G Moreno, Karim Radouane, and Lynda Tamine- Lechani. 2026.GeoBenchmark: Probing Large Language Models for Geo-Spatial Knowledge. https://github.com/Premee12/Geobenchmark.git
work page 2026
-
[3]
Payal Bajaj, Daniel Campos, Nick Craswell, Li Deng, Jianfeng Gao, Xiaodong Liu, Rangan Majumder, Andrew McNamara, Bhaskar Mitra, Tri Nguyen, Mir Rosenberg, Xia Song, Alina Stoica, Saurabh Tiwary, and Tong Wang. 2018. MS MARCO: A Human Generated MAchine Reading COmprehension Dataset. arXiv:1611.09268 [cs.CL] https://arxiv.org/abs/1611.09268 6A notebook inc...
arXiv 2018
-
[4]
Danish Contractor, Krunal Shah, Aditi Partap, Parag Singla, and Mausam Mausam
-
[5]
Jie Feng, Tianhui Liu, Yuwei Du, Siqi Guo, Yuming Lin, and Yong Li. 2025. CityGPT: Empowering Urban Spatial Cognition of Large Language Models. InProceedings of the 31th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining
work page 2025
- [6]
-
[7]
Kummerfeld, Li Zhang, Karthik Ra- manathan, Sesh Sadasivam, Rui Zhang, and Dragomir Radev
Catherine Finegan-Dollak, Jonathan K. Kummerfeld, Li Zhang, Karthik Ra- manathan, Sesh Sadasivam, Rui Zhang, and Dragomir Radev. 2018. Improving Text-to-SQL Evaluation Methodology. InProceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), Iryna Gurevych and Yusuke Miyao (Eds.). Association for Compu...
-
[8]
Ehsan Hamzei, Haonan Li, Maria Vasardani, Timothy Baldwin, Stephan Winter, and Martin Tomko. 2019. Place questions and human-generated answers: A data analysis approach. InInternational Conference on Geographic Information Science. Springer, 3–19
work page 2019
Show all 28 references
-
[9]
Zixian Huang, Yulin Shen, Xiao Li, Yuang Wei, Gong Cheng, Lin Zhou, Xinyu Dai, and Yuzhong Qu. 2019. GeoSQA: A Benchmark for Scenario-based Question Answering in the Geography Domain at High School Level. InProceedings of the 2019 Conference on Empirical Methods in Natural Lan...
2019
-
[10]
Zixian Huang, Ao Wu, Yulin Shen, Gong Cheng, and Yuzhong Qu. 2021. When Retriever-Reader Meets Scenario-Based Multiple-Choice Questions. arXiv:2108.13875 [cs.CL] https://arxiv.org/abs/2108.13875
2021 arXiv
-
[11]
Sergios-Anestis Kefalidis, Dharmen Punjani, Eleni Tsalapati, Konstantinos Plas, Mariangela Pollali, Michail Mitsios, Myrto Tsokanaridou, Manolis Koubarakis, and Pierre Maret. 2023. Benchmarking Geospatial Question Answering Engines using the Dataset GeoQuestions1089 ★. In22nd ...
2023
-
[12]
Haonan Li, Martin Tomko, and Timothy Baldwin. 2024. Location Aware Modular Biencoder for Tourism Question Answering. arXiv:2401.02187 [cs.CL] https: //arxiv.org/abs/2401.02187
2024 arXiv
-
[13]
Kechen Li, Yaotian Tao, Ximing Wen, Quanwei Sun, Zifei Gong, Chang Xu, Xizhe Zhang, and Tianbo Ji. 2025. GridRoute: A Benchmark for LLM-Based Route Plan- ning with Cardinal Movement in Grid Environments. arXiv:2505.24306 [cs.AI] https://arxiv.org/abs/2505.24306
2025 arXiv
-
[14]
Wenbin Li, Di Yao, Ruibo Zhao, Wenjie Chen, Zijie Xu, Chengxue Luo, Chang Gong, Quanliang Jing, Haining Tan, and Jingping Bi. 2024. STBench: As- sessing the Ability of Large Language Models in Spatio-Temporal Analysis. arXiv:2406.19065 [cs.CL] https://arxiv.org/abs/2406.19065
2024 arXiv
-
[15]
Zekun Li, Malcolm Grossman, Eric, Qasemi, Mihir Kulkarni, Muhao Chen, and Yao-Yi Chiang. 2025. MapQA: Open-domain Geospatial Question Answering on Map Data. arXiv:2503.07871 [cs.CL] https://arxiv.org/abs/2503.07871
2025 arXiv
-
[16]
Gengchen Mai, Krzysztof Janowicz, Rui Zhu, Ling Cai, and Ni Lao. 2021. Geo- graphic Question Answering: Challenges, Uniqueness, Classification, and Future Directions. arXiv:2105.09392 [cs.CL] https://arxiv.org/abs/2105.09392
2021 arXiv
-
[17]
Rohin Manvi, Samar Khanna, Gengchen Mai, Marshall Burke, David Lobell, and Stefano Ermon. 2024. GeoLLM: Extracting Geospatial Knowledge from Large Language Models. arXiv:2310.06213 [cs.CL] https://arxiv.org/abs/2310.06213
2024 arXiv
-
[18]
Roshanak Mirzaee and Parisa Kordjamshidi. 2022. Transfer Learning with Syn- thetic Corpora for Spatial Role Labeling and Reasoning. 6148–6165. doi:10.18653/ v1/2022.emnlp-main.413
2022
-
[19]
Zhengxiang Shi, Qiang Zhang, and Aldo Lipani. 2022. StepGame: A New Benchmark for Robust Multi-Hop Spatial Reasoning in Texts. InProceed- ings of the AAAI Conference on Artificial Intelligence, Vol. 36. 11321–11329. doi:10.1609/aaai.v36i10.21383
2022 doi
-
[20]
Rush, Bart van Merriënboer, Armand Joulin, and Tomas Mikolov
Jason Weston, Antoine Bordes, Sumit Chopra, Alexander M. Rush, Bart van Merriënboer, Armand Joulin, and Tomas Mikolov. 2015. Towards AI-Complete Question Answering: A Set of Prerequisite Toy Tasks. arXiv:1502.05698 [cs.AI] https://arxiv.org/abs/1502.05698
2015 arXiv
-
[21]
Liuchang Xu, Shuo Zhao, Qingming Lin, Luyao Chen, Qianqian Luo, Sensen Wu, Xinyue Ye, Hailin Feng, and Zhenhong Du. 2025. Evaluating Large Language Mod- els on Spatial Tasks: A Multi-Task Benchmarking Study. arXiv:2408.14438 [cs.CL] https://arxiv.org/abs/2408.14438
2025 arXiv
-
[22]
Yutaro Yamada, Yihan Bao, Andrew K Lampinen, Jungo Kasai, and Ilker Yildirim
-
[23]
Xiaodong Yan, Tengwei Song, Yifeng Jiao, Jianshan He, Jiaotuan Wang, Ruopeng Li, and Wei Chu. 2023. Spatio-Temporal Hypergraph Learning for Next POI Recommendation. 403–412. doi:10.1145/3539618.3591770
2023
-
[24]
Dingqi Yang, Daqing Zhang, Vincent Zheng, and Zhiyong Yu. 2015. Modeling User Activity Preference by Leveraging User Spatial Temporal Characteristics in LBSNs.Systems, Man, and Cybernetics: Systems, IEEE Transactions on45 (01 2015), 129–142. doi:10.1109/TSMC.2014.2327053
2015
-
[25]
Song Yang, Jiamou Liu, and Kaiqi Zhao. [n. d.]. GETNext: Trajectory Flow Map Enhanced Transformer for Next POI Recommendation. InProceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR ’22). 1144–1153
-
[26]
Zelle and Raymond J
John M. Zelle and Raymond J. Mooney. 1996. Learning to parse database queries using inductive logic programming. InProceedings of the Thirteenth National Conference on Artificial Intelligence - Volume 2(Portland, Oregon)(AAAI’96). AAAI Press, 1050–1055
1996
-
[2021]
In Proceedings of the 30th ACM International Conference on Information & Knowledge Management(Virtual Event, Queensland, Australia)(CIKM ’21)
Answering POI-recommendation Questions using Tourism Reviews. In Proceedings of the 30th ACM International Conference on Information & Knowledge Management(Virtual Event, Queensland, Australia)(CIKM ’21). Association for Computing Machinery, New York, NY, USA, 281–291. doi:10....
-
[2024]
Evaluating Spatial Understanding of Large Language Models.Transactions on Machine Learning Research(2024)
2024
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.