LLM-Assisted Crisis Management: Building Advanced LLM Platforms for Effective Emergency Response and Public Collaboration

Hakan T. Otal,M. Abdullah Canbaz
2024-01-13
Abstract:Emergencies and critical incidents often unfold rapidly, necessitating a swift and effective response. In this research, we introduce a novel approach to identify and classify emergency situations from social media posts and direct emergency messages using an open source Large Language Model, LLAMA2. The goal is to harness the power of natural language processing and machine learning to assist public safety telecommunicators and huge crowds during countrywide emergencies. Our research focuses on developing a language model that can understand users describe their situation in the 911 call, enabling LLAMA2 to analyze the content and offer relevant instructions to the telecommunicator, while also creating workflows to notify government agencies with the caller's information when necessary. Another benefit this language model provides is its ability to assist people during a significant emergency incident when the 911 system is overwhelmed, by assisting the users with simple instructions and informing authorities with their location and emergency information.
Computation and Language,Artificial Intelligence,Human-Computer Interaction,Machine Learning
What problem does this paper attempt to address?
This paper discusses how to improve emergency management and public collaboration, especially in the application of emergency response and 911 services, by using a large language model (LLM). In the study, the authors propose an open-source LLM platform called LLAMA2, which is used to identify and classify emergency situations from social media posts and directly process emergency messages. The goal is to assist public safety communicators and the general public in more effectively coping with national emergencies through natural language processing and machine learning technologies. The paper points out that traditional emergency systems face problems such as information overload and communication bottlenecks when dealing with large-scale crises. In multilingual environments, such as New York City, non-native English-speaking 911 callers may increase the risk of miscommunication. Therefore, they have developed a language model that can understand the situations described by users in 911 calls, analyze the content, provide relevant guidance to the communicators, and create workflows to notify government agencies of caller information when necessary. In addition, the model can also provide users with simple instructions to help locate and report emergency information when the 911 system is overwhelmed. The paper also discusses the challenges of introducing artificial intelligence into first responder systems, including technological skepticism, potential biases, data privacy, and the balance of human supervision. Despite these challenges, ethical integration of artificial intelligence is possible through good data management, ongoing efforts to reduce biases, and robust privacy protection methods. The paper proposes two frameworks: integrating LLM into the 911 dispatch system to improve efficiency, and establishing an LLM-supported public collaboration system to assist the public in large-scale crises. Both frameworks utilize the capabilities of LLM to achieve real-time data processing, rapid identification and response to emergency situations, while ensuring the security and privacy of personal information. Experimental results show that LLM models of different sizes need to find a balance between complexity and generalization ability. Larger models, such as LLAMA2-70B, have better initial learning effects but may be prone to overfitting. In contrast, smaller models like Mistral 7B and 8x7B demonstrate more stable performance in terms of validation loss, indicating better generalization ability. In summary, this paper proposes a method to improve emergency response using advanced LLM platforms, aiming to enhance the efficiency and fairness of crisis management through AI technology.