kawine commited on
Commit
81cd076
·
1 Parent(s): af1d186

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -33,7 +33,7 @@ Most notably, all the data in SHP is naturally occurring and human-written, wher
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 (Single-turn) | up to 10.1K T5 tokens |
36
- | HH-RLHF | 91K | Dialogue with LLM | Individual Human Preference | 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.
 
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 (Single-turn) | up to 10.1K T5 tokens |
36
+ | HH-RLHF | 91K | Dialogue with LLM | Individual Human Preference | not labelled | Live Chat (Multi-turn) | 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.