kawine commited on
Commit
207d605
·
1 Parent(s): 685fc17

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -4
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 | No. Domains | Data Format | Length |
29
- | -------------------- | -------------------------- | ---------------------------- | ------------------------- | ------------------------------------- | --------------- |
30
- | SHP | Reddit post and comments | Aggregate Human Preference Label + Scores | 18 (cooking, cars, etc.) | Question/Instruction + Response | input up to 10.1K T5 tokens |
31
- | Anthropic/HH-RLHF | Dialogue with LLM | Individual Human Preference Label | 2 (harmful, helpful) | Multi-turn Dialogue | input up to 1.5K T5 tokens |
 
 
 
 
 
 
 
 
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