kawine commited on
Commit
68b3a77
1 Parent(s): 0f0687d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -90,6 +90,11 @@ where the fields are:
90
  The data is sourced from Reddit, which is a public forum organized into topic-specific fora called *subreddits*.
91
  For example, the `askculinary` subreddit is where users ask cooking-related questions and are answered by other users.
92
 
 
 
 
 
 
93
  ### Subreddit Selection
94
 
95
  This may be due to the aggregate human preferences in SHP being more stable easier to predict than the individual human preferences in the Anthropic data, as well as our strict data filtering described above.
@@ -130,7 +135,7 @@ Given a post P and two comments (A,B) we only included the preference A > B in t
130
  1. A was written *no later than* B and A has a higher score than B.
131
  2. The post is a self-post (i.e., a body of text and not a link to another page) made before 2023, was not edited, and is not NSFW (over 18).
132
  3. Neither comment was made by a deleted user, a moderator, or the post creator. The post was not made by a deleted user or moderator.
133
- 4. The post P has a score >= 10 and each comment has a score >= 2 (upvoted at least once).
134
 
135
  Reddit makes it very difficult to get anything beyond the top 1000 posts for subreddit.
136
  We started with the top-scoring 1000 posts (of all time) and searched for the 25 most similar posts to each one using the Reddit search function.
 
90
  The data is sourced from Reddit, which is a public forum organized into topic-specific fora called *subreddits*.
91
  For example, the `askculinary` subreddit is where users ask cooking-related questions and are answered by other users.
92
 
93
+ The score of a post/comment is the number of upvotes it gets from users, minus the number of downvotes it gets.
94
+ The value of a score is relative; in subreddits(posts) with more traffic, there will be more higher-scoring posts(comments).
95
+ Within a post, comments posted earlier will tend to have a higher score simply due to having more exposure.
96
+
97
+
98
  ### Subreddit Selection
99
 
100
  This may be due to the aggregate human preferences in SHP being more stable easier to predict than the individual human preferences in the Anthropic data, as well as our strict data filtering described above.
 
135
  1. A was written *no later than* B and A has a higher score than B.
136
  2. The post is a self-post (i.e., a body of text and not a link to another page) made before 2023, was not edited, and is not NSFW (over 18).
137
  3. Neither comment was made by a deleted user, a moderator, or the post creator. The post was not made by a deleted user or moderator.
138
+ 4. The post has a score >= 10 and each comment has a score >= 2 (upvoted at least once).
139
 
140
  Reddit makes it very difficult to get anything beyond the top 1000 posts for subreddit.
141
  We started with the top-scoring 1000 posts (of all time) and searched for the 25 most similar posts to each one using the Reddit search function.