KaraKaraWitch
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -345,8 +345,7 @@ Within named conversation, only the `over_18` flag for submissions are used.
|
|
345 |
Reddit's distinctive architecture and commenting system, featuring deeply nested comment threads,
|
346 |
offer a wealth of conversational data that can be transformed into coherent, linear dialogues.
|
347 |
|
348 |
-
Given Reddit's longevity since 2005, a vast reservoir of information awaits exploration and utilization,
|
349 |
-
particularly as modern language models have already tapped into this resource.
|
350 |
|
351 |
#### Filtering Subreddit Quality
|
352 |
|
@@ -417,8 +416,7 @@ Post-thread-level filtration, comments undergo additional scrutiny based on:
|
|
417 |
|
418 |
An occasional challenge arises when comments lack identifiable parent comments, disrupting the conversation flow; in such cases, the entire comment chain has been deleted.
|
419 |
|
420 |
-
For more infomation, refer to the scripts provided alongside this repo. Specifically `RedditScoring.py` for subreddit filtering and `RedditThreader.py` for per thread filtering.
|
421 |
-
|
422 |
|
423 |
### Source Data
|
424 |
|
|
|
345 |
Reddit's distinctive architecture and commenting system, featuring deeply nested comment threads,
|
346 |
offer a wealth of conversational data that can be transformed into coherent, linear dialogues.
|
347 |
|
348 |
+
Given Reddit's longevity since 2005, a vast reservoir of information awaits exploration and utilization, particularly as modern language models have already tapped into this resource.
|
|
|
349 |
|
350 |
#### Filtering Subreddit Quality
|
351 |
|
|
|
416 |
|
417 |
An occasional challenge arises when comments lack identifiable parent comments, disrupting the conversation flow; in such cases, the entire comment chain has been deleted.
|
418 |
|
419 |
+
For more infomation, refer to the scripts provided alongside this repo. Specifically `RedditScoring.py` for subreddit filtering and `RedditThreader.py` for per thread filtering. We have also included a `NOTES.md` for those looking to replicate it on their hardware. You might need a lot of storage (3x current datasize) though.
|
|
|
420 |
|
421 |
### Source Data
|
422 |
|