Earthquake Response Analysis with AI
Deep Patel, Panthadeep Bhattacharjee, Amit Reza, Priodyuti Pradhan
TL;DR
The paper tackles real-time earthquake response by exploiting Twitter data to infer affected locations and generate severity maps via NLP. It introduces a transfer-learning NER pipeline pre-trained on earthquake-prone locations from GeoNames and disaster keywords, then fine-tuned on synthetic and real tweets to extract GPE and DISASTER entities. Experiment results from a Japan 2024 case show high tagging accuracy (up to ~96%) and a strong correlation between Twitter-derived severity maps and seismic epicenter data, highlighting value for responders. The work discusses limitations, including data availability, misalignment between geo-tags and content, and scalability, with plans to extend to larger models and multilingual, real-time processing via LLMs and to release code on GitHub.
Abstract
A timely and effective response is crucial to minimize damage and save lives during natural disasters like earthquakes. Microblogging platforms, particularly Twitter, have emerged as valuable real-time information sources for such events. This work explores the potential of leveraging Twitter data for earthquake response analysis. We develop a machine learning (ML) framework by incorporating natural language processing (NLP) techniques to extract and analyze relevant information from tweets posted during earthquake events. The approach primarily focuses on extracting location data from tweets to identify affected areas, generating severity maps, and utilizing WebGIS to display valuable information. The insights gained from this analysis can aid emergency responders, government agencies, humanitarian organizations, and NGOs in enhancing their disaster response strategies and facilitating more efficient resource allocation during earthquake events.
