Natural Language Processing with Disaster Tweets
Projects
ML Marathon
MLM24
NLP
Classification
Deep learning
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).
Links
- Kaggle challenge: Natural Language Processing with Disaster Tweets
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.