菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-15
📄 Abstract - GeoAgentBench: A Dynamic Execution Benchmark for Tool-Augmented Agents in Spatial Analysis

The integration of Large Language Models (LLMs) into Geographic Information Systems (GIS) marks a paradigm shift toward autonomous spatial analysis. However, evaluating these LLM-based agents remains challenging due to the complex, multi-step nature of geospatial workflows. Existing benchmarks primarily rely on static text or code matching, neglecting dynamic runtime feedback and the multimodal nature of spatial outputs. To address this gap, we introduce GeoAgentBench (GABench), a dynamic and interactive evaluation benchmark tailored for tool-augmented GIS agents. GABench provides a realistic execution sandbox integrating 117 atomic GIS tools, encompassing 53 typical spatial analysis tasks across 6 core GIS domains. Recognizing that precise parameter configuration is the primary determinant of execution success in dynamic GIS environments, we designed the Parameter Execution Accuracy (PEA) metric, which utilizes a "Last-Attempt Alignment" strategy to quantify the fidelity of implicit parameter inference. Complementing this, a Vision-Language Model (VLM) based verification is proposed to assess data-spatial accuracy and cartographic style adherence. Furthermore, to address the frequent task failures caused by parameter misalignments and runtime anomalies, we developed a novel agent architecture, Plan-and-React, that mimics expert cognitive workflows by decoupling global orchestration from step-wise reactive execution. Extensive experiments with seven representative LLMs demonstrate that the Plan-and-React paradigm significantly outperforms traditional frameworks, achieving the optimal balance between logical rigor and execution robustness, particularly in multi-step reasoning and error recovery. Our findings highlight current capability boundaries and establish a robust standard for assessing and advancing the next generation of autonomous GeoAI.

顶级标签: llm agents benchmark
详细标签: geographic information systems tool-augmented agents spatial analysis dynamic evaluation parameter execution accuracy 或 搜索:

GeoAgentBench:用于空间分析中工具增强型智能体的动态执行基准 / GeoAgentBench: A Dynamic Execution Benchmark for Tool-Augmented Agents in Spatial Analysis


1️⃣ 一句话总结

这篇论文提出了一个名为GeoAgentBench的动态评估基准和一个名为‘计划与反应’的新型智能体架构,专门用于测试和提升大型语言模型在复杂地理空间分析任务中的实际执行与纠错能力。

源自 arXiv: 2604.13888