🤖 AI Summary
This work addresses the challenges of fragile entity and event extraction from unstructured data, heavy reliance on costly ontology engineering in knowledge graph construction, and limited cross-domain generalization. To overcome these limitations, the authors propose an end-to-end multidimensional information extraction framework that leverages spatiotemporal context as a universal anchor. The approach employs large language models (e.g., GPT-4o-mini, Qwen3-8B) for context-aware entity and event extraction, enhanced by document-level memory, geocoding correction, and quality validation mechanisms. It further supports user-defined analytical dimensions and interactive exploration, including clustering, burst detection, and entity network analysis. Evaluated on a public health benchmark, the method achieves F1 score improvements of 4.37% and 3.60% for spatial and temporal entity extraction, respectively. The code and an online demo platform are publicly released.
📝 Abstract
Extracting structured knowledge from unstructured data still faces practical limitations: entity and event extraction pipelines remain brittle, knowledge graph construction requires costly ontology engineering, and cross-domain generalization is rarely production-ready. In contrast, space and time provide universal contextual anchors that naturally align heterogeneous information and benefit downstream tasks such as retrieval and reasoning. We introduce \textbf{STIndex}, an end-to-end system that structures unstructured content into a multidimensional spatiotemporal data warehouse. Users define domain-specific analysis dimensions with configurable hierarchies, while large language models perform context-aware extraction and grounding. \textbf{STIndex} integrates document-level memory, geocoding correction, and quality validation, and offers an interactive analytics dashboard for visualization, clustering, burst detection, and entity network analysis. In evaluation on a public health benchmark, \textbf{STIndex} improves spatiotemporal entity extraction F1 by 4.37\% (GPT-4o-mini) and 3.60\% (Qwen3-8B). A live demonstration and open-source code are available at https://stindex.ai4wa.com/dashboard.