Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1M<n<10M
Language Creators:
crowdsourced
Annotations Creators:
lexyr
Source Datasets:
original
Tags:
License:
SocialGrep commited on
Commit
9befc4c
1 Parent(s): d15c0b9

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +145 -0
README.md ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - lexyr
4
+ language_creators:
5
+ - crowdsourced
6
+ languages:
7
+ - en
8
+ licenses:
9
+ - cc-by-4.0
10
+ multilinguality:
11
+ - monolingual
12
+ size_categories:
13
+ - 1M<n<10M
14
+ source_datasets:
15
+ - original
16
+ paperswithcode_id: null
17
+ ---
18
+
19
+ # Dataset Card for the-reddit-covid-dataset
20
+
21
+ ## Table of Contents
22
+ - [Dataset Description](#dataset-description)
23
+ - [Dataset Summary](#dataset-summary)
24
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
25
+ - [Languages](#languages)
26
+ - [Dataset Structure](#dataset-structure)
27
+ - [Data Instances](#data-instances)
28
+ - [Data Fields](#data-fields)
29
+ - [Data Splits](#data-splits)
30
+ - [Dataset Creation](#dataset-creation)
31
+ - [Curation Rationale](#curation-rationale)
32
+ - [Source Data](#source-data)
33
+ - [Annotations](#annotations)
34
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
35
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
36
+ - [Social Impact of Dataset](#social-impact-of-dataset)
37
+ - [Discussion of Biases](#discussion-of-biases)
38
+ - [Other Known Limitations](#other-known-limitations)
39
+ - [Additional Information](#additional-information)
40
+ - [Dataset Curators](#dataset-curators)
41
+ - [Licensing Information](#licensing-information)
42
+ - [Citation Information](#citation-information)
43
+ - [Contributions](#contributions)
44
+
45
+
46
+ ## Disclaimer
47
+ Due to file size limitations, we are not able to provide the comments for this dataset. Please feel free to download them from the [website](https://socialgrep.com/datasets?utm_source=huggingface&utm_medium=link&utm_campaign=theredditcoviddataset#the-reddit-covid-dataset) - no registration required.
48
+
49
+ ## Dataset Description
50
+
51
+ - **Homepage:** [https://socialgrep.com/datasets](https://socialgrep.com/datasets?utm_source=huggingface&utm_medium=link&utm_campaign=theredditcoviddataset)
52
+ - **Point of Contact:** [Website](https://socialgrep.com/contact?utm_source=huggingface&utm_medium=link&utm_campaign=theredditcoviddataset)
53
+
54
+ ### Dataset Summary
55
+
56
+ This corpus contains all the mentions of the term `covid` in post titles on the social media platform Reddit, up until the 25th of October, 2021.
57
+
58
+ The data was procured from Reddit using [SocialGrep](https://socialgrep.com/?utm_source=huggingface&utm_medium=link&utm_campaign=theredditcoviddataset).
59
+
60
+ ### Languages
61
+
62
+ Mainly English.
63
+
64
+ ## Dataset Structure
65
+
66
+ ### Data Instances
67
+
68
+ A data point is a post or a comment. Due to the separate nature of the two, those exist in two different files - even though many fields are shared.
69
+
70
+ ### Data Fields
71
+
72
+ - 'type': the type of the data point. Can be 'post' or 'comment'.
73
+ - 'id': the base-36 Reddit ID of the data point. Unique when combined with type.
74
+ - 'subreddit.id': the base-36 Reddit ID of the data point's host subreddit. Unique.
75
+ - 'subreddit.name': the human-readable name of the data point's host subreddit.
76
+ - 'subreddit.nsfw': a boolean marking the data point's host subreddit as NSFW or not.
77
+ - 'created_utc': a UTC timestamp for the data point.
78
+ - 'permalink': a reference link to the data point on Reddit.
79
+ - 'score': score of the data point on Reddit.
80
+
81
+ - 'domain': (Post only) the domain of the data point's link.
82
+ - 'url': (Post only) the destination of the data point's link, if any.
83
+ - 'selftext': (Post only) the self-text of the data point, if any.
84
+ - 'title': (Post only) the title of the post data point.
85
+
86
+ - 'body': (Comment only) the body of the comment data point.
87
+ - 'sentiment': (Comment only) the result of an in-house sentiment analysis pipeline. Used for exploratory analysis.
88
+
89
+ ## Dataset Creation
90
+
91
+ ### Curation Rationale
92
+
93
+ [Needs More Information]
94
+
95
+ ### Source Data
96
+
97
+ #### Initial Data Collection and Normalization
98
+
99
+ [Needs More Information]
100
+
101
+ #### Who are the source language producers?
102
+
103
+ [Needs More Information]
104
+
105
+ ### Annotations
106
+
107
+ #### Annotation process
108
+
109
+ [Needs More Information]
110
+
111
+ #### Who are the annotators?
112
+
113
+ [Needs More Information]
114
+
115
+ ### Personal and Sensitive Information
116
+
117
+ [Needs More Information]
118
+
119
+ ## Considerations for Using the Data
120
+
121
+ ### Social Impact of Dataset
122
+
123
+ [Needs More Information]
124
+
125
+ ### Discussion of Biases
126
+
127
+ [Needs More Information]
128
+
129
+ ### Other Known Limitations
130
+
131
+ [Needs More Information]
132
+
133
+ ## Additional Information
134
+
135
+ ### Dataset Curators
136
+
137
+ [Needs More Information]
138
+
139
+ ### Licensing Information
140
+
141
+ CC-BY v4.0
142
+
143
+ ### Contributions
144
+
145
+ [Needs More Information]