P1ayer-1 commited on
Commit
41c8252
·
1 Parent(s): 28d854e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
  ---
 
1
+ # Prompt-Reply Objects from Origin to March 2023 with top 5 Comments
2
+
3
+ ## Source Data
4
+ The data for this project was compiled from three main sources:
5
+
6
+ Pushshift Reddit submissions dataset, which includes the following fields: "title, post_id, over_18, subreddit, link_flair_text, self_text"
7
+ BigQuery, where the Pushshift data was uploaded and queried for submissions from the r/math subreddit
8
+ A web scraper (https://github.com/P1ayer-1/Reddit-Convo-Tree-Builder) used to extract updated post content, including any replies to the original posts
9
+ In cases where the updated content was not available (e.g., because it was deleted), the title or self_text from the original Pushshift submissions was used to create a more comprehensive dataset.
10
+
11
+ ## Output Data
12
+ The output data is in JSON Lines format and includes prompt-reply objects for posts from the r/math subreddit, along with the top 5 comments for each post.
13
+
14
  ---
15
  license: cc-by-4.0
16
  ---