Nick Doiron commited on
Commit
c748992
·
1 Parent(s): 7740838

initial draft

Browse files
Files changed (2) hide show
  1. README.md +78 -0
  2. clapbacks.csv +0 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-classification
4
+ tags:
5
+ - reddit
6
+ language: en
7
+ ---
8
+
9
+ # Dataset Card for reddit_one_ups_2014
10
+
11
+ ## Dataset Description
12
+
13
+ - **Homepage:** https://github.com/Georeactor/reddit-one-ups
14
+
15
+ ### Dataset Summary
16
+
17
+ Reddit 'one-ups' or 'clapbacks' - replies which scored higher than the original comments. This task makes one-ups easier by focusing on a set of common, often meme-like replies (e.g. 'yes', 'nope', '(͡°͜ʖ͡°)').
18
+
19
+ For commentary on predictions with a previous version of the dataset, see https://blog.goodaudience.com/can-deepclapback-learn-when-to-lol-e4a2092a8f2c
20
+
21
+ For unique / non-meme seq2seq version of this dataset, see https://huggingface.co/datasets/georeactor/reddit_one_ups_seq2seq_2014
22
+
23
+ Replies were selected from PushShift's archive of posts from 2014.
24
+
25
+ ### Supported Tasks
26
+
27
+ Text classification task: finding the common reply (out of ~37) to match the parent comment text.
28
+
29
+ Text prediction task: estimating the vote score, or parent:reply ratio, of a meme response, as a measure of relevancy/cleverness of reply.
30
+
31
+ ### Languages
32
+
33
+ Primarily English - includes some emoticons such as ┬─┬ノ(ಠ_ಠノ)
34
+
35
+ ## Dataset Structure
36
+
37
+ ### Data Instances
38
+
39
+ 29,375 rows
40
+
41
+ ### Data Fields
42
+
43
+ - id: the Reddit alphanumeric ID for the reply
44
+ - body: the content of the original reply
45
+ - score: the net vote score of the original reply
46
+ - parent_id: the Reddit alphanumeric ID for the parent
47
+ - author: the Reddit username of the reply
48
+ - subreddit: the Reddit community where the discussion occurred
49
+ - parent_score: the net vote score of the parent comment
50
+ - cleantext: the simplified reply (one of 37 classes)
51
+ - tstamp: the timestamp of the reply
52
+ - parent_body: the content of the original parent
53
+
54
+ ## Dataset Creation
55
+
56
+ ### Source Data
57
+
58
+ Reddit comments collected through PushShift.io archives for 2014.
59
+
60
+ #### Initial Data Collection and Normalization
61
+
62
+ - Removed deleted or empty comments.
63
+ - Selected only replies which scored 1.5x higher than a parent comment, where both have a positive score.
64
+ - Found the top/repeating phrases common to these one-ups/clapback comments.
65
+ - Selected only replies which had one of these top/repeating phrases.
66
+ - Made rows in PostgreSQL and output as CSV.
67
+
68
+ ## Considerations for Using the Data
69
+
70
+ Comments and responses in the Reddit archives and output datasets all include NSFW and otherwise toxic language and links!
71
+
72
+ - You can use the subreddit and score columns to filter content.
73
+ - Imbalanced dataset: replies 'yes' and 'no' are more common than others.
74
+ - Overlap of labels: replies such as 'yes', 'yep', and 'yup' serve similar purposes; in other cases 'no' vs. 'nope' may be interesting.
75
+ - Timestamps: the given timestamp may help identify trends in meme replies
76
+ - Usernames: a username was included to identify the 'username checks out' meme, but this was not common enough in 2014, and the included username is from the reply.
77
+
78
+ Reddit comments are properties of Reddit and comment owners using their Terms of Service.
clapbacks.csv ADDED
The diff for this file is too large to render. See raw diff