Datasets:
QCRI
/

Modalities:
Text
Formats:
json
Languages:
English
Libraries:
Datasets
pandas
License:
Firoj commited on
Commit
e44ded3
·
1 Parent(s): 464949c

added dataset

Browse files
.gitattributes CHANGED
@@ -56,3 +56,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
56
  # Video files - compressed
57
  *.mp4 filter=lfs diff=lfs merge=lfs -text
58
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
56
  # Video files - compressed
57
  *.mp4 filter=lfs diff=lfs merge=lfs -text
58
  *.webm filter=lfs diff=lfs merge=lfs -text
59
+ *.csv filter=lfs diff=lfs merge=lfs -text
60
+ *.json filter=lfs diff=lfs merge=lfs -text
61
+ *.tar.gz filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,147 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-sa-4.0
3
+ task_categories:
4
+ - text-classification
5
+ language:
6
+ - en
7
+ tags:
8
+ - Disaster Informatics
9
+ - Crisis Informatics
10
+ - Social Media
11
+ pretty_name: 'CrisisBench: Benchmarking Crisis-related Social Media Datasets for Humanitarian Information Processing -- English Language Dataset'
12
+ size_categories:
13
+ - 10K<n<100K
14
+ dataset_info:
15
+ - config_name: informativeness
16
+ splits:
17
+ - name: train
18
+ num_examples: 109796
19
+ - name: dev
20
+ num_examples: 16008
21
+ - name: test
22
+ num_examples: 31095
23
+ - config_name: humanitarian
24
+ splits:
25
+ - name: train
26
+ num_examples: 61235
27
+ - name: dev
28
+ num_examples: 8957
29
+ - name: test
30
+ num_examples: 17365
31
+ configs:
32
+ - config_name: informativeness
33
+ data_files:
34
+ - split: test
35
+ path: informativeness/test.json
36
+ - split: dev
37
+ path: informativeness/dev.json
38
+ - split: train
39
+ path: informativeness/train.json
40
+ - config_name: humanitarian
41
+ data_files:
42
+ - split: test
43
+ path: humanitarian/test.json
44
+ - split: dev
45
+ path: humanitarian/dev.json
46
+ - split: train
47
+ path: humanitarian/train.json
48
  ---
49
+ # [CrisisBench: Benchmarking Crisis-related Social Media Datasets for Humanitarian Information Processing](https://ojs.aaai.org/index.php/ICWSM/article/view/18115/17918)
50
+
51
+ The crisis benchmark dataset consists of data from several different sources, such as CrisisLex ([CrisisLex26](http://crisislex.org/data-collections.html#CrisisLexT26), [CrisisLex6](http://crisislex.org/data-collections.html#CrisisLexT6)), [CrisisNLP](https://crisisnlp.qcri.org/lrec2016/lrec2016.html), [SWDM2013](http://mimran.me/papers/imran_shady_carlos_fernando_patrick_practical_2013.pdf), [ISCRAM13](http://mimran.me/papers/imran_shady_carlos_fernando_patrick_iscram2013.pdf), Disaster Response Data (DRD), [Disasters on Social Media (DSM)](https://data.world/crowdflower/disasters-on-social-media), [CrisisMMD](https://crisisnlp.qcri.org/crisismmd), and data from [AIDR](http://aidr.qcri.org/).
52
+
53
+ The purpose of this work was to map the class labels, remove duplicates, and provide benchmark results for the community.
54
+
55
+ ## Dataset
56
+ This is the set with English languages of the whole CrisisBench dataset. Please check the [CrisisBench Collection](https://huggingface.co/collections/QCRI/crisisbench-672c4b82bcc344d504d775fc)
57
+
58
+ ## Data format
59
+
60
+ Each JSON object contains the following fields:
61
+
62
+ * **id:** Corresponds to the user tweet ID from Twitter.
63
+ * **event:** Event name associated with the respective dataset.
64
+ * **source:** Source of the dataset.
65
+ * **text:** Tweet text.
66
+ * **lang:** Language tag obtained either from Twitter or from the Google Language Detection API.
67
+ * **lang_conf:** Confidence score obtained from the Google Language Detection API. In some cases, the tag is marked as "NA," indicating that the language tag was obtained from Twitter rather than the API.
68
+ * **class_label:** Class label assigned to a given tweet text.
69
+
70
+ ## **Downloads (Alternate Links)**
71
+ Labeled data and other resources
72
+
73
+ - **Crisis dataset version v1.0:** [Download](https://crisisnlp.qcri.org/data/crisis_datasets_benchmarks/crisis_datasets_benchmarks_v1.0.tar.gz)
74
+ - **Alternate download link:** [Dataverse](https://doi.org/10.7910/DVN/G98BQG)
75
+
76
+
77
+ ## Experimental Scripts:
78
+ Source code to run the experiments is available at [https://github.com/firojalam/crisis_datasets_benchmarks](https://github.com/firojalam/crisis_datasets_benchmarks)
79
+
80
+ ## License
81
+ This version of the dataset is distributed under the **Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0)**. The full license text can be found in the accompanying `licenses_by-nc-sa_4.0_legalcode.txt` file.
82
+
83
+ ## Citation
84
+
85
+ If you use this data in your research, please consider citing the following paper:
86
+
87
+ [1] Firoj Alam, Hassan Sajjad, Muhammad Imran and Ferda Ofli, CrisisBench: Benchmarking Crisis-related Social Media Datasets for Humanitarian Information Processing, In ICWSM, 2021. [Paper](https://ojs.aaai.org/index.php/ICWSM/article/view/18115/17918)
88
+
89
+ ```
90
+ @inproceedings{firojalamcrisisbenchmark2020,
91
+ Author = {Firoj Alam, Hassan Sajjad, Muhammad Imran, Ferda Ofli},
92
+ Keywords = {Social Media, Crisis Computing, Tweet Text Classification, Disaster Response},
93
+ Booktitle = {15th International Conference on Web and Social Media (ICWSM)},
94
+ Title = {{CrisisBench:} Benchmarking Crisis-related Social Media Datasets for Humanitarian Information Processing},
95
+ Year = {2021}
96
+ }
97
+ ```
98
+ * and the following associated papers
99
+
100
+ * Muhammad Imran, Prasenjit Mitra, Carlos Castillo. Twitter as a Lifeline: Human-annotated Twitter Corpora for NLP of Crisis-related Messages. In Proceedings of the 10th Language Resources and Evaluation Conference (LREC), 2016, Slovenia.
101
+ * A. Olteanu, S. Vieweg, C. Castillo. 2015. What to Expect When the Unexpected Happens: Social Media Communications Across Crises. In Proceedings of the ACM 2015 Conference on Computer Supported Cooperative Work and Social Computing (CSCW '15). ACM, Vancouver, BC, Canada.
102
+ * A. Olteanu, C. Castillo, F. Diaz, S. Vieweg. 2014. CrisisLex: A Lexicon for Collecting and Filtering Microblogged Communications in Crises. In Proceedings of the AAAI Conference on Weblogs and Social Media (ICWSM'14). AAAI Press, Ann Arbor, MI, USA.
103
+ * Muhammad Imran, Shady Elbassuoni, Carlos Castillo, Fernando Diaz and Patrick Meier. Practical Extraction of Disaster-Relevant Information from Social Media. In Social Web for Disaster Management (SWDM'13) - Co-located with WWW, May 2013, Rio de Janeiro, Brazil.
104
+ * Muhammad Imran, Shady Elbassuoni, Carlos Castillo, Fernando Diaz and Patrick Meier. Extracting Information Nuggets from Disaster-Related Messages in Social Media. In Proceedings of the 10th International Conference on Information Systems for Crisis Response and Management (ISCRAM), May 2013, Baden-Baden, Germany.
105
+
106
+ ```
107
+ @inproceedings{imran2016lrec,
108
+ author = {Muhammad Imran and Prasenjit Mitra and Carlos Castillo},
109
+ title = {Twitter as a Lifeline: Human-annotated Twitter Corpora for NLP of Crisis-related Messages},
110
+ booktitle = {Proc. of the LREC, 2016},
111
+ year = {2016},
112
+ month = {5},
113
+ publisher = {ELRA},
114
+ address = {Paris, France},
115
+ isbn = {978-2-9517408-9-1},
116
+ language = {english}
117
+ }
118
+ @inproceedings{olteanu2015expect,
119
+ title={What to expect when the unexpected happens: Social media communications across crises},
120
+ author={Olteanu, Alexandra and Vieweg, Sarah and Castillo, Carlos},
121
+ booktitle={Proc. of the 18th ACM Conference on Computer Supported Cooperative Work \& Social Computing},
122
+ pages={994--1009},
123
+ year={2015},
124
+ organization={ACM}
125
+ }
126
+ @inproceedings{olteanu2014crisislex,
127
+ title={CrisisLex: A Lexicon for Collecting and Filtering Microblogged Communications in Crises.},
128
+ author={Olteanu, Alexandra and Castillo, Carlos and Diaz, Fernando and Vieweg, Sarah},
129
+ booktitle = "Proc. of the 8th ICWSM, 2014",
130
+ publisher = "AAAI press",
131
+ year={2014}
132
+ }
133
+ @inproceedings{imran2013practical,
134
+ title={Practical extraction of disaster-relevant information from social media},
135
+ author={Imran, Muhammad and Elbassuoni, Shady and Castillo, Carlos and Diaz, Fernando and Meier, Patrick},
136
+ booktitle={Proc. of the 22nd WWW},
137
+ pages={1021--1024},
138
+ year={2013},
139
+ organization={ACM}
140
+ }
141
+ @inproceedings{imran2013extracting,
142
+ title={Extracting information nuggets from disaster-related messages in social media},
143
+ author={Imran, Muhammad and Elbassuoni, Shady Mamoon and Castillo, Carlos and Diaz, Fernando and Meier, Patrick},
144
+ booktitle={Proc. of the 12th ISCRAM},
145
+ year={2013}
146
+ }
147
+ ```
humanitarian/dev.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cee598aaea74c921b0aa5aa08f789fb0f4936385a3e658c15eb3f10784e5661c
3
+ size 3076710
humanitarian/test.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c453107996ea037abd6ade2f9686c42ade452e92af5f12377624d228767292c
3
+ size 5961900
humanitarian/train.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa625f3c7d0b5d14610388437fb5c86aa6f1380d4028e5fefc9e38589a50f320
3
+ size 21024275
informativeness/dev.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:031356c332069843e96abd668a5f4707cf769ea48cef21c18d74038105070994
3
+ size 5438099
informativeness/test.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b58d3404be5a98b11b6d43fd83c2b7cbf4907fe4da6387b7e669cf827c8201cb
3
+ size 10573204
informativeness/train.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1de6265b501a6f34196f86aa0b028697965cc1aad05c48b682e3a6b71f69ef9
3
+ size 37321960
readme.yaml ADDED
@@ -0,0 +1,234 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset_info:
2
+ - config_name: informativeness
3
+ splits:
4
+ - name: train
5
+ num_examples: 109796
6
+ - name: dev
7
+ num_examples: 16008
8
+ - name: test
9
+ num_examples: 31095
10
+ - config_name: humanitarian
11
+ splits:
12
+ - name: train
13
+ num_examples: 61235
14
+ - name: dev
15
+ num_examples: 8957
16
+ - name: test
17
+ num_examples: 17365
18
+ - config_name: .git
19
+ splits:
20
+ - name: train
21
+ num_examples: 0
22
+ - name: dev
23
+ num_examples: 0
24
+ - name: test
25
+ num_examples: 0
26
+ - config_name: objects
27
+ splits:
28
+ - name: train
29
+ num_examples: 0
30
+ - name: dev
31
+ num_examples: 0
32
+ - name: test
33
+ num_examples: 0
34
+ - config_name: info
35
+ splits:
36
+ - name: train
37
+ num_examples: 0
38
+ - name: dev
39
+ num_examples: 0
40
+ - name: test
41
+ num_examples: 0
42
+ - config_name: logs
43
+ splits:
44
+ - name: train
45
+ num_examples: 0
46
+ - name: dev
47
+ num_examples: 0
48
+ - name: test
49
+ num_examples: 0
50
+ - config_name: hooks
51
+ splits:
52
+ - name: train
53
+ num_examples: 0
54
+ - name: dev
55
+ num_examples: 0
56
+ - name: test
57
+ num_examples: 0
58
+ - config_name: refs
59
+ splits:
60
+ - name: train
61
+ num_examples: 0
62
+ - name: dev
63
+ num_examples: 0
64
+ - name: test
65
+ num_examples: 0
66
+ - config_name: pack
67
+ splits:
68
+ - name: train
69
+ num_examples: 0
70
+ - name: dev
71
+ num_examples: 0
72
+ - name: test
73
+ num_examples: 0
74
+ - config_name: 26
75
+ splits:
76
+ - name: train
77
+ num_examples: 0
78
+ - name: dev
79
+ num_examples: 0
80
+ - name: test
81
+ num_examples: 0
82
+ - config_name: info
83
+ splits:
84
+ - name: train
85
+ num_examples: 0
86
+ - name: dev
87
+ num_examples: 0
88
+ - name: test
89
+ num_examples: 0
90
+ - config_name: 55
91
+ splits:
92
+ - name: train
93
+ num_examples: 0
94
+ - name: dev
95
+ num_examples: 0
96
+ - name: test
97
+ num_examples: 0
98
+ - config_name: 46
99
+ splits:
100
+ - name: train
101
+ num_examples: 0
102
+ - name: dev
103
+ num_examples: 0
104
+ - name: test
105
+ num_examples: 0
106
+ - config_name: 82
107
+ splits:
108
+ - name: train
109
+ num_examples: 0
110
+ - name: dev
111
+ num_examples: 0
112
+ - name: test
113
+ num_examples: 0
114
+ - config_name: refs
115
+ splits:
116
+ - name: train
117
+ num_examples: 0
118
+ - name: dev
119
+ num_examples: 0
120
+ - name: test
121
+ num_examples: 0
122
+ - config_name: heads
123
+ splits:
124
+ - name: train
125
+ num_examples: 0
126
+ - name: dev
127
+ num_examples: 0
128
+ - name: test
129
+ num_examples: 0
130
+ - config_name: remotes
131
+ splits:
132
+ - name: train
133
+ num_examples: 0
134
+ - name: dev
135
+ num_examples: 0
136
+ - name: test
137
+ num_examples: 0
138
+ - config_name: origin
139
+ splits:
140
+ - name: train
141
+ num_examples: 0
142
+ - name: dev
143
+ num_examples: 0
144
+ - name: test
145
+ num_examples: 0
146
+ - config_name: heads
147
+ splits:
148
+ - name: train
149
+ num_examples: 0
150
+ - name: dev
151
+ num_examples: 0
152
+ - name: test
153
+ num_examples: 0
154
+ - config_name: tags
155
+ splits:
156
+ - name: train
157
+ num_examples: 0
158
+ - name: dev
159
+ num_examples: 0
160
+ - name: test
161
+ num_examples: 0
162
+ - config_name: remotes
163
+ splits:
164
+ - name: train
165
+ num_examples: 0
166
+ - name: dev
167
+ num_examples: 0
168
+ - name: test
169
+ num_examples: 0
170
+ - config_name: origin
171
+ splits:
172
+ - name: train
173
+ num_examples: 0
174
+ - name: dev
175
+ num_examples: 0
176
+ - name: test
177
+ num_examples: 0
178
+ configs:
179
+ - config_name: informativeness
180
+ data_files:
181
+ - split: test
182
+ path: informativeness/test.json
183
+ - split: dev
184
+ path: informativeness/dev.json
185
+ - split: train
186
+ path: informativeness/train.json
187
+ - config_name: humanitarian
188
+ data_files:
189
+ - split: test
190
+ path: humanitarian/test.json
191
+ - split: dev
192
+ path: humanitarian/dev.json
193
+ - split: train
194
+ path: humanitarian/train.json
195
+ - config_name: .git
196
+ data_files:
197
+ - config_name: objects
198
+ data_files:
199
+ - config_name: info
200
+ data_files:
201
+ - config_name: logs
202
+ data_files:
203
+ - config_name: hooks
204
+ data_files:
205
+ - config_name: refs
206
+ data_files:
207
+ - config_name: pack
208
+ data_files:
209
+ - config_name: 26
210
+ data_files:
211
+ - config_name: info
212
+ data_files:
213
+ - config_name: 55
214
+ data_files:
215
+ - config_name: 46
216
+ data_files:
217
+ - config_name: 82
218
+ data_files:
219
+ - config_name: refs
220
+ data_files:
221
+ - config_name: heads
222
+ data_files:
223
+ - config_name: remotes
224
+ data_files:
225
+ - config_name: origin
226
+ data_files:
227
+ - config_name: heads
228
+ data_files:
229
+ - config_name: tags
230
+ data_files:
231
+ - config_name: remotes
232
+ data_files:
233
+ - config_name: origin
234
+ data_files: