SocialGrep commited on
Commit
ac784cf
1 Parent(s): 383423e

Create README.md

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