Update README.md
Browse files
README.md
CHANGED
@@ -24,11 +24,20 @@ SHP exploits the fact that if comment A was written *after* comment B but has a
|
|
24 |
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.
|
25 |
|
26 |
How is SHP different from [Anthropic's HH-RLHF dataset](https://huggingface.co/datasets/Anthropic/hh-rlhf)?
|
|
|
27 |
|
28 |
-
| Dataset | Input | Output |
|
29 |
-
| -------------------- | -------------------------- | ---------------------------- | ------------------------- | ------------------------------------- | --------------- |
|
30 |
-
| SHP |
|
31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
|
33 |
|
34 |
## Data Structure
|
|
|
24 |
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.
|
25 |
|
26 |
How is SHP different from [Anthropic's HH-RLHF dataset](https://huggingface.co/datasets/Anthropic/hh-rlhf)?
|
27 |
+
Most notably, all the data in SHP is human-written, whereas the response in HH-RLHF are machine-written, giving us two very different distributions.
|
28 |
|
29 |
+
| Dataset | Size | Input | Output | Annotated Domains | Data Format | Length |
|
30 |
+
| -------------------- | ---- | -------------------------- | ---------------------------- | ------------------------- | ------------------------------------- | --------------- |
|
31 |
+
| SHP | 385K | Human-written post and comments | Aggregate Human Preference Label + Scores | Yes | Question/Instruction + Response | input up to 10.1K T5 tokens |
|
32 |
+
| HH-RLHF | 91K | Dialogue with LLM | Individual Human Preference Label | No | Multi-turn Dialogue | input up to 1.5K T5 tokens |
|
33 |
+
|
34 |
+
How is SHP different from other datasets that have scraped reddit, like [ELI5](https://huggingface.co/datasets/eli5#source-data)?
|
35 |
+
Most notably, SHP exploits the timestamp hack to infer preferences, rather than only providing the comments:
|
36 |
+
|
37 |
+
| Dataset | Size | Comments + Scores | Preferences | Number of Domains |
|
38 |
+
| -------------------- | ---- | ------------------ | -------------| ------------------ |
|
39 |
+
| SHP | 385K | Yes | Yes | 18 |
|
40 |
+
| ELI5 | 91K | Yes | No | 3 |
|
41 |
|
42 |
|
43 |
## Data Structure
|