paper-with-me

Papers

An LLM Agent for Automatic Geospatial Data Analysis

2024-10-24 · Yuxing Chen, Weijie Wang, Sylvain Lobry, Camille Kurtz

Large language models (LLMs) are being used in data science code generation tasks, but they often struggle with complex sequential tasks, leading to logical errors. Their application to geospatial data processing is particularly challenging due to difficulties in incorporating complex data structures and spatial constraints, effectively utilizing diverse function calls, and the tendency to hallucinate less-used geospatial libraries. To tackle these problems, we introduce GeoAgent, a new interactive framework designed to help LLMs handle geospatial data processing more effectively. GeoAgent pioneers the integration of a code interpreter, static analysis, and Retrieval-Augmented Generation (RAG) techniques within a Monte Carlo Tree Search (MCTS) algorithm, offering a novel approach to geospatial data processing. In addition, we contribute a new benchmark specifically designed to evaluate the LLM-based approach in geospatial tasks. This benchmark leverages a variety of Python libraries and includes both single-turn and multi-turn tasks such as data acquisition, data analysis, and visualization. By offering a comprehensive evaluation among diverse geospatial contexts, this benchmark sets a new standard for developing LLM-based approaches in geospatial data analysis tasks. Our findings suggest that relying solely on knowledge of LLM is insufficient for accurate geospatial task programming, which requires coherent multi-step processes and multiple function calls. Compared to the baseline LLMs, the proposed GeoAgent has demonstrated superior performance, yielding notable improvements in function calls and task completion. In addition, these results offer valuable insights for the future development of LLM agents in automatic geospatial data analysis task programming.

📄 PDF Abstract BibTeX arXiv:2410.18792

Code (0)

등록된 구현이 없습니다.

Tasks

Code GenerationRAGRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

GeoFlow: Agentic Workflow Automation for Geospatial Tasks

2025-08-05 · Amulya Bhattaram, Justin Chung, Stanley Chung, Ranit Gupta 외 arxiv

We present GeoFlow, a method that automatically generates agentic workflows for geospatial tasks. Unlike prior work that focuses on reasoning decomposition and leaves API selection implicit, our method provides each agen…

GeoEvolve: Automating Geospatial Model Discovery via Multi-Agent Large Language Models

2025-09-25 · Peng Luo, Xiayin Lou, Yu Zheng, Zhuo Zheng 외 arxiv

Geospatial modeling provides critical solutions for pressing global challenges such as sustainability and climate change. Existing large language model (LLM)-based algorithm discovery frameworks, such as AlphaEvolve, exc…

Agentic AI for Remote Sensing: Technical Challenges and Research Directions

2026-04-27 · Muhammad Akhtar Munir, Muhammad Umer Sheikh, Akashah Shabbir, Muhammad Haris Khan 외 arxiv

Earth Observation (EO) is moving beyond static prediction toward multi-step analytical workflows that require coordinated reasoning over data, tools, and geospatial state. While foundation models and vision-language mode…

Representation Learning

Multi-Agent Geospatial Copilots for Remote Sensing Workflows

2025-01-27 · Chaehong Lee, Varatheepan Paramanayakam, Andreas Karatzas, Yanan Jian 외

We present GeoLLM-Squad, a geospatial Copilot that introduces the novel multi-agent paradigm to remote sensing (RS) workflows. Unlike existing single-agent approaches that rely on monolithic large language models (LLM), …

Earth AI: Unlocking Geospatial Insights with Foundation Models and Cross-Modal Reasoning

2025-10-21 · Aaron Bell, Amit Aides, Amr Helmy, Arbaaz Muslim 외 arxiv

Geospatial data offers immense potential for understanding our planet. However, the sheer volume and diversity of this data along with its varied resolutions, timescales, and sparsity pose significant challenges for thor…