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
f2a749b
1 Parent(s): a49aec6

Create README.md

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