kawine commited on
Commit
7d802b0
1 Parent(s): 957b3fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -82,7 +82,7 @@ where the fields are:
82
  - ```human_ref_B```: text of comment B (string)
83
  - ```labels```: the preference label -- it is 1 if A is preferred to B; 0 if B is preferred to A. This was randomized such that the label distribution is roughly 50/50. (integer)
84
  - ```seconds_difference```: how many seconds after the less preferred comment the more preferred one was created (will always be >= 0) (integer)
85
- - ```score_ratio```: the ratio score_A:score B (will be >= 2) (float)
86
 
87
 
88
  ## Dataset Design
 
82
  - ```human_ref_B```: text of comment B (string)
83
  - ```labels```: the preference label -- it is 1 if A is preferred to B; 0 if B is preferred to A. This was randomized such that the label distribution is roughly 50/50. (integer)
84
  - ```seconds_difference```: how many seconds after the less preferred comment the more preferred one was created (will always be >= 0) (integer)
85
+ - ```score_ratio```: the ratio score_A:score B (will be >= 1) (float)
86
 
87
 
88
  ## Dataset Design