yachay commited on
Commit
b265c23
Β·
1 Parent(s): 1eb75b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -35
README.md CHANGED
@@ -19,7 +19,7 @@ task_categories:
19
  - feature-extraction
20
  - token-classification
21
  - text-classification
22
- pretty_name: Multilingual Geo-Tagged Social Media Posts
23
  language:
24
  - en
25
  - zh
@@ -47,101 +47,134 @@ language:
47
  - gu
48
  - fa
49
  - pl
 
 
50
  ---
51
- # Dataset Card for Dataset Name
 
 
52
 
53
  ## Dataset Description
54
 
55
- - **Homepage:**
56
- - **Repository:**
57
- - **Paper:**
58
  - **Leaderboard:**
59
- - **Point of Contact:**
60
 
61
  ### Dataset Summary
62
 
63
- This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
 
 
 
 
 
 
 
 
64
 
65
  ### Supported Tasks and Leaderboards
66
 
67
- [More Information Needed]
 
68
 
69
  ### Languages
70
 
71
- [More Information Needed]
 
 
72
 
73
  ## Dataset Structure
74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  ### Data Instances
76
 
77
- [More Information Needed]
78
 
79
  ### Data Fields
80
 
81
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
82
 
83
  ### Data Splits
84
 
85
- [More Information Needed]
86
 
87
  ## Dataset Creation
88
 
 
 
89
  ### Curation Rationale
90
 
91
- [More Information Needed]
92
 
93
  ### Source Data
94
 
95
  #### Initial Data Collection and Normalization
96
 
97
- [More Information Needed]
98
 
99
  #### Who are the source language producers?
100
 
101
- [More Information Needed]
102
 
103
  ### Annotations
104
 
105
  #### Annotation process
106
 
107
- [More Information Needed]
108
 
109
  #### Who are the annotators?
110
 
111
- [More Information Needed]
112
-
113
- ### Personal and Sensitive Information
114
-
115
- [More Information Needed]
116
 
117
  ## Considerations for Using the Data
118
 
119
  ### Social Impact of Dataset
120
 
121
- [More Information Needed]
122
 
123
  ### Discussion of Biases
124
 
125
- [More Information Needed]
126
 
127
  ### Other Known Limitations
128
 
129
- [More Information Needed]
130
-
 
 
131
  ## Additional Information
132
 
133
  ### Dataset Curators
134
 
135
- [More Information Needed]
136
 
137
  ### Licensing Information
138
 
139
- [More Information Needed]
140
-
141
- ### Citation Information
142
-
143
- [More Information Needed]
144
-
145
- ### Contributions
146
-
147
- [More Information Needed]
 
19
  - feature-extraction
20
  - token-classification
21
  - text-classification
22
+ pretty_name: Multilingual Geo-Tagged Social Media Posts (by 123 world regions)
23
  language:
24
  - en
25
  - zh
 
47
  - gu
48
  - fa
49
  - pl
50
+ size_categories:
51
+ - 100M<n<1B
52
  ---
53
+
54
+
55
+ # Dataset Card for Multilingual Geo-Tagged Social Media Posts (by 123 world regions)
56
 
57
  ## Dataset Description
58
 
59
+ - **Homepage:** https://huggingface.co/datasets/yachay/text_coordinates_regions
60
+ - **Repository:** https://github.com/Yachay-AI/byt5-geotagging#datasets
61
+ - **Paper:** https://dev.to/yachayai/applying-machine-learning-to-geolocate-twitter-posts-2m1d
62
  - **Leaderboard:**
63
+ - **Point of Contact:** admin-team@yachay.ai
64
 
65
  ### Dataset Summary
66
 
67
+ The "Regions" dataset is a multilingual corpus that encompasses textual data from the 123 most populated regions worldwide, with each region's data organized into separate .json files. This dataset consists of approximately 500,000 text samples, each paired with its geographic coordinates.
68
+
69
+ **Key Features:**
70
+
71
+ - **Textual Data:** The dataset contains 500,000 text samples.
72
+ - **Geocoordinates:** Each text sample is associated with geocoordinates.
73
+ - **Regional Coverage:** The dataset encompasses 123 of the world's most populated regions.
74
+ - **Tweet Data:** Within each region, there are 5,000 individual tweets/comments.
75
+
76
 
