Prompt-Reply Objects from Origin to March 2023 with top 5 Comments
Source Data
The data for this project was compiled from three main sources:
Pushshift Reddit submissions dataset, which includes the following fields: "title, post_id, over_18, subreddit, link_flair_text, self_text" BigQuery, where the Pushshift data was uploaded and queried for submissions from the r/math subreddit 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 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.
Output Data
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.