Dataset Viewer

The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

GIS-Bench: A Benchmark for Evaluating LLM-based GIS Automation Agents

Dataset Description

GIS-Bench is a benchmark framework designed to evaluate the capability of Large Language Model (LLM)-based agents in automating GIS (Geographic Information System) tasks using the Model Context Protocol (MCP).

This benchmark was developed as part of a master's thesis research and targets real-world spatial analysis workflows executable in QGIS Desktop via Claude + MCP integration.

  • Paper: GIS-Bench: LLM 기반 GIS μžλ™ν™” μ—μ΄μ „νŠΈ 평가 벀치마크 (KCC 2026, submitted)
  • Repository: yiseo0/GIS-Bench
  • License: CC BY 4.0

Benchmark Overview

Item Details
Total Tasks 45
Difficulty Levels 3 (Level 1 / Level 2 / Level 3)
Task Type GIS spatial analysis & visualization
Output Format HTML (Leaflet.js map), PNG, JPG
Evaluation Method VLM-based automated scoring (Claude Sonnet)
Scoring 130-point raw β†’ 100-point normalized
Pass Threshold 60 points (normalized)

Evaluated Models

Model Condition Pass Rate (Overall)
Claude (Sonnet) + QGIS MCP Agentic 100%
Claude (Sonnet) Baseline No MCP ~67%
GPT-5.2 Baseline No MCP ~69%

Statistical significance confirmed via McNemar's test (p < 0.05)


Task Structure

Tasks are organized across 3 difficulty levels:

Level Description Example
Level 1 Basic data loading & visualization Load a shapefile and display on map
Level 2 Spatial filtering & styling Filter buildings by area > 500㎑ with color coding
Level 3 Multi-step spatial analysis Buffer analysis + intersection + styled output

Each task entry includes:

  • task_no: Task ID (1–45)
  • prompt: Natural language instruction (Korean)
  • level: Difficulty level (1, 2, or 3)

Data Sources

All spatial datasets used in this benchmark are sourced from Korean public data portals under open licenses.

데이터λͺ… μ‹€μ œ 파일 ν˜•μ‹ 곡간 μœ ν˜• μ’Œν‘œκ³„ 좜처 λΌμ΄μ„ μŠ€
μ„œμšΈμ‹œ CCTV μ„€μΉ˜ ν˜„ν™© few_shot_test_μ„œμšΈμ‹œ μ•ˆμ‹¬μ΄ CCTV 연계 ν˜„ν™© CSV Point EPSG:4326 (WGS84) μ„œμšΈ 열린데이터광μž₯ κ³΅κ³΅λˆ„λ¦¬ 1μœ ν˜•
μ„œμšΈμ‹œ 고도지ꡬ 경계 UQ123_μš©λ„μ§€κ΅¬(고도지ꡬ)_20250805 SHP Polygon EPSG:5186 κ΅­ν† μ •λ³΄ν”Œλž«νΌ κ³΅κ³΅λˆ„λ¦¬ 1μœ ν˜•
μ„œμšΈμ‹œ 행정경계 μ„œμšΈμ‹œ_SIG.shp SHP Polygon EPSG:5186 곡곡데이터포털 κ³΅κ³΅λˆ„λ¦¬ 1μœ ν˜•
μˆ˜μΉ˜ν‘œκ³ λͺ¨λΈ (DEM) (B080)곡개DEM_34602_img_2025 GeoTIFF Raster EPSG:5186 κ΅­ν† μ •λ³΄ν”Œλž«νΌ κ³΅κ³΅λˆ„λ¦¬ 1μœ ν˜•
고해상도 μœ„μ„±μ˜μƒ Landsat_μœ„μ„±μ˜μƒμ˜_μ •κ·œλ¬Όμ§€μˆ˜_2024 GeoTIFF Raster EPSG:5186 NASA EarthData Public Domain

All datasets are publicly available and free to use with attribution.

