paper-with-me

Papers

GeoBenchX: Benchmarking LLMs for Multistep Geospatial Tasks

2025-03-23 · Varvara Krechetova, Denis Kochedykov

In this paper, we establish a benchmark for evaluating large language models (LLMs) on multi-step geospatial tasks relevant to commercial GIS practitioners. We assess seven leading commercial LLMs (Sonnet 3.5 and 3.7, Haiku 3.5, Gemini 2.0, GPT-4o, GPT-4o mini, and o3-mini) using a simple tool-calling agent equipped with 23 geospatial functions. Our benchmark comprises tasks across four categories of increasing complexity, with both solvable and intentionally unsolvable tasks to test hallucination rejection. We develop an LLM-as-Judge evaluation framework to compare agent solutions against reference implementations. Results show Sonnet 3.5 and GPT-4o achieve the best overall performance, with Claude models excelling on solvable tasks while OpenAI models better identify unsolvable scenarios. We observe significant differences in token usage, with Anthropic models consuming substantially more tokens than competitors. Common errors include misunderstanding geometrical relationships, relying on outdated knowledge, and inefficient data manipulation. The resulting benchmark set, evaluation framework, and data generation pipeline are released as open-source resources, providing one more standardized method for ongoing evaluation of LLMs for GeoAI.

📄 PDF Abstract BibTeX arXiv:2503.18129

Code (1)

solirinai/geobenchx 공식 구현

Tasks

BenchmarkingHallucination

Similar Papers 제목 키워드 기반

Mitigating Geospatial Knowledge Hallucination in Large Language Models: Benchmarking and Dynamic Factuality Aligning

2025-07-25 · Shengyuan Wang, Jie Feng, Tianhui Liu, Dan Pei 외 arxiv

Large language models (LLMs) possess extensive world knowledge, including geospatial knowledge, which has been successfully applied to various geospatial tasks such as mobility prediction and social indicator prediction.…

General KnowledgeKnowledge Graphs

Benchmarking Floworks against OpenAI & Anthropic: A Novel Framework for Enhanced LLM Function Calling

2024-10-23 · Nirav Bhan, Shival Gupta, Sai Manaswini, Ritik Baba 외

Large Language Models (LLMs) have shown remarkable capabilities in various domains, yet their economic impact has been limited by challenges in tool use and function calling. This paper introduces ThorV2, a novel archite…

Benchmarking

Benchmarking Geospatial Question Answering Engines using the Dataset GeoQuestions1089

2023-11-06 · International Semantic Web Conference 2023 11 · Sergios-Anestis Kefalidis, Dharmen Punjani, Eleni Tsalapati, Konstantinos Plas 외

We present the dataset GeoQuestions1089 for benchmarking geospatial question answering engines. GeoQuestions1089 is the largest such dataset available presently and it contains 1089 questions, their corresponding GeoSPA…

BenchmarkingKnowledge Base Question AnsweringQuestion Answering

Evaluation of Code LLMs on Geospatial Code Generation

2024-10-06 · Piotr Gramacki, Bruno Martins, Piotr Szymański

Software development support tools have been studied for a long time, with recent approaches using Large Language Models (LLMs) for code generation. These models can generate Python code for data science and machine lear…

Code GenerationSpatial Reasoning

Are Large Language Models Geospatially Knowledgeable?

2023-10-09 · Prabin Bhandari, Antonios Anastasopoulos, Dieter Pfoser

Despite the impressive performance of Large Language Models (LLM) for various natural language processing tasks, little is known about their comprehension of geographic data and related ability to facilitate informed geo…

Decision Making