Update README.md
Browse files
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 >=
|
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
|