Note: 일뢀 ν”„λ‘¬ν”„νŠΈλŠ” 초기 μ‹€ν—˜ λ‹Ήμ‹œ μ›Œλ”©("λŒ€μ—¬μ†Œ" λ“±)을 κ·ΈλŒ€λ‘œ μœ μ§€ν•©λ‹ˆλ‹€. μ‹€μ œ μ‚¬μš© λ°μ΄ν„°λŠ” μ„œμšΈμ‹œ CCTV 연계 ν˜„ν™©μ΄λ©°, μžμ—°μ–΄ μ§€μ‹œμ˜ λͺ¨ν˜Έμ„±μ„ μ²˜λ¦¬ν•˜λŠ” λŠ₯λ ₯도 평가 μš”μ†Œμ— ν¬ν•¨λ©λ‹ˆλ‹€.


Evaluation Pipeline

Evaluation is performed using VLM-based automated scoring with Claude Sonnet as the judge model.

Scoring Criteria (130-point raw scale)

Basic Quality (100 pts)

Criterion Max Score Description
exists 20 Meaningful visualization present
accuracy 30 Correct region and dataset used
requirement 30 Color, filter, buffer conditions met
completeness 20 Legend, title, labels complete

Spatial Accuracy (30 pts)

Criterion Max Score Description
spatial_location 15 Data displayed in correct geographic area
geometry_validity 5 No polygon/buffer distortion
numeric_match 10 Numeric conditions reflected in output

Normalization: score_normalized = round(total_raw / 130 * 100)

Each task is evaluated 3 times (N=3) and the average score is used for robustness.

See evaluation/eval_criteria.md for the full evaluation prompt and criteria details.


Reference Outputs

Since GIS tasks do not always have a single deterministic "ground truth," this benchmark provides reference outputs β€” screenshots generated by the benchmark author under each task condition. These serve as visual references for what a correct result should look like.

Reference screenshots are provided in assets/screenshots/ organized by model and task ID.


MCP Tool Dependency

This benchmark was conducted using QGIS MCP to connect Claude to QGIS Desktop.

  • Tool: jjsantos01/qgis_mcp
  • Description: MCP server + QGIS plugin that allows LLMs to control QGIS Desktop
  • Note: The MCP tool code is not included in this repository. Please refer to the original repository for installation.

Repository Structure

GIS-Bench/
β”œβ”€β”€ README.md                        # This file (Dataset Card)
β”œβ”€β”€ data/
β”‚   └── tasks.json                   # 45 task prompts with level labels
β”œβ”€β”€ evaluation/
β”‚   β”œβ”€β”€ run_evaluation_vlm_v3.py     # VLM evaluation pipeline
β”‚   └── eval_criteria.md             # Scoring criteria & judge prompt
β”œβ”€β”€ results/
β”‚   └── leaderboard.json             # Evaluation results per model
└── assets/
    └── screenshots/                 # Reference output screenshots

Citation

If you use GIS-Bench in your research, please cite:

@inproceedings{gisbench2026,
  title     = {GIS-Bench: LLM 기반 GIS μžλ™ν™” μ—μ΄μ „νŠΈ 평가 벀치마크},
  author    = {κΉ€μ΄μ†Œ and μž₯두성},
  booktitle = {ν•œκ΅­μ •λ³΄κ³Όν•™νšŒ ν•™μˆ λ°œν‘œλ…Όλ¬Έμ§‘ (KCC 2026)},
  year      = {2026}
}

License

  • Benchmark tasks, evaluation code, and results: CC BY 4.0
  • Spatial datasets: κ³΅κ³΅λˆ„λ¦¬ 1μœ ν˜• (좜처 ν‘œμ‹œ 쑰건, 각 데이터 좜처 μ°Έμ‘°)
  • QGIS MCP tool: Not included. See jjsantos01/qgis_mcp
Downloads last month
109