Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,139 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
-
# Dataset Card for
|
6 |
|
|
|
7 |
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
-
|
|
|
|
|
11 |
|
12 |
-
|
13 |
|
|
|
14 |
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
tags:
|
4 |
+
- multilingual
|
5 |
+
- text
|
6 |
+
- coordinates
|
7 |
+
- geospatial
|
8 |
+
- translation
|
9 |
+
- NER
|
10 |
+
- geo
|
11 |
+
- geo-tagged
|
12 |
+
- named-entity-recognition
|
13 |
+
- natural-language-processing
|
14 |
+
- geographic-data
|
15 |
+
- geolocation
|
16 |
+
- twitter
|
17 |
+
- reddit
|
18 |
+
task_categories:
|
19 |
+
- feature-extraction
|
20 |
+
- token-classification
|
21 |
+
- text-classification
|
22 |
+
pretty_name: Geo-Tagged Social Media Posts with Timestamps
|
23 |
+
language:
|
24 |
+
- en
|
25 |
+
- es
|
26 |
+
- ru
|
27 |
+
- co
|
28 |
+
- ar
|
29 |
+
- fa
|
30 |
+
size_categories:
|
31 |
+
- 100M<n<1B
|
32 |
---
|
33 |
|
34 |
+
# Dataset Card for Dataset Name
|
35 |
|
36 |
+
## Dataset Description
|
37 |
|
38 |
+
- **Homepage:** https://huggingface.co/datasets/yachay/text_coordinates_seasons
|
39 |
+
- **Repository:** https://github.com/Yachay-AI/byt5-geotagging#datasets
|
40 |
+
- **Paper:** https://dev.to/yachayai/applying-machine-learning-to-geolocate-twitter-posts-2m1d
|
41 |
+
- **Leaderboard:**
|
42 |
+
- **Point of Contact:** admin-team@yachay.ai
|
43 |
+
|
44 |
+
### Dataset Summary
|
45 |
+
|
46 |
+
The "Seasons" dataset is a collection of over 600,000 social media posts spanning 12 months and encompassing 15 distinct time zones. It focuses on six countries: **Cuba, Iran, Russia, North Korea, Syria, and Venezuela,** with each post containing textual content, timestamps, and geographical coordinates. The dataset's primary objective is to investigate the correlation between the timing of posts, their content, and the geographical locations. Researchers can leverage this dataset to advance studies in geospatial NLP and gain insights into how temporal factors and seasonality impact the results.
|
47 |
+
|
48 |
+
### Supported Tasks and Leaderboards
|
49 |
+
|
50 |
+
This dataset is well-suited for tasks such as geotagging, where the objective is to associate text with specific geographical locations. It can also be utilized for geolocation analysis, sentiment analysis in regional contexts, and regional text classification.
|
51 |
+
|
52 |
+
### Languages
|
53 |
+
|
54 |
+
**Multilingual Dataset**
|
55 |
+
|
56 |
+
Mainly contains English, Spanish, Persian, Russian, Korean, and Arabic.
|
57 |
+
|
58 |
+
## Dataset Structure
|
59 |
+
|
60 |
+
### Data Instances
|
61 |
+
|
62 |
+
The "Seasons" dataset consists of over 600,000 data instances, each representing a social media post.
|
63 |
+
|
64 |
+
### Data Fields
|
65 |
+
|
66 |
+
**Text (text):** This field contains the textual content.
|
67 |
+
|
68 |
+
**Timestamp (created_at):** The dataset includes timestamps to track the exact time when each social media post was created. Timestamps are recorded in Unix epoch time format.
|
69 |
+
|
70 |
+
**Geographical Coordinates (geo_geo_bbox):** This field contains geocoordinates that describe the geographical location associated with each social media post. These coordinates are represented as latitude and longitude ranges in a bounding box format.
|
71 |
+
|
72 |
+
```json
|
73 |
+
|
74 |
+
{
|
75 |
+
"text": "sample text",
|
76 |
+
"geo_geo_bbox": "[-67.220209, 9.934294, -65.428322, 10.6496277]"
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"created_at": {
|
80 |
+
"$numberLong": "1633049378000"
|
81 |
+
}
|
82 |
+
|
83 |
+
```
|
84 |
+
|
85 |
+
### Data Splits
|
86 |
+
|
87 |
+
This dataset is not pre-partitioned into training, validation, and test data splits, providing flexibility for users to split the data according to their specific research or application needs. Users can customize the data partitioning to suit their machine learning experiments and analytical requirements.
|
88 |
+
|
89 |
+
## Dataset Creation
|
90 |
+
|
91 |
+
### Curation Rationale
|
92 |
+
|
93 |
+
The "Seasons" dataset was created with an objective to advancing research in NLP by investigating the intricate relationships between temporal factors, content, and author location in social media posts. This dataset was assembled to provide a resource for understanding how time zones and seasonal events influence the model's results.
|
94 |
+
|
95 |
+
### Source Data
|
96 |
+
|
97 |
+
#### Initial Data Collection and Normalization
|
98 |
+
|
99 |
+
The initial data collection process focused on gathering geotagged comments from social media platforms, with a primary emphasis on Twitter.
|
100 |
+
|
101 |
+
#### Who are the source language producers?
|
102 |
+
|
103 |
+
Twitter Community
|
104 |
+
|
105 |
+
### Annotations
|
106 |
+
|
107 |
+
#### Annotation process
|
108 |
+
|
109 |
+
The coordinates in this dataset have been derived from metadata sources.
|
110 |
+
|
111 |
+
#### Who are the annotators?
|
112 |
+
|
113 |
+
No manual annotation was conducted for this dataset.
|
114 |
+
|
115 |
+
## Considerations for Using the Data
|
116 |
+
|
117 |
+
### Social Impact of Dataset
|
118 |
+
|
119 |
+
The "Seasons" dataset has a potential to enhance our understanding of the intricate relationship between temporal dynamics, content, and location in social media posts.
|
120 |
+
|
121 |
+
### Discussion of Biases
|
122 |
+
|
123 |
+
It's essential to acknowledge that the data collected from social media platforms may contain inherent biases, influenced by user demographics and platform dynamics. Researchers should be mindful of these biases and consider potential implications in their analyses.
|
124 |
+
|
125 |
+
### Other Known Limitations
|
126 |
+
|
127 |
+
- The dataset's multilingual nature may lead to varying data quality and linguistic diversity across regions.
|
128 |
+
- The use of geotagged social media comments means that the dataset may not cover less active or less represented regions/seasons.
|
129 |
+
- The accuracy of geocoordinates is subject to inherent limitations of the data sources used for collection.
|
130 |
|
131 |
+
## Additional Information
|
132 |
+
|
133 |
+
### Dataset Curators
|
134 |
|
135 |
+
Yachay AI
|
136 |
|
137 |
+
### Licensing Information
|
138 |
|
139 |
+
MIT
|