Baselight

Disaster Tweets

Real or Not? NLP with Disaster Tweets challenge add-on

@kaggle.vstepanenko_disaster_tweets

Loading...
Loading...

About this Dataset

Disaster Tweets

Context

The file contains over 11,000 tweets associated with disaster keywords like “crash”, “quarantine”, and “bush fires” as well as the location and keyword itself. The data structure was inherited from Disasters on social media

The tweets were collected on Jan 14th, 2020.

Some of the topics people were tweeting:

  • The eruption of Taal Volcano in Batangas, Philippines
  • Coronavirus
  • Bushfires in Australia
  • Iran downing of the airplane flight PS752

Disclaimer: The dataset contains text that may be considered profane, vulgar, or offensive.

Inspiration

The intention was to enrich the already available data for this topic with newly collected and manually classified tweets.
The initial source Disasters on social media which is used in Real or Not? NLP with Disaster Tweets competition on Kaggle.

Tables

Tweets

@kaggle.vstepanenko_disaster_tweets.tweets
  • 988.26 KB
  • 11370 rows
  • 5 columns
Loading...

CREATE TABLE tweets (
  "id" BIGINT,
  "keyword" VARCHAR,
  "location" VARCHAR,
  "text" VARCHAR,
  "target" BIGINT
);

Share link

Anyone who has the link will be able to view this.