Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
updated readme
Browse files
README.md
CHANGED
@@ -47,6 +47,8 @@ The HumAID Twitter dataset consists of several thousands of manually annotated t
|
|
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 |
|
@@ -61,12 +63,19 @@ English
|
|
61 |
|
62 |
### Data Instances
|
63 |
|
64 |
-
|
|
|
|
|
|
|
65 |
|
|
|
|
|
|
|
|
|
66 |
### Data Fields
|
67 |
|
68 |
* tweet_text: corresponds to the tweet text.
|
69 |
-
* class_label: corresponds to a label assigned to a given tweet text
|
70 |
|
71 |
|
72 |
### Data Splits
|
|
|
47 |
- Rescue volunteering or donation effort
|
48 |
- Sympathy and support
|
49 |
|
50 |
+
The resulting annotated dataset consists of 11 labels.
|
51 |
+
|
52 |
### Supported Tasks and Benchmark
|
53 |
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.
|
54 |
|
|
|
63 |
|
64 |
### Data Instances
|
65 |
|
66 |
+
```
|
67 |
+
{
|
68 |
+
|
69 |
+
"tweet_text": "@RT_com: URGENT: Death toll in #Ecuador #quake rises to 233 \u2013 President #Correa #1 in #Pakistan",
|
70 |
|
71 |
+
"class_label": "injured_or_dead_people"
|
72 |
+
|
73 |
+
}
|
74 |
+
```
|
75 |
### Data Fields
|
76 |
|
77 |
* tweet_text: corresponds to the tweet text.
|
78 |
+
* class_label: corresponds to a label assigned to a given tweet text
|
79 |
|
80 |
|
81 |
### Data Splits
|