paper-with-me

Papers

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

2025-09-25 · Peng Luo, Xiayin Lou, Yu Zheng, Zhuo Zheng, Stefano Ermon 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, excel at evolving generic code but lack the domain knowledge and multi-step reasoning required for complex geospatial problems. We introduce GeoEvolve, a multi-agent LLM framework that couples evolutionary search with geospatial domain knowledge to automatically design and refine geospatial algorithms. GeoEvolve operates in two nested loops: an inner loop leverages a code evolver to generate and mutate candidate solutions, while an outer agentic controller evaluates global elites and queries a GeoKnowRAG module -- a structured geospatial knowledge base that injects theoretical priors from geography. This knowledge-guided evolution steers the search toward theoretically meaningful and computationally efficient algorithms. We evaluate GeoEvolve on two fundamental and classical tasks: spatial interpolation (kriging) and spatial uncertainty quantification (geospatial conformal prediction). Across these benchmarks, GeoEvolve automatically improves and discovers new algorithms, incorporating geospatial theory on top of classical models. It reduces spatial interpolation error (RMSE) by 13-21% and enhances uncertainty estimation performance by 17\%. Ablation studies confirm that domain-guided retrieval is essential for stable, high-quality evolution. These results demonstrate that GeoEvolve provides a scalable path toward automated, knowledge-driven geospatial modeling, opening new opportunities for trustworthy and efficient AI-for-Science discovery.

📄 PDF Abstract BibTeX arXiv:2509.21593

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Experience-Driven Multi-Agent Systems Are Training-free Context-aware Earth Observers

2026-01-30 · Pengyu Dai, Weihao Xuan, Junjue Wang, Hongruixuan Chen 외 arxiv

Recent advances have enabled large language model (LLM) agents to solve complex tasks by orchestrating external tools. However, these agents often struggle in specialized, tool-intensive domains that demand long-horizon …

Spatial Reasoning

Towards Intelligent Geospatial Data Discovery: a knowledge graph-driven multi-agent framework powered by large language models

2026-03-21 · Ruixiang Liu, Zhenlong Li, Ali Khosravi Kazazi arxiv

The rapid growth in the volume, variety, and velocity of geospatial data has created data ecosystems that are highly distributed, heterogeneous, and semantically inconsistent. Existing data catalogs, portals, and infrast…

DrugAgent: Automating AI-aided Drug Discovery Programming through LLM Multi-Agent Collaboration

2024-11-24 · Sizhe Liu, Yizhou Lu, Siyu Chen, Xiyang Hu 외

Recent advancements in Large Language Models (LLMs) have opened new avenues for accelerating drug discovery processes. Despite their potential, several critical challenges remain unsolved, particularly in translating the…

Drug Discovery

Context-Aware Visual Prompting: Automating Geospatial Web Dashboards with Large Language Models and Agent Self-Validation for Decision Support

2025-10-10 · Haowen Xu, Jose Tupayachi, Xiao-Ying Yu arxiv

The development of web-based geospatial dashboards for risk analysis and decision support is often challenged by the difficulty in visualization of big, multi-dimensional environmental data, implementation complexity, an…

Code GenerationDecision Making

INDIBATOR: Diverse and Fact-Grounded Individuality for Multi-Agent Debate in Molecular Discovery

2026-02-02 · Yunhui Jang, Seonghyun Park, Jaehyung Kim, Sungsoo Ahn arxiv

Multi-agent systems have emerged as a powerful paradigm for automating scientific discovery. To differentiate agent behavior in the multi-agent system, current frameworks typically assign generic role-based personas such…