Datasets:
QCRI
/

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
Firoj commited on
Commit
32c566a
·
1 Parent(s): eae4739

updated readme

Browse files
Files changed (1) hide show
  1. README.md +122 -0
README.md CHANGED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset Card for HumAID
2
+
3
+ ## Table of Contents
4
+ - [Dataset Description](#dataset-description)
5
+ - [Dataset Summary](#dataset-summary)
6
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
7
+ - [Languages](#languages)
8
+ - [Dataset Structure](#dataset-structure)
9
+ - [Data Instances](#data-instances)
10
+ - [Data Fields](#data-instances)
11
+ - [Data Splits](#data-instances)
12
+ - [Dataset Creation](#dataset-creation)
13
+ - [Curation Rationale](#curation-rationale)
14
+ - [Source Data](#source-data)
15
+ - [Annotations](#annotations)
16
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
17
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
18
+ - [Social Impact of Dataset](#social-impact-of-dataset)
19
+ - [Discussion of Biases](#discussion-of-biases)
20
+ - [Other Known Limitations](#other-known-limitations)
21
+ - [Additional Information](#additional-information)
22
+ - [Dataset Curators](#dataset-curators)
23
+ - [Licensing Information](#licensing-information)
24
+ - [Citation Information](#citation-information)
25
+
26
+ ## Dataset Description
27
+
28
+ - **Homepage:** https://crisisnlp.qcri.org/humaid_dataset
29
+ - **Repository:** https://crisisnlp.qcri.org/data/humaid/humaid_data_all.zip
30
+ - **Paper:** https://ojs.aaai.org/index.php/ICWSM/article/view/18116/17919
31
+ <!-- - **Leaderboard:** [Needs More Information] -->
32
+ <!-- - **Point of Contact:** [Needs More Information] -->
33
+
34
+ ### Dataset Summary
35
+
36
+ The HumAID Twitter dataset consists of several thousands of manually annotated tweets that has been collected during 19 major natural disaster events including earthquakes, hurricanes, wildfires, and floods, which happened from 2016 to 2019 across different parts of the World. The annotations in the provided datasets consists of following humanitarian categories. The dataset consists only english tweets and it is the largest dataset for crisis informatics so far.
37
+ ** Humanitarian categories **
38
+ - Caution and advice
39
+ - Displaced people and evacuations
40
+ - Dont know cant judge
41
+ - Infrastructure and utility damage
42
+ - Injured or dead people
43
+ - Missing or found people
44
+ - Not humanitarian
45
+ - Other relevant information
46
+ - Requests or urgent needs
47
+ - Rescue volunteering or donation effort
48
+ - Sympathy and support
49
+
50
+ ### Supported Tasks and Benchmark
51
+ The dataset can be used to train a model for multiclass tweet classification for disaster response. The benchmark results can be found in https://ojs.aaai.org/index.php/ICWSM/article/view/18116/17919.
52
+
53
+ ### Languages
54
+
55
+ English
56
+
57
+ ## Dataset Structure
58
+
59
+ ### Data Instances
60
+
61
+ {"tweet_text": "@RT_com: URGENT: Death toll in #Ecuador #quake rises to 233 \u2013 President #Correa #1 in #Pakistan", "class_label": "injured_or_dead_people"}
62
+
63
+ ### Data Fields
64
+
65
+ * tweet_text: corresponds to the tweet text.
66
+ * class_label: corresponds to a label assigned to a given tweet text.
67
+
68
+
69
+ ### Data Splits
70
+
71
+ * Train
72
+ * Development
73
+ * Test
74
+
75
+ ## Dataset Creation
76
+
77
+ <!-- ### Curation Rationale -->
78
+
79
+ ### Source Data
80
+
81
+ #### Initial Data Collection and Normalization
82
+
83
+ Tweets has been collected during several disaster events.
84
+
85
+
86
+ ### Annotations
87
+
88
+ #### Annotation process
89
+
90
+ AMT has been used to annotate the dataset. Please check the paper for a more detail.
91
+
92
+ #### Who are the annotators?
93
+
94
+ - crowdsourced
95
+
96
+
97
+ <!-- ## Considerations for Using the Data -->
98
+
99
+ <!-- ### Social Impact of Dataset -->
100
+
101
+
102
+
103
+ <!-- ### Discussion of Biases -->
104
+
105
+ <!-- [Needs More Information] -->
106
+
107
+ <!-- ### Other Known Limitations -->
108
+
109
+ <!-- [Needs More Information] -->
110
+
111
+ ## Additional Information
112
+
113
+ ### Dataset Curators
114
+
115
+ Authors of the paper.
116
+
117
+ ### Licensing Information
118
+
119
+ - cc-by-nc-4.0
120
+
121
+ ### Citation Information
122
+