Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -37,9 +37,7 @@ configs:
|
|
37 |
- split: test
|
38 |
path: "test.csv"
|
39 |
- config_name: full
|
40 |
-
data_files:
|
41 |
-
- split: train
|
42 |
-
path: "meta/natural-disasters-from-social-media.csv"
|
43 |
- config_name: meta
|
44 |
data_files: "meta/distributions/*.csv"
|
45 |
|
@@ -58,15 +56,20 @@ dataset_info:
|
|
58 |
dataset_size: 49775824
|
59 |
---
|
60 |
|
|
|
|
|
61 |
Dataset created for Master's thesis "Detection of Catastrophic Events from Social Media" at the Slovak Technical University Faculty of Informatics.
|
62 |
|
63 |
Contains posts from social media that are split into two categories:
|
64 |
- Informative - related and informative in regards to natural disasters
|
65 |
- Non-Informative - unrelated to natural disasters
|
66 |
|
67 |
-
Other metadata include event type, source dataset etc.
|
|
|
|
|
|
|
68 |
|
69 |
-
Source Datasets:
|
70 |
|
71 |
| **Name** | **Count** |
|
72 |
|:----------------------------------------------------------------------------------------:|:---------:|
|
@@ -84,7 +87,7 @@ Source Datasets:
|
|
84 |
| ArchiveTeam - [URL](https://archive.org/details/twitterstream) | 49191 |
|
85 |
| **Total** | 211387 |
|
86 |
|
87 |
-
Event counts:
|
88 |
|
89 |
| **Type** | **Non-Informative** | **Informative** | **Total** |
|
90 |
|:----------:|:-------------------:|:---------------:|:---------:|
|
|
|
37 |
- split: test
|
38 |
path: "test.csv"
|
39 |
- config_name: full
|
40 |
+
data_files: "meta/natural-disasters-from-social-media.csv"
|
|
|
|
|
41 |
- config_name: meta
|
42 |
data_files: "meta/distributions/*.csv"
|
43 |
|
|
|
56 |
dataset_size: 49775824
|
57 |
---
|
58 |
|
59 |
+
# Description
|
60 |
+
|
61 |
Dataset created for Master's thesis "Detection of Catastrophic Events from Social Media" at the Slovak Technical University Faculty of Informatics.
|
62 |
|
63 |
Contains posts from social media that are split into two categories:
|
64 |
- Informative - related and informative in regards to natural disasters
|
65 |
- Non-Informative - unrelated to natural disasters
|
66 |
|
67 |
+
Other metadata include event type, source dataset etc. To balance classes, 50k tweets from twitter archive for years 2017-2022 were added.
|
68 |
+
|
69 |
+
# Distributions
|
70 |
+
![Distributions](meta/distributions/split_distribution.png)
|
71 |
|
72 |
+
# Source Datasets:
|
73 |
|
74 |
| **Name** | **Count** |
|
75 |
|:----------------------------------------------------------------------------------------:|:---------:|
|
|
|
87 |
| ArchiveTeam - [URL](https://archive.org/details/twitterstream) | 49191 |
|
88 |
| **Total** | 211387 |
|
89 |
|
90 |
+
# Total Event counts:
|
91 |
|
92 |
| **Type** | **Non-Informative** | **Informative** | **Total** |
|
93 |
|:----------:|:-------------------:|:---------------:|:---------:|
|