77
  ### Supported Tasks and Leaderboards
78
 
79
+ 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.
80
+
81
 
82
  ### Languages
83
 
84
+ **Multilingual Dataset**
85
+
86
+ This dataset is multilingual and contains text data in various languages from around the world. It does not have a fixed set of languages, and the language composition may vary across different versions or updates of the dataset.
87
 
88
  ## Dataset Structure
89
 
90
+ **Structure and Naming Convention:**
91
+
92
+ The naming convention for the JSON files follows the format "c_0.json" to "c_122.json," where "c_" represents the region category followed by a unique identifier
93
+
94
+ ```bash
95
+ /
96
+ β”œβ”€β”€ .gitattributes
97
+ β”œβ”€β”€ README.md
98
+ β”œβ”€β”€ c_0.json # Each .json file attributes to one of 123 regions
99
+ β”œβ”€β”€ c_1.json
100
+ β”œβ”€β”€ ...
101
+ β”œβ”€β”€ c_122.json
102
+ ```
103
+
104
  ### Data Instances
105
 
106
+ The Regions dataset consists of a total of 500,000 data instances, with each instance comprising a text sample and its associated geocoordinates. These instances are distributed across the 123 in each json file.
107
 
108
  ### Data Fields
109
 
110
+ **Text (text):** This field contains the text sample, typically holds natural language text data, such as comments, tweets, or any text-based content.
111
+
112
+ **Coordinates (coordinates):** This field includes geographical coordinates, specifically latitude and longitude providΡˆΡ‚ΠΏ the geographic location associated with the text.
113
+
114
+ ```json
115
+ {
116
+ "text": "sample text",
117
+ "coordinates": [
118
+ "-75.04057630341867",
119
+ "40.01714225600481"
120
+ ]
121
+ }
122
+ ```
123
 
124
  ### Data Splits
125
 
126
+ 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.
127
 
128
  ## Dataset Creation
129
 
130
+ 2021
131
+
132
  ### Curation Rationale
133
 
134
+ The "Regions" dataset was created with an objective to train and enhance geotagging textual models. With 500,000 text samples, each paired with geocoordinates, it offers a resource for developing models that can associate text with specific geographical locations. Whether for geolocation analysis or other tasks merging text and geographic information, this dataset serves as a valuable training tool.
135
 
136
  ### Source Data
137
 
138
  #### Initial Data Collection and Normalization
139
 
140
+ The initial data collection process focused on gathering geotagged comments from social media platforms, with a primary emphasis on Twitter.
141
 
142
  #### Who are the source language producers?
143
 
144
+ Twitter Community
145
 
146
  ### Annotations
147
 
148
  #### Annotation process
149
 
150
+ The coordinates in this dataset have been derived from metadata sources.
151
 
152
  #### Who are the annotators?
153
 
154
+ No manual annotation was conducted for this dataset.
 
 
 
 
155
 
156
  ## Considerations for Using the Data
157
 
158
  ### Social Impact of Dataset
159
 
160
+ The "Regions" dataset, with its multilingual text and geographic coordinates, presents an opportunity to advance research in geospatial NLP. However, it is crucial for users to exercise caution and ethical responsibility when handling location-related data to mitigate any potential privacy concerns or misuse.
161
 
162
  ### Discussion of Biases
163
 
164
+ 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.
165
 
166
  ### Other Known Limitations
167
 
168
+ - The dataset's multilingual nature may lead to varying data quality and linguistic diversity across regions.
169
+ - The use of geotagged social media comments means that the dataset may not cover less active or less represented regions.
170
+ - The accuracy of geocoordinates is subject to inherent limitations of the data sources used for collection.
171
+
172
  ## Additional Information
173
 
174
  ### Dataset Curators
175
 
176
+ Yachay AI
177
 
178
  ### Licensing Information
179
 
180
+ MIT