cathw commited on
Commit
4a68483
1 Parent(s): 1455fc8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +140 -0
README.md CHANGED
@@ -1,3 +1,143 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ tags:
6
+ - climate
7
+ - energy
8
+ - climatechange
9
+ - reddit
10
+ - socialnetwork
11
+ - comment
12
+ size_categories:
13
+ - 10K<n<100K
14
  ---
15
+ # Dataset Card for Reddit Climate Comment
16
+
17
+ ## Dataset Details
18
+
19
+ ### Dataset Description
20
+
21
+ The Reddit Climate Comment dataset focuses on comments from subreddits intricately linked to discussions on climate change, energy, and specifically renewable energy. Utilizing the Reddit API, we extract insights from the top ~1000 posts in key subreddits, including "Climate," "Energy," "RenewableEnergy", and “ClimateChange”, providing a nuanced exploration of conversations surrounding these crucial environmental sustainability topics.
22
+
23
+ The dataset is centered around discussions related to clean energy and climate change, obtained through the Reddit API by extracting information from the top ~900 to ~1000 posts within specified subreddits and collected using a Python Library, Praw, on January 31th, 2024, code shown in Appendix. These subreddits include “Climate”, “Energy”, “RenewableEnergy”, and “ClimateChange”. The dataset collected 20 comments under each post. The selection of curated subreddit names is determined by assessing both the relevance of the subreddit to energy and climate change and the size of the subreddit community, measured by the number of Reddit users who have joined. In the dataset, under the “Climate” subreddit category, there are 14,003 comments (184k users in the community), while 10,465 comments under “ClimateChange” subreddit category (89k users in the community); “Energy” subreddit has 13,692 comments (181k users in the community), and the “RenewableEnergy” subreddit has 5,394 comments (124k users in the community). In total, there are 43,554 comments across all subreddit. During the data collection process, timestamps were converted from Unix timestamps (seconds since the epoch) in the raw data into a UTC datetime object.
24
+
25
+ - **Curated by:** Reddit users and the Reddit platform
26
+ - **Language(s):** English
27
+ - **License:** MIT
28
+
29
+ ### Dataset Sources
30
+
31
+ - **Repository:** [More Information Needed]
32
+ - **API Documentation:** [https://www.reddit.com/dev/api/]
33
+
34
+ ## Uses
35
+
36
+ <!-- Address questions around how the dataset is intended to be used. -->
37
+
38
+ ### Direct Use
39
+
40
+ <!-- This section describes suitable use cases for the dataset. -->
41
+
42
+ [More Information Needed]
43
+
44
+ ### Out-of-Scope Use
45
+
46
+ While the Reddit Climate Comment dataset offers valuable insights into discussions surrounding climate change, energy, and renewable energy topics on Reddit, there are certain out-of-scope uses and limitations to consider:
47
+
48
+ 1. Individual Identification: The dataset should not be used for identifying or targeting individual Reddit users based on their comments. The dataset does not provide personally identifiable information about users, and any attempt to infer or extract such information would constitute misuse.
49
+
50
+ 2. Generalization to the Entire Population: The dataset represents a subset of Reddit users who are active in discussions related to climate change, energy, and renewable energy. It may not be representative of the broader population's opinions or attitudes towards these topics, and caution should be exercised when generalizing findings.
51
+
52
+ 3. Bias and Limitations: Users should be aware of the potential biases and limitations associated with analyzing Reddit data, including selection bias, subreddit selection bias, user engagement bias, temporal bias, upvote bias, moderation bias, and social desirability bias. These factors may impact the interpretation of results and should be considered in analytical approaches.
53
+
54
+ 4. Ethical Considerations: Researchers and analysts should adhere to ethical guidelines and respect Reddit's terms of service when using the dataset. Any research or analysis conducted using the dataset should prioritize user privacy, respect community guidelines, and avoid harmful or malicious actions.
55
+
56
+ It's essential for users of the dataset to exercise caution, critically evaluate the data and methodologies used, and consider the ethical implications of their analyses.
57
+
58
+ ## Dataset Structure
59
+
60
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Dataset Creation
65
+
66
+ ### Curation Rationale
67
+
68
+ The inclusion of the term "energy" in addition to subreddits focused on environment sustainability allows for a more comprehensive representation of discussions. While the primary focus revolves around clean energy topics, the inclusion of a broader spectrum such as "energy" captures a diverse array of discussions related to the energy sector at large, and facilitates a nuanced understanding of how conversations around clean energy compare and potentially contrast with discussions on energy more broadly. By encompassing both clean energy and general energy discussions, the dataset enables researchers and analysts to discern trends, sentiments, and engagement levels in each domain. This comparative approach enhances the dataset's utility, providing a holistic view of the Reddit community's dialogue on energy-related topics. The dataset's inclusion of the subreddit "climate" and “climatechange” introduces another layer of comparison. While "energy" and "renewable energy" provide detailed insights into people's opinions, "climate" and “climatechange” serves as a reflection of the community's overall perspectives and attitudes toward the topic in general. This multi-perspective approach enriches the dataset, enabling a more thorough examination of the diverse facets and opinions within the Reddit community's discourse on energy and climate change related subjects.
69
+
70
+ [More Information Needed]
71
+
72
+ ### Source Data
73
+
74
+ The source data for this dataset comprises comments contributed by Reddit users participating in discussions on climate change, energy, and renewable energy topics within designated subreddits. These subreddits include "Climate," "Energy," "RenewableEnergy", and “ClimateChange”. The comments were extracted from the top posts within these subreddits using the Reddit API.
75
+
76
+ #### Data Collection and Processing
77
+
78
+ The data collection process involved extracting comments from the top posts in selected subreddits, including "Climate," "Energy," "RenewableEnergy", and “ClimateChange”, using the Reddit API. The PRAW Python library was utilized for interacting with the Reddit API. Specifically, the top ~1000 posts were considered in each subreddit, with approximately 20 comments collected under each post. The data collection was performed on January 31st, 2024.
79
+
80
+ The processing steps included:
81
+
82
+ 1. Text Cleaning: Removal of unnecessary characters, HTML tags, or formatting artifacts, and conversion of text to lowercase for consistency.
83
+ 2. Parsing Timestamps: Conversion of timestamps to a standardized date-time format.
84
+ 3. Duplicate Removal: Checking for and removing duplicate comments to ensure dataset integrity.
85
+ 4. Updated Data Organization
86
+ To enhance the structure and organization of the dataset, under the same subreddit community, we group comments under the same post title, identified by a unique post ID. Each post ID serves as an identification number, and all relevant information, including author, comment bodies, timestamps, and upvotes, is grouped together within this array-like structure.
87
+
88
+ **Benefits of the New Structure**
89
+ 1. Each post is uniquely identified by an assigned post ID, facilitating easy referencing and retrieval of information for specific posts.
90
+ 2. Structured Comment Grouping provides a coherent and organized representation of discussions under each post and each subreddit community.
91
+ 3. The array-based structure enhances the dataset's readability and accessibility, streamlining the process of extracting and analyzing information for each post.
92
+ 4. The standardized format ensures a consistent approach to retrieving relevant data elements, such as authors, comment bodies, timestamps, and upvotes, for analysis or visualization.
93
+
94
+ These steps aimed to prepare the data for analysis while maintaining and improving its quality and consistency.
95
+
96
+ #### Who are the source data producers?
97
+
98
+ The source data producers are Reddit users who contributed comments to discussions on climate change, energy, and renewable energy topics within the specified subreddits.
99
+
100
+ #### Personal and Sensitive Information
101
+
102
+ [More Information Needed]
103
+
104
+ ## Bias, Risks, and Limitations
105
+
106
+ When dealing with discussions related to climate, energy, and renewable energy on the Reddit platform, it's essential to consider potential biases that may influence the data and subsequent analyses.
107
+ 1. **Selection Bias**: the demographic composition of Reddit users may not be representative of the general population. Certain age groups, geographic regions, or ideological perspectives might be overrepresented or underrepresented, influencing the nature of discussions.
108
+ 2. **Subreddit Selection Bias**: the choice of subreddits (e.g., "climate," "energy," "renewableenergy", and “climatechange”) introduces bias towards specific topics. This may lead to a skewed representation, as discussions in these subreddits may not reflect the broader spectrum of opinions on climate and energy.
109
+ 3. **User Engagement Bias**: the dataset may primarily capture comments from active participants, potentially overlooking the opinions of more passive or silent observers. This could result in a biased representation of sentiments and perspectives.
110
+ 4. **Temporal Bias**: the dataset's timeframe might be influenced by specific events, leading to a temporal bias. For instance, discussions during a major climate event may differ significantly from those during less eventful periods.
111
+ 5. **Upvote Bias**: highly upvoted comments may receive more visibility, potentially shaping the perceived popularity of certain opinions. This could result in a bias towards more commonly accepted viewpoints.
112
+ 6. **Moderation Bias**: different subreddits may have varying moderation policies, influencing the types of discussions allowed. Biases may arise if certain perspectives are disproportionately favored or discouraged by moderators.
113
+ 7. **Social Desirability Bias**: users may conform to the prevailing opinions within a subreddit to avoid conflict or gain social approval. This social desirability bias may impact the authenticity of expressed opinions.
114
+
115
+ In addition to biases, there are several other known limitations associated with working with datasets focused on climate, energy, and renewable energy discussions on Reddit. Being aware of these limitations is crucial for researchers and analysts to interpret results accurately and responsibly:
116
+ 1. **Anonymity and Reliability**: Reddit users typically operate under pseudonyms, making it challenging to verify the credibility and reliability of information shared. The lack of real-world identity verification introduces a potential limitation in assessing the authenticity of comments.
117
+ 2. **Quality of Comments**: the quality of comments can vary widely, ranging from well-informed opinions to low-quality or irrelevant contributions. The dataset may include noise and off-topic discussions, affecting the overall quality of insights derived.
118
+ 3. **Limited Context**: Reddit comments often lack the depth of context found in longer-form content. This limitation may make it challenging to fully understand the nuances of certain discussions or to interpret the sentiment accurately.
119
+ 4. **Reddit Algorithm Impact**: the visibility and accessibility of comments are influenced by Reddit's algorithms. Changes in these algorithms may affect the reach and engagement of certain discussions, introducing a dynamic aspect that researchers should be mindful of.
120
+
121
+ ### Recommendations
122
+
123
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
124
+
125
+ ## Citation [optional]
126
+
127
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
128
+
129
+ **BibTeX:**
130
+
131
+ [More Information Needed]
132
+
133
+ **APA:**
134
+
135
+ [More Information Needed]
136
+
137
+ ## Contribution
138
+
139
+ We express gratitude to the Reddit community for their contributions to climate change and energy discussions. Special thanks to the PRAW library for enabling efficient Reddit API interactions, making this dataset possible.
140
+
141
+ ## Dataset Card Contact
142
+
143
+ [More Information Needed]