🤖 AI Summary
Geographic information in online social media text is often unstructured, ambiguous, or abbreviated, hindering real-time geolocation. To address this, we propose an end-to-end geoparsing method integrating semantic understanding and knowledge graph reasoning. First, BERT encodes contextual semantics; second, a semantic knowledge graph (GeoNames/Wikidata) traversal mechanism—implemented via a graph neural network (GNN)—models hierarchical geographic relations and resolves toponym ambiguity; third, a constraint-aware coordinate optimization algorithm outputs precise latitude-longitude coordinates. Our approach is the first to systematically incorporate knowledge graph path reasoning into the geoparsing pipeline, overcoming limitations of conventional dictionary-based matching and statistical models. Evaluated on the GeoCorpora dataset, it achieves an F1-score of 89.3%, outperforming the state-of-the-art by 6.2 percentage points, and demonstrates significantly improved robustness to fuzzy, abbreviated, and historical toponyms.