paper-with-me

Papers

Active Learning for Identifying Disaster-Related Tweets: A Comparison with Keyword Filtering and Generic Fine-Tuning

2024-08-19 · David Hanny, Sebastian Schmidt, Bernd Resch

Information from social media can provide essential information for emergency response during natural disasters in near real-time. However, it is difficult to identify the disaster-related posts among the large amounts of unstructured data available. Previous methods often use keyword filtering, topic modelling or classification-based techniques to identify such posts. Active Learning (AL) presents a promising sub-field of Machine Learning (ML) that has not been used much in the field of text classification of social media content. This study therefore investigates the potential of AL for identifying disaster-related Tweets. We compare a keyword filtering approach, a RoBERTa model fine-tuned with generic data from CrisisLex, a base RoBERTa model trained with AL and a fine-tuned RoBERTa model trained with AL regarding classification performance. For testing, data from CrisisLex and manually labelled data from the 2021 flood in Germany and the 2023 Chile forest fires were considered. The results show that generic fine-tuning combined with 10 rounds of AL outperformed all other approaches. Consequently, a broadly applicable model for the identification of disaster-related Tweets could be trained with very little labelling effort. The model can be applied to use cases beyond this study and provides a useful tool for further research in social media analysis.

📄 PDF Abstract BibTeX arXiv:2408.09914

Code (0)

등록된 구현이 없습니다.

Tasks

Active Learningtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
WordPiece 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

On Identifying Disaster-Related Tweets: Matching-based or Learning-based?

2017-05-04 · Hien To, Sumeet Agrawal, Seon Ho Kim, Cyrus Shahabi

Social media such as tweets are emerging as platforms contributing to situational awareness during disasters. Information shared on Twitter by both affected population (e.g., requesting assistance, warning) and those out…

Sentiment Analysis

Identifying and Categorizing Disaster-Related Tweets

2016-11-01 · WS 2016 11 · Kevin Stowe, Michael J. Paul, Martha Palmer, Leysia Palen 외
Decision Making

On Identifying Hashtags in Disaster Twitter Data

2020-01-05 · Jishnu Ray Chowdhury, Cornelia Caragea, Doina Caragea

Tweet hashtags have the potential to improve the search for information during disaster events. However, there is a large number of disaster-related tweets that do not have any user-provided hashtags. Moreover, only a sm…

Disaster ResponseMulti-Task Learning

I-AID: Identifying Actionable Information from Disaster-related Tweets

2020-08-04 · Hamada M. Zahera, Rricha Jalota, Mohamed A. Sherif, Axel N. Ngomo

Social media plays a significant role in disaster management by providing valuable data about affected people, donations and help requests. Recent studies highlight the need to filter information on social media into fin…

Graph AttentionManagementMulti-Label Text ClassificationRelation Network

Tweets Under the Rubble: Detection of Messages Calling for Help in Earthquake Disaster

2023-02-26 · Cagri Toraman, Izzet Emre Kucukkaya, Oguzhan Ozcelik, Umitcan Sahin

The importance of social media is again exposed in the recent tragedy of the 2023 Turkey and Syria earthquake. Many victims who were trapped under the rubble called for help by posting messages in Twitter. We present an …