Natural Language Processing with Disaster Tweets

Projects
ML Marathon
MLM24
NLP
Classification
Deep learning
Author

Chris Endemann

Published

September 12, 2024

The Disaster Tweets challenge is a beginner-friendly NLP competition featured in the 2024 Machine Learning Marathon (MLM24). Participants build models to classify whether tweets are about real disasters or not – an accessible introduction to natural language processing and text classification.

Challenge design

  • Task: Predict whether a given tweet is about a real disaster (1) or not (0).
  • Domain: Natural language processing – text classification with real-world social media data.
  • Methods: Approaches range from TF-IDF + logistic regression to fine-tuned transformer models (BERT, DistilBERT).

Questions

If you have any lingering questions about this project, please feel free to post to the Nexus Q&A on GitHub. We will improve materials on this website as additional questions come in.