Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
1M<n<10M
Language Creators:
crowdsourced
Annotations Creators:
lexyr
Source Datasets:
original
License:
SocialGrep commited on
Commit
f3aa9b9
1 Parent(s): 1fead4c

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +86 -0
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - lexyr
4
+ language_creators:
5
+ - crowdsourced
6
+ language:
7
+ - en
8
+ license:
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 the-reddit-climate-change-dataset
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
+ - [Licensing Information](#licensing-information)
41
+
42
+ ## Dataset Description
43
+
44
+ - **Homepage:** [https://socialgrep.com/datasets](https://socialgrep.com/datasets/the-reddit-climate-change-dataset?utm_source=huggingface&utm_medium=link&utm_campaign=theredditclimatechangedataset)
45
+ - **Reddit downloader used:** [https://socialgrep.com/exports](https://socialgrep.com/exports?utm_source=huggingface&utm_medium=link&utm_campaign=theredditclimatechangedataset)
46
+ - **Point of Contact:** [Website](https://socialgrep.com/contact?utm_source=huggingface&utm_medium=link&utm_campaign=theredditclimatechangedataset)
47
+
48
+ ### Dataset Summary
49
+
50
+ All the mentions of climate change on Reddit before Sep 1 2022.
51
+
52
+
53
+ ### Languages
54
+
55
+ Mainly English.
56
+
57
+ ## Dataset Structure
58
+
59
+ ### Data Instances
60
+
61
+ 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.
62
+
63
+ ### Data Fields
64
+
65
+ - 'type': the type of the data point. Can be 'post' or 'comment'.
66
+ - 'id': the base-36 Reddit ID of the data point. Unique when combined with type.
67
+ - 'subreddit.id': the base-36 Reddit ID of the data point's host subreddit. Unique.
68
+ - 'subreddit.name': the human-readable name of the data point's host subreddit.
69
+ - 'subreddit.nsfw': a boolean marking the data point's host subreddit as NSFW or not.
70
+ - 'created_utc': a UTC timestamp for the data point.
71
+ - 'permalink': a reference link to the data point on Reddit.
72
+ - 'score': score of 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
+ ## Additional Information
83
+
84
+ ### Licensing Information
85
+
86
+ CC-BY v4.0