albertvillanova's picture
Replace YAML keys from int to str (#2)
edcb59c
metadata
annotations_creators:
  - expert-generated
language_creators:
  - crowdsourced
language:
  - en
  - es
  - fr
  - ht
  - ur
license:
  - unknown
multilinguality:
  - multilingual
size_categories:
  - 10K<n<100K
source_datasets:
  - original
task_categories:
  - text2text-generation
  - text-classification
task_ids:
  - intent-classification
  - sentiment-classification
  - text-simplification
pretty_name: Disaster Response Messages
dataset_info:
  features:
    - name: split
      dtype: string
    - name: message
      dtype: string
    - name: original
      dtype: string
    - name: genre
      dtype: string
    - name: related
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
            '2': maybe
    - name: PII
      dtype: int8
    - name: request
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: offer
      dtype: int8
    - name: aid_related
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: medical_help
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: medical_products
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: search_and_rescue
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: security
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: military
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: child_alone
      dtype: int8
    - name: water
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: food
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: shelter
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: clothing
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: money
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: missing_people
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: refugees
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: death
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: other_aid
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: infrastructure_related
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: transport
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: buildings
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: electricity
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: tools
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: hospitals
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: shops
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: aid_centers
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: other_infrastructure
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: weather_related
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: floods
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: storm
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: fire
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: earthquake
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: cold
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: other_weather
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
    - name: direct_report
      dtype:
        class_label:
          names:
            '0': 'false'
            '1': 'true'
  splits:
    - name: train
      num_bytes: 10060799
      num_examples: 21046
    - name: test
      num_bytes: 1253810
      num_examples: 2629
    - name: validation
      num_bytes: 1266874
      num_examples: 2573
  download_size: 7201807
  dataset_size: 12581483

Dataset Card for Disaster Response Messages

Table of Contents

Dataset Description

Dataset Summary

This dataset contains 30,000 messages drawn from events including an earthquake in Haiti in 2010, an earthquake in Chile in 2010, floods in Pakistan in 2010, super-storm Sandy in the U.S.A. in 2012, and news articles spanning a large number of years and 100s of different disasters. The data has been encoded with 36 different categories related to disaster response and has been stripped of messages with sensitive information in their entirety. Upon release, this is the featured dataset of a new Udacity course on Data Science and the AI4ALL summer school and is especially utile for text analytics and natural language processing (NLP) tasks and models.The input data in this job contains thousands of untranslated disaster-related messages and their English translations. In the “Data” tab above, you’ll find the annotated data, with 40 class labels for intent and content.

Supported Tasks and Leaderboards

The input data in this job contains thousands of untranslated disaster-related messages and their English translations. In the dataset, you’ll find the annotated data, with 40 class labels for intent and content. This dataset contains the original message in its original language, the English translation, and dozens of classes for message content. These classes are noted in column titles with a simple binary 1= yes, 0=no.

Languages

The dataset is a multilingual dataset which has the messages in the original language and also it's translated English form.

Dataset Structure

Data Instances

The dataset consists of a message in English and also it's original language form. Adding on, there are 40 labels which help to understand more about the exact essence of the message.

Example of a Disaster Response : { 'split': 'train', 'message': 'Weather update - a cold front from Cuba that could pass over Haiti', 'original': 'Un front froid se retrouve sur Cuba ce matin. Il pourrait traverser Haiti demain. Des averses de pluie isolee sont encore prevues sur notre region ce soi', 'genre': 'direct', 'related': 1, 'PII': 0, 'request': 0, 'offer': 0, 'aid_related': 0, 'medical_help': 0, 'medical_products': 0, 'search_and_rescue': 0, 'security': 0, 'military': 0, 'child_alone': 0, 'water': 0, 'food': 0, 'shelter': 0, 'clothing': 0, 'money': 0, 'missing_people': 0, 'refugees': 0, 'death': 0, 'other_aid': 0, 'infrastructure_related': 0, 'transport': 0, 'buildings': 0, 'electricity': 0, 'tools': 0, 'hospitals': 0, 'shops': 0, 'aid_centers': 0, 'other_infrastructure': 0, 'weather_related': 0, 'floods': 0, 'storm': 0, 'fire': 0, 'earthquake': 0, 'cold': 0, 'other_weather': 0, 'direct_report': 0}

Data Fields

*split: Train, Test split
*message: English text of actual messages related to disaster
*original: Text of column 3 in native language as originally written
*genre: Type of message, including direct messages, social posting, and news stories or bulletins
*related: Is the message disaster related? 1= yes, 0=no, 2=maybe
*PII: Does the message contain PII? 1= yes, 0=no
*request: Does the message contain a request? 1= yes, 0=no
*offer: Does the message contain an offer? 1= yes, 0=no
*aid_related: Is the message aid related? 1= yes, 0=no
*medical_help: Does the message concern medical help? 1= yes, 0=no
*medical_products: Does the message concern medical products? 1= yes, 0=no
*search_and_rescue: Does the message concern search and rescue? 1= yes, 0=no
*security: Does the message concern security? 1= yes, 0=no
*military: Does the message concern military? 1= yes, 0=no
*child_alone: Does the message mention a child alone? 1= yes, 0=no
*water: Does the message concern water? 1= yes, 0=no
*food: Does the message concern food? 1= yes, 0=no
*shelter: Does the message concern shelter? 1= yes, 0=no
*clothing: Does the message concern clothing? 1= yes, 0=no
*money: Does the message concern money? 1= yes, 0=no
*missing_people: Does the message indicate missing people? 1= yes, 0=no
*refugees: Does the message concern refugess? 1= yes, 0=no
*death: Does the message imply death? 1= yes, 0=no
*other_aid: Is there any other aid needed? 1=yes, 0=no
*infrastructure_related: Does the message concern infrastructure? 1= yes, 0=no
*transport: Does the message concern transport? 1= yes, 0=no
*buildings: Does the message concern buildings? 1= yes, 0=no
*electricity: Does the message concern electricity? 1= yes, 0=no
*tools: Does the message concern tools? 1= yes, 0=no
*hospitals: Does the message concern clothing? 1= yes, 0=no
*shops: Does the message concern clothing? 1= yes, 0=no
*aid_centers:Does the message concern clothing? 1= yes, 0=no
*other_infrastructure:Does the message concern clothing? 1= yes, 0=no
*weather_related: Does the message concern weather? 1= yes, 0=no
*floods: Does the message indicate there was a flood? 1= yes, 0=no
*storm: Does the message indicate there was a storm? 1= yes, 0=no
*fire: Does the message indicate there was a fire? 1= yes, 0=no
*earthquake: Does the message indicate there was an earthquake? 1= yes, 0=no
*cold: Does the message indicate there was a cold? 1= yes, 0=no
*other_weather: Does the message indicate there was other weather issues? 1= yes, 0=no
*direct_report: Does the show a direct report? 1= yes, 0=no

Data Splits

train test validation
21046 2629 2573

Dataset Creation

Curation Rationale

The dataset was built to understand about the sentiments of the citizens and also more about want was the emergency about and what kind of help they were seeking

Source Data

Initial Data Collection and Normalization

[More Information Needed]

Who are the source language producers?

[More Information Needed]

Annotations

Annotation process

[More Information Needed]

Who are the annotators?

[More Information Needed]

Personal and Sensitive Information

[More Information Needed]

Considerations for Using the Data

Social Impact of Dataset

The dataset has a great usecase of understand more about the sentiments of the citizens around the globe during a disaster and how their responses are. Also, it helps the government to understand their citizens better and would eventually help to draft better policies accordingly.

Discussion of Biases

The messages since have been translated in English may not be able to judically imply the exact significance of the individual when they would have posted the message

Other Known Limitations

[More Information Needed]

Additional Information

Dataset Curators

The dataset was initially created by Appen

Licensing Information

[More Information Needed]

Citation Information

Multilingual Disaster Response Messages

Contributions

Thanks to @darshan-gandhi for adding this dataset.