ctoraman commited on
Commit
5778c12
1 Parent(s): ea96149

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -1,3 +1,44 @@
1
  ---
2
  license: cc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc
3
+ task_categories:
4
+ - text-classification
5
+ - token-classification
6
+ language:
7
+ - tr
8
+ tags:
9
+ - disaster-relief
10
+ - disaster
11
+ - earthquake
12
+ - tweets
13
+ - deprem
14
+ - tweet-classification
15
+ - ner
16
+ size_categories:
17
+ - 1K<n<10K
18
  ---
19
+
20
+ Tweets Under the Rubble: Detection of Messages Calling for Help in Earthquake Disaster
21
+
22
+ The annotated dataset is given at dataset.tsv. We annotate 1,000 tweets in Turkish if tweets call for help (i.e. request rescue, supply, or donation), and their entity tags (person, city, address, status).
23
+
24
+ Column Name Description
25
+ label Human annotation if tweet calls for help (binary classification)
26
+ entities Human annotation of entity tags (i.e. person, city, address, and status). The format is [START_INDEX]:[END_INDEX]%[TAG_TYPE].
27
+ tweet_id Tweet ID from Twitter API.
28
+
29
+ Other details can be found at https://github.com/avaapm/deprem
30
+
31
+ Citation
32
+
33
+ If you make use of this dataset, please cite following paper.
34
+
35
+ @misc{toraman2023earthquake,
36
+ doi = {10.48550/ARXIV.2302.13403},
37
+ url = {https://arxiv.org/abs/2302.13403},
38
+ author = {Toraman, Cagri and Kucukkaya, Izzet Emre and Ozcelik, Oguzhan and Sahin, Umitcan},
39
+ keywords = {Social and Information Networks (cs.SI), Computation and Language (cs.CL), Information Retrieval (cs.IR), FOS: Computer and information sciences, FOS: Computer and information sciences},
40
+ title = {Tweets Under the Rubble: Detection of Messages Calling for Help in Earthquake Disaster},
41
+ publisher = {arXiv},
42
+ year = {2023},
43
+ copyright = {Creative Commons Attribution Non Commercial Share Alike 4.0 International}
44
+ }