This project investigates the potential of Large Language Models (LLMs) to enhance, integrate with, or replace traditional Geographic Question Answering (GeoQA) systems. GeoQA systems aim to answer natural language questions that require geographic knowledge and spatial reasoning — questions like "What restaurants are near Cardiff Castle?" or "Which cities are north of London?". Traditional GeoQA approaches rely on complex pipelines involving query parsing, named entity recognition, spatial relation extraction, and database querying. With the emergence of LLMs, this project explores whether these models can handle the core challenges of GeoQA: understanding user queries with spatial intent, performing spatial reasoning, interpreting vague and qualitative spatial language, and synthesising coherent, accurate answers.

Research Questions

Potential Contributions