kawine commited on
Commit
b16e680
·
1 Parent(s): 65d313f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -109,7 +109,7 @@ The data is sourced from Reddit, which is a public forum organized into topic-sp
109
  For example, the `askculinary` subreddit is where users ask cooking-related questions and are answered by other users.
110
 
111
  SHP contains a train, validation, and test split for comments scraped from 18 different subreddits. We chose subreddits based on:
112
- 1. whether they were well-known (subscriber count >= 50K)
113
  2. whether posts were expected to pose a question or instruction
114
  3. whether responses were valued based on how *helpful* they were
115
  4. whether comments had to be rooted in some objectivity, instead of being entirely about personal experiences (e.g., `askscience` vs. `AskAmericans`)
 
109
  For example, the `askculinary` subreddit is where users ask cooking-related questions and are answered by other users.
110
 
111
  SHP contains a train, validation, and test split for comments scraped from 18 different subreddits. We chose subreddits based on:
112
+ 1. whether they were well-known (subscriber count >= 100K)
113
  2. whether posts were expected to pose a question or instruction
114
  3. whether responses were valued based on how *helpful* they were
115
  4. whether comments had to be rooted in some objectivity, instead of being entirely about personal experiences (e.g., `askscience` vs. `AskAmericans`)