Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -77,6 +77,15 @@ Following a suggestion from harrison, I've selected the following subreddits for
|
|
| 77 |
|
| 78 |
Some subreddits were not present in the base OKReddit-RC3 (/r/PeterExplainsTheJoke for example) dataset and had to be pulled from an intermediary step. But the same quality metrics where used in the final subreddit filtering.
|
| 79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 80 |
# Additional Information
|
| 81 |
|
| 82 |
## Recursal's Vision
|
|
|
|
| 77 |
|
| 78 |
Some subreddits were not present in the base OKReddit-RC3 (/r/PeterExplainsTheJoke for example) dataset and had to be pulled from an intermediary step. But the same quality metrics where used in the final subreddit filtering.
|
| 79 |
|
| 80 |
+
### Picking good threads
|
| 81 |
+
|
| 82 |
+
After filtering threads, another round of filtering threads by score is done by:
|
| 83 |
+
|
| 84 |
+
1. Selecting submissions with >7 score.
|
| 85 |
+
2. Select replies from said submissions when it's not a bot (`AutoModerator`) and the score is > 5.
|
| 86 |
+
3. Scrape all images (Excluding galleries)
|
| 87 |
+
4. Pack data into tar format.
|
| 88 |
+
|
| 89 |
# Additional Information
|
| 90 |
|
| 91 |
## Recursal's Vision
|