Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -36,11 +36,11 @@ In total, there are 6,650 unique posts across all subreddit. During the data col
|
|
36 |
|
37 |
### Dataset Sources
|
38 |
|
39 |
-
- **API Documentation:** [https://www.reddit.com/dev/api
|
40 |
|
41 |
### Supported Tasks
|
42 |
|
43 |
-
The Reddit Climate Comment dataset is intended to be used for various natural
|
44 |
|
45 |
Supported tasks include:
|
46 |
|
@@ -50,7 +50,6 @@ Supported tasks include:
|
|
50 |
4. **User Engagement Analysis**: explore user engagement metrics, such as upvotes and comment length, to discern patterns in community participation and preferences.
|
51 |
5. **Comparative Analysis**: conduct comparative analyses between discussions in subreddits focused on "energy", "renewable energy", "climate", and “climatechange”. Explore how conversations differ across these thematic areas.
|
52 |
6. **Temporal Analysis**: investigate how discussions evolve by analyzing temporal patterns. Identify trends, peak activity periods, and correlations with real-world events.
|
53 |
-
7. **Network Analysis**: Analyze the network structure of interactions between users or topics within the dataset. Explore patterns of connectivity, centrality, and clustering to gain insights into the underlying dynamics of the discussion ecosystem.
|
54 |
|
55 |
### Languages
|
56 |
|
@@ -139,17 +138,17 @@ comments: Sequence - Sequence of comments associated with the post.
|
|
139 |
|
140 |
### Source Data
|
141 |
|
142 |
-
The source data for this dataset comprises comments contributed by Reddit users participating in discussions on
|
143 |
|
144 |
#### Data Collection and Processing
|
145 |
|
146 |
-
The data collection process involved extracting comments from the top posts in selected subreddits, including "Climate," "Energy," "RenewableEnergy
|
147 |
|
148 |
The processing steps included:
|
149 |
|
150 |
1. Parsing Timestamps: convert timestamps to a standardized date-time format.
|
151 |
-
2.
|
152 |
-
3. Updated Data Organization: to enhance the structure and organization of the
|
153 |
|
154 |
**Benefits of the New Structure**
|
155 |
|
|
|
36 |
|
37 |
### Dataset Sources
|
38 |
|
39 |
+
- **API Documentation:** [Reddit API Documentation](https://www.reddit.com/dev/api/)
|
40 |
|
41 |
### Supported Tasks
|
42 |
|
43 |
+
The Reddit Climate Comment dataset is intended to be used for various natural text-based analyses related to discussions on climate change, energy, and renewable energy topics.
|
44 |
|
45 |
Supported tasks include:
|
46 |
|
|
|
50 |
4. **User Engagement Analysis**: explore user engagement metrics, such as upvotes and comment length, to discern patterns in community participation and preferences.
|
51 |
5. **Comparative Analysis**: conduct comparative analyses between discussions in subreddits focused on "energy", "renewable energy", "climate", and “climatechange”. Explore how conversations differ across these thematic areas.
|
52 |
6. **Temporal Analysis**: investigate how discussions evolve by analyzing temporal patterns. Identify trends, peak activity periods, and correlations with real-world events.
|
|
|
53 |
|
54 |
### Languages
|
55 |
|
|
|
138 |
|
139 |
### Source Data
|
140 |
|
141 |
+
The source data for this dataset comprises comments contributed by Reddit users participating in discussions on subreddit topics within designated subreddits. The comments were extracted from the top posts within these subreddits using the Reddit API.
|
142 |
|
143 |
#### Data Collection and Processing
|
144 |
|
145 |
+
The data collection process involved extracting comments from the top posts in selected subreddits, including "Climate," "Energy," "RenewableEnergy”, “ClimateChange”, “ClimateActionPlan”, “Environment”, “Sustainability”, and “Zerowaste”, 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 comments and replies collected under each post. The data collection was performed on Feburary 21st and 22nd, 2024 with code in [reddit_data_collection.py](https://huggingface.co/datasets/cathw/reddit_climate_comment/blob/main/reddit_data_collection.py).
|
146 |
|
147 |
The processing steps included:
|
148 |
|
149 |
1. Parsing Timestamps: convert timestamps to a standardized date-time format.
|
150 |
+
2. Empty Cell: convert empty cells to None ensure dataset integrity and cleaness.
|
151 |
+
3. Updated Data Organization: to enhance the structure and organization of the datase
|
152 |
|
153 |
**Benefits of the New Structure**
|
154 |
|