SocialGrep commited on
Commit
53eae0a
1 Parent(s): 3cb1512

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +147 -0
README.md ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 reddit-wallstreetbets-aug-2021
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
+ ## Dataset Description
46
+
47
+ - **Homepage:** [https://socialgrep.com/datasets](https://socialgrep.com/datasets?utm_source=huggingface&utm_medium=link&utm_campaign=dataset&utm_term=crypto)
48
+ - **Point of Contact:** [Website](https://socialgrep.com/contact?utm_source=huggingface&utm_medium=link&utm_campaign=dataset&utm_term=crypto)
49
+
50
+ ### Dataset Summary
51
+
52
+ This corpus contains the complete data for the activity on the following subreddits for the entire month of August:
53
+ - /r/cryptocurrency
54
+ - /r/cryptocurrencyclassic
55
+ - /r/cryptocurrencyico
56
+ - /r/cryptomars
57
+ - /r/cryptomoon
58
+ - /r/cryptomoonshots
59
+ - /r/satoshistreetbets
60
+
61
+
62
+ ### Languages
63
+
64
+ Mainly English.
65
+
66
+ ## Dataset Structure
67
+
68
+ ### Data Instances
69
+
70
+ 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.
71
+
72
+ ### Data Fields
73
+
74
+ - 'type': the type of the data point. Can be 'post' or 'comment'.
75
+ - 'id': the base-36 Reddit ID of the data point. Unique when combined with type.
76
+ - 'subreddit.id': the base-36 Reddit ID of the data point's host subreddit. Unique.
77
+ - 'subreddit.name': the human-readable name of the data point's host subreddit.
78
+ - 'subreddit.nsfw': a boolean marking the data point's host subreddit as NSFW or not.
79
+ - 'created_utc': a UTC timestamp for the data point.
80
+ - 'permalink': a reference link to the data point on Reddit.
81
+ - 'score': score of the data point on Reddit.
82
+
83
+ - 'domain': (Post only) the domain of the data point's link.
84
+ - 'url': (Post only) the destination of the data point's link, if any.
85
+ - 'selftext': (Post only) the self-text of the data point, if any.
86
+ - 'title': (Post only) the title of the post data point.
87
+
88
+ - 'body': (Comment only) the body of the comment data point.
89
+ - 'sentiment': (Comment only) the result of an in-house sentiment analysis pipeline. Used for exploratory analysis.
90
+
91
+ ## Dataset Creation
92
+
93
+ ### Curation Rationale
94
+
95
+ [Needs More Information]
96
+
97
+ ### Source Data
98
+
99
+ #### Initial Data Collection and Normalization
100
+
101
+ [Needs More Information]
102
+
103
+ #### Who are the source language producers?
104
+
105
+ [Needs More Information]
106
+
107
+ ### Annotations
108
+
109
+ #### Annotation process
110
+
111
+ [Needs More Information]
112
+
113
+ #### Who are the annotators?
114
+
115
+ [Needs More Information]
116
+
117
+ ### Personal and Sensitive Information
118
+
119
+ [Needs More Information]
120
+
121
+ ## Considerations for Using the Data
122
+
123
+ ### Social Impact of Dataset
124
+
125
+ [Needs More Information]
126
+
127
+ ### Discussion of Biases
128
+
129
+ [Needs More Information]
130
+
131
+ ### Other Known Limitations
132
+
133
+ [Needs More Information]
134
+
135
+ ## Additional Information
136
+
137
+ ### Dataset Curators
138
+
139
+ [Needs More Information]
140
+
141
+ ### Licensing Information
142
+
143
+ CC-BY v4.0
144
+
145
+ ### Contributions
146
+
147
+ [Needs More Information]