File size: 4,890 Bytes
ff09170
 
3347b16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ff09170
948f50f
e65f036
948f50f
3347b16
948f50f
3347b16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
948f50f
3347b16
 
 
948f50f
3347b16
948f50f
3347b16
948f50f
3347b16
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
---
license: mit
tags:
- multilingual
- text
- coordinates
- geospatial
- translation
- NER
- geo
- geo-tagged
- named-entity-recognition
- natural-language-processing
- geographic-data
- geolocation
- twitter
- reddit
task_categories:
- feature-extraction
- token-classification
- text-classification
pretty_name: Geo-Tagged Social Media Posts with Timestamps
language:
- en
- es
- ru
- co
- ar
- fa
size_categories:
- 100M<n<1B
---

# Dataset Card for Geo-Tagged Social Media Posts with Timestamps

## Dataset Description

- **Homepage:**  https://huggingface.co/datasets/yachay/text_coordinates_seasons
- **Repository:** https://github.com/Yachay-AI/byt5-geotagging#datasets
- **Paper:** https://dev.to/yachayai/applying-machine-learning-to-geolocate-twitter-posts-2m1d
- **Leaderboard:** 
- **Point of Contact:** [email protected]

### Dataset Summary

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.

### Supported Tasks and Leaderboards

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.

### Languages

**Multilingual Dataset**

Mainly contains English, Spanish, Persian, Russian, Korean, and Arabic.

## Dataset Structure

### Data Instances

The "Seasons" dataset consists of over 600,000 data instances, each representing a social media post. 

### Data Fields

**Text (text):** This field contains the textual content.

**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.

**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.

```json

{
  "text": "sample text",
  "geo_geo_bbox": "[-67.220209, 9.934294, -65.428322, 10.6496277]"
},
{
  "created_at": {
    "$numberLong": "1633049378000"
  }

```

### Data Splits

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.

## Dataset Creation

### Curation Rationale

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. 

### Source Data

#### Initial Data Collection and Normalization

The initial data collection process focused on gathering geotagged comments from social media platforms, with a primary emphasis on Twitter.

#### Who are the source language producers?

Twitter Community 

### Annotations

#### Annotation process

The coordinates in this dataset have been derived from metadata sources.

#### Who are the annotators?

No manual annotation was conducted for this dataset.

## Considerations for Using the Data

### Social Impact of Dataset

The "Seasons" dataset has a potential to enhance our understanding of the intricate relationship between temporal dynamics, content, and location in social media posts.

### Discussion of Biases

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.

### Other Known Limitations

- The dataset's multilingual nature may lead to varying data quality and linguistic diversity across regions.
- The use of geotagged social media comments means that the dataset may not cover less active or less represented regions/seasons. 
- The accuracy of geocoordinates is subject to inherent limitations of the data sources used for collection.
  
## Additional Information

### Dataset Curators

Yachay AI

### Licensing Information

MIT