paper-with-me

홈 › Papers

Detecting Urgency Status of Crisis Tweets: A Transfer Learning Approach for Low Resource Languages

2020-12-01 · COLING 2020 8 · Efsun Sarioglu Kayi, Linyong Nan, Bohan Qu, Mona Diab, Kathleen McKeown

We release an urgency dataset that consists of English tweets relating to natural crises, along with annotations of their corresponding urgency status. Additionally, we release evaluation datasets for two low-resource languages, i.e. Sinhala and Odia, and demonstrate an effective zero-shot transfer from English to these two languages by training cross-lingual classifiers. We adopt cross-lingual embeddings constructed using different methods to extract features of the tweets, including a few state-of-the-art contextual embeddings such as BERT, RoBERTa and XLM-R. We train classifiers of different architectures on the extracted features. We also explore semi-supervised approaches by utilizing unlabeled tweets and experiment with ensembling different classifiers. With very limited amounts of labeled data in English and zero data in the low resource languages, we show a successful framework of training monolingual and cross-lingual classifiers using deep learning methods which are known to be data hungry. Specifically, we show that the recent deep contextual embeddings are also helpful when dealing with very small-scale datasets. Classifiers that incorporate RoBERTa yield the best performance for English urgency detection task, with F1 scores that are more than 25 points over our baseline classifier. For the zero-shot transfer to low resource languages, classifiers that use LASER features perform the best for Sinhala transfer while XLM-R features benefit the Odia transfer the most.

📄 PDF Abstract BibTeX

Code (1)

niless/urgency 공식 구현

Tasks

Transfer LearningXLM-R

Methods 이 논문이 사용한 방법론

Attention 설명 없음
XLM-R XLM-R
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Give me your Intentions, I’ll Predict our Actions: A Two-level Classification of Speech Acts for Crisis Management in Social Media

2022-06-01 · LREC 2022 6 · Enzo Laurenti, Nils Bourgon, Farah Benamara, Alda Mari 외

Discovered by (Austin,1962) and extensively promoted by (Searle, 1975), speech acts (SA) have been the object of extensive discussion in the philosophical and the linguistic literature, as well as in computational lingui…

Management

Low-supervision urgency detection and transfer in short crisis messages

2019-07-15 · Mayank Kejriwal, Peilin Zhou

Humanitarian disasters have been on the rise in recent years due to the effects of climate change and socio-political situations such as the refugee crisis. Technology can be used to best mobilize resources such as food …

HumanitarianTransfer Learning

Transfer Learning Approach for Detecting Psychological Distress in Brexit Tweets

2021-01-25 · Sean-Kelly Palicki, Shereen Fouad, Mariam Adedoyin-Olowe, Zahraa S. Abdallah

In 2016, United Kingdom (UK) citizens voted to leave the European Union (EU), which was officially implemented in 2020. During this period, UK residents experienced a great deal of uncertainty around the UK's continued r…

Domain AdaptationSentiment AnalysisTransfer Learning

Finding Eyewitness Tweets During Crises

2014-03-07 · WS 2014 6 · Fred Morstatter, Nichola Lubold, Heather Pon-Barry, Jürgen Pfeffer 외

Disaster response agencies have started to incorporate social media as a source of fast-breaking information to understand the needs of people affected by the many crises that occur around the world. These agencies look …

Disaster Response

LLM-Powered Automatic Translation and Urgency in Crisis Scenarios

2026-02-13 · Belu Ticona, Antonis Anastasopoulos arxiv

Large language models (LLMs) are increasingly proposed for crisis preparedness and response, particularly for multilingual communication. However, their suitability for high-stakes crisis contexts remains insufficiently …

Machine Translation