🤖 AI Summary
Traditional geographic question-answering (GeoQA) systems suffer from limitations in semantic understanding, retrieval accuracy, interactive capability, and handling of complex spatial reasoning tasks. To address these challenges, we propose GeoRAG—the first knowledge-enhanced Retrieval-Augmented Generation (RAG) framework specifically designed for geographic domains. Our method integrates a BERT-Base-Chinese–based multi-label query type classifier, a structured knowledge base built via multi-agent collaboration (containing 145K geographic entities and 875K high-quality QA pairs), and a RAG architecture augmented with domain-specific components. Key contributions include: (1) a novel seven-dimensional geographic knowledge taxonomy; (2) a multi-label query classification model; (3) a QA-pair–driven retrieval evaluation mechanism; and (4) a dimension-aware dynamic GeoPrompt template. Extensive experiments demonstrate that GeoRAG consistently outperforms conventional RAG baselines across multiple foundation models, exhibiting strong generalizability and practical utility in real-world GeoQA applications.
📝 Abstract
Geographic Question Answering (GeoQA) addresses natural language queries in geographic domains to fulfill complex user demands and improve information retrieval efficiency. Traditional QA systems, however, suffer from limited comprehension, low retrieval accuracy, weak interactivity, and inadequate handling of complex tasks, hindering precise information acquisition. This study presents GeoRAG, a knowledge-enhanced QA framework integrating domain-specific fine-tuning and prompt engineering with Retrieval-Augmented Generation (RAG) technology to enhance geographic knowledge retrieval accuracy and user interaction. The methodology involves four components: (1) A structured geographic knowledge base constructed from 3267 corpora (research papers, monographs, and technical reports), categorized via a multi-agent approach into seven dimensions: semantic understanding, spatial location, geometric morphology, attribute characteristics, feature relationships, evolutionary processes, and operational mechanisms. This yielded 145234 classified entries and 875432 multi-dimensional QA pairs. (2) A multi-label text classifier based on BERT-Base-Chinese, trained to analyze query types through geographic dimension classification. (3) A retrieval evaluator leveraging QA pair data to assess query-document relevance, optimizing retrieval precision. (4) GeoPrompt templates engineered to dynamically integrate user queries with retrieved information, enhancing response quality through dimension-specific prompting. Comparative experiments demonstrate GeoRAG's superior performance over conventional RAG across multiple base models, validating its generalizability. This work advances geographic AI by proposing a novel paradigm for deploying large language models in domain-specific contexts, with implications for improving GeoQA systems scalability and accuracy in real-world applications.