Update README.md
Browse files
README.md
CHANGED
@@ -28,12 +28,12 @@ SHP exploits the fact that if comment A was written *after* comment B but has a
|
|
28 |
If A had been written before B, then we could not conclude this, since its higher score could have been the result of more visibility from being written first.
|
29 |
|
30 |
How is SHP different from [Anthropic's HH-RLHF dataset](https://huggingface.co/datasets/Anthropic/hh-rlhf)?
|
31 |
-
Most notably, all the data in SHP is human-written, whereas the responses in HH-RLHF are machine-written, giving us two very different distributions.
|
32 |
|
33 |
-
| Dataset | Size | Input |
|
34 |
| -------------------- | ---- | -------------------------- | ---------------------------- | ------------------------- | ------------------------------------- | --------------- |
|
35 |
-
| SHP | 385K |
|
36 |
-
| HH-RLHF | 91K | Dialogue with LLM | Individual Human Preference
|
37 |
|
38 |
How is SHP different from other datasets that have scraped reddit, like [ELI5](https://huggingface.co/datasets/eli5#source-data)?
|
39 |
Most notably, SHP uses the timestamp information to infer preferences, while ELI5 only provides comments and scores -- the latter are not enough to infer preferences since comments made earlier tend to get higher scores from more visibility.
|
|
|
28 |
If A had been written before B, then we could not conclude this, since its higher score could have been the result of more visibility from being written first.
|
29 |
|
30 |
How is SHP different from [Anthropic's HH-RLHF dataset](https://huggingface.co/datasets/Anthropic/hh-rlhf)?
|
31 |
+
Most notably, all the data in SHP is naturally occurring and human-written, whereas the responses in HH-RLHF are machine-written, giving us two very different distributions.
|
32 |
|
33 |
+
| Dataset | Size | Input | Label | # Domains | Data Format | Length |
|
34 |
| -------------------- | ---- | -------------------------- | ---------------------------- | ------------------------- | ------------------------------------- | --------------- |
|
35 |
+
| SHP | 385K | Naturally occurring human-written responses | Aggregate Human Preference | 18 (labelled) | Question/Instruction + Response | up to 10.1K T5 tokens |
|
36 |
+
| HH-RLHF | 91K | Dialogue with LLM | Individual Human Preference | unclear (not labelled) | Multi-turn Dialogue | up to 1.5K T5 tokens |
|
37 |
|
38 |
How is SHP different from other datasets that have scraped reddit, like [ELI5](https://huggingface.co/datasets/eli5#source-data)?
|
39 |
Most notably, SHP uses the timestamp information to infer preferences, while ELI5 only provides comments and scores -- the latter are not enough to infer preferences since comments made earlier tend to get higher scores from more visibility.
|