paper-with-me

Papers

CrisisTransformers: Pre-trained language models and sentence encoders for crisis-related social media texts

2023-09-11 · Rabindra Lamsal, Maria Rodriguez Read, Shanika Karunasekera

Social media platforms play an essential role in crisis communication, but analyzing crisis-related social media texts is challenging due to their informal nature. Transformer-based pre-trained models like BERT and RoBERTa have shown success in various NLP tasks, but they are not tailored for crisis-related texts. Furthermore, general-purpose sentence encoders are used to generate sentence embeddings, regardless of the textual complexities in crisis-related texts. Advances in applications like text classification, semantic search, and clustering contribute to the effective processing of crisis-related texts, which is essential for emergency responders to gain a comprehensive view of a crisis event, whether historical or real-time. To address these gaps in crisis informatics literature, this study introduces CrisisTransformers, an ensemble of pre-trained language models and sentence encoders trained on an extensive corpus of over 15 billion word tokens from tweets associated with more than 30 crisis events, including disease outbreaks, natural disasters, conflicts, and other critical incidents. We evaluate existing models and CrisisTransformers on 18 crisis-specific public datasets. Our pre-trained models outperform strong baselines across all datasets in classification tasks, and our best-performing sentence encoder improves the state-of-the-art by 17.43% in sentence encoding tasks. Additionally, we investigate the impact of model initialization on convergence and evaluate the significance of domain-specific models in generating semantically meaningful sentence embeddings. The models are publicly available at: https://huggingface.co/crisistransformers

📄 PDF Abstract BibTeX arXiv:2309.05494

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceSentence Embeddingstext-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 &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Semantically Enriched Cross-Lingual Sentence Embeddings for Crisis-related Social Media Texts

2024-03-25 · Rabindra Lamsal, Maria Rodriguez Read, Shanika Karunasekera

Tasks such as semantic search and clustering on crisis-related social media texts enhance our comprehension of crisis discourse, aiding decision-making and targeted interventions. Pre-trained language models have advance…

Decision MakingDiversitySentenceSentence Embeddings

Information Type Classification with Contrastive Task-Specialized Sentence Encoders

2023-12-18 · Philipp Seeberger, Tobias Bocklet, Korbinian Riedhammer

User-generated information content has become an important information source in crisis situations. However, classification models suffer from noise and event-related biases which still poses a challenging task and requi…

ClassificationCross-corpusSentence

DAAI at CASE 2021 Task 1: Transformer-based Multilingual Socio-political and Crisis Event Detection

2021-08-01 · ACL (CASE) 2021 8 · Hansi Hettiarachchi, Mariam Adedoyin-Olowe, Jagdev Bhogal, Mohamed Medhat Gaber

Automatic socio-political and crisis event detection has been a challenge for natural language processing as well as social and political science communities, due to the diversity and nuance in such events and high accur…

DiversityEvent DetectionSentence

Fake Sentence Detection as a Training Task for Sentence Encoding

2018-08-11 · ICLR 2019 5 · Viresh Ranjan, Heeyoung Kwon, Niranjan Balasubramanian, Minh Hoai

Sentence encoders are typically trained on language modeling tasks with large unlabeled datasets. While these encoders achieve state-of-the-art results on many sentence-level tasks, they are difficult to train with long …

Binary ClassificationLanguage ModelingLanguage ModellingSentence

Sentence Bottleneck Autoencoders from Transformer Language Models

2021-08-31 · EMNLP 2021 11 · Ivan Montero, Nikolaos Pappas, Noah A. Smith

Representation learning for text via pretraining a language model on a large corpus has become a standard starting point for building NLP systems. This approach stands in contrast to autoencoders, also trained on raw tex…

DecoderDenoisingLanguage ModelingLanguage Modelling+6