SocialGrep commited on
Commit
cd699a7
1 Parent(s): 374e5c6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +139 -0
README.md ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - 10M<n<100M
14
+ source_datasets:
15
+ - original
16
+ paperswithcode_id: null
17
+ ---
18
+
19
+ # Dataset Card for ten-million-reddit-answers
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=tenmillionanswers)
48
+ - **Point of Contact:** [Website](https://socialgrep.com/contact?utm_source=huggingface&utm_medium=link&utm_campaign=tenmillionanswers)
49
+
50
+ ### Dataset Summary
51
+
52
+ This corpus contains ten million question-answer pairs, taken from /r/AskReddit.
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
+ - 'score': score of the data point on Reddit.
74
+
75
+ - 'domain': (Post only) the domain of the data point's link.
76
+ - 'url': (Post only) the destination of the data point's link, if any.
77
+ - 'selftext': (Post only) the self-text of the data point, if any.
78
+ - 'title': (Post only) the title of the post data point.
79
+
80
+ - 'body': (Comment only) the body of the comment data point.
81
+ - 'sentiment': (Comment only) the result of an in-house sentiment analysis pipeline. Used for exploratory analysis.
82
+
83
+ ## Dataset Creation
84
+
85
+ ### Curation Rationale
86
+
87
+ [Needs More Information]
88
+
89
+ ### Source Data
90
+
91
+ #### Initial Data Collection and Normalization
92
+
93
+ [Needs More Information]
94
+
95
+ #### Who are the source language producers?
96
+
97
+ [Needs More Information]
98
+
99
+ ### Annotations
100
+
101
+ #### Annotation process
102
+
103
+ [Needs More Information]
104
+
105
+ #### Who are the annotators?
106
+
107
+ [Needs More Information]
108
+
109
+ ### Personal and Sensitive Information
110
+
111
+ [Needs More Information]
112
+
113
+ ## Considerations for Using the Data
114
+
115
+ ### Social Impact of Dataset
116
+
117
+ [Needs More Information]
118
+
119
+ ### Discussion of Biases
120
+
121
+ [Needs More Information]
122
+
123
+ ### Other Known Limitations
124
+
125
+ [Needs More Information]
126
+
127
+ ## Additional Information
128
+
129
+ ### Dataset Curators
130
+
131
+ [Needs More Information]
132
+
133
+ ### Licensing Information
134
+
135
+ CC-BY v4.0
136
+
137
+ ### Contributions
138
+
139
+ [Needs More Information]