Datasets:
QCRI
/

Modalities:
Text
Formats:
json
Languages:
English
Libraries:
Datasets
pandas
License:
Firoj commited on
Commit
bcbc8d1
1 Parent(s): ab96933

Add dataset files with Git LFS

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,145 @@
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 Dataset'
12
+ size_categories:
13
+ - 10K<n<100K
14
+ dataset_info:
15
+ - config_name: informativeness
16
+ splits:
17
+ - name: train
18
+ num_examples: 116268
19
+ - name: dev
20
+ num_examples: 16942
21
+ - name: test
22
+ num_examples: 32888
23
+ - config_name: humanitarian
24
+ splits:
25
+ - name: train
26
+ num_examples: 99073
27
+ - name: dev
28
+ num_examples: 14436
29
+ - name: test
30
+ num_examples: 28024
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
+
56
+ ## Data format
57
+
58
+ Each JSON object contains the following fields:
59
+
60
+ * **id:** Corresponds to the user tweet ID from Twitter.
61
+ * **event:** Event name associated with the respective dataset.
62
+ * **source:** Source of the dataset.
63
+ * **text:** Tweet text.
64
+ * **lang:** Language tag obtained either from Twitter or from the Google Language Detection API.
65
+ * **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.
66
+ * **class_label:** Class label assigned to a given tweet text.
67
+
68
+ ## **Downloads (Alternate Links)**
69
+ Labeled data and other resources
70
+
71
+ - **Crisis dataset version v1.0:** [Download](https://crisisnlp.qcri.org/data/crisis_datasets_benchmarks/crisis_datasets_benchmarks_v1.0.tar.gz)
72
+ - **Alternate download link:** [Dataverse](https://doi.org/10.7910/DVN/G98BQG)
73
+
74
+
75
+ ## Experimental Scripts:
76
+ Source code to run the experiments is available at [https://github.com/firojalam/crisis_datasets_benchmarks](https://github.com/firojalam/crisis_datasets_benchmarks)
77
+
78
+ ## License
79
+ 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.
80
+
81
+ ## Citation
82
+
83
+ If you use this data in your research, please consider citing the following paper:
84
+
85
+ [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)
86
+
87
+ ```
88
+ @inproceedings{firojalamcrisisbenchmark2020,
89
+ Author = {Firoj Alam, Hassan Sajjad, Muhammad Imran, Ferda Ofli},
90
+ Keywords = {Social Media, Crisis Computing, Tweet Text Classification, Disaster Response},
91
+ Booktitle = {15th International Conference on Web and Social Media (ICWSM)},
92
+ Title = {{CrisisBench:} Benchmarking Crisis-related Social Media Datasets for Humanitarian Information Processing},
93
+ Year = {2021}
94
+ }
95
+ ```
96
+ * and the following associated papers
97
+
98
+ * 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.
99
+ * 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.
100
+ * 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.
101
+ * 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.
102
+ * 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.
103
+
104
+ ```
105
+ @inproceedings{imran2016lrec,
106
+ author = {Muhammad Imran and Prasenjit Mitra and Carlos Castillo},
107
+ title = {Twitter as a Lifeline: Human-annotated Twitter Corpora for NLP of Crisis-related Messages},
108
+ booktitle = {Proc. of the LREC, 2016},
109
+ year = {2016},
110
+ month = {5},
111
+ publisher = {ELRA},
112
+ address = {Paris, France},
113
+ isbn = {978-2-9517408-9-1},
114
+ language = {english}
115
+ }
116
+ @inproceedings{olteanu2015expect,
117
+ title={What to expect when the unexpected happens: Social media communications across crises},
118
+ author={Olteanu, Alexandra and Vieweg, Sarah and Castillo, Carlos},
119
+ booktitle={Proc. of the 18th ACM Conference on Computer Supported Cooperative Work \& Social Computing},
120
+ pages={994--1009},
121
+ year={2015},
122
+ organization={ACM}
123
+ }
124
+ @inproceedings{olteanu2014crisislex,
125
+ title={CrisisLex: A Lexicon for Collecting and Filtering Microblogged Communications in Crises.},
126
+ author={Olteanu, Alexandra and Castillo, Carlos and Diaz, Fernando and Vieweg, Sarah},
127
+ booktitle = "Proc. of the 8th ICWSM, 2014",
128
+ publisher = "AAAI press",
129
+ year={2014}
130
+ }
131
+ @inproceedings{imran2013practical,
132
+ title={Practical extraction of disaster-relevant information from social media},
133
+ author={Imran, Muhammad and Elbassuoni, Shady and Castillo, Carlos and Diaz, Fernando and Meier, Patrick},
134
+ booktitle={Proc. of the 22nd WWW},
135
+ pages={1021--1024},
136
+ year={2013},
137
+ organization={ACM}
138
+ }
139
+ @inproceedings{imran2013extracting,
140
+ title={Extracting information nuggets from disaster-related messages in social media},
141
+ author={Imran, Muhammad and Elbassuoni, Shady Mamoon and Castillo, Carlos and Diaz, Fernando and Meier, Patrick},
142
+ booktitle={Proc. of the 12th ISCRAM},
143
+ year={2013}
144
+ }
145
+ ```
humanitarian/dev.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5867fc1399612da30814f6ba6fb7a450aaae1716bdb0e2b6de359b98772b2b2
3
+ size 5054046
humanitarian/test.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1389f78f0969cb593df1e0f73f7d117248fa36a6dd8604ee244987bbaa7c8ba0
3
+ size 9811580
humanitarian/train.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:504d7bd2a4a08914c0389f2e818b844e4d312b93d928a8c67d64aa00003bbd46
3
+ size 34687697
informativeness/dev.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78537c209a11ef10c3c041f9a18703fcaa131d1172b565ab037385d3fef92e4d
3
+ size 5768527
informativeness/test.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:928757121ad19488855f8a247b67bbfe49509860e78a100637c4b940d60e62f4
3
+ size 11208218
informativeness/train.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c8b3d463b1e072dd149bfb351b90f86d2dcfd67034c2ec32f12b93eb742b555
3
+ size 39622316