Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
mbkim commited on
Commit
b176f55
·
verified ·
1 Parent(s): d80d6ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -17,6 +17,7 @@ Additionally, we expanded the independent evaluation axis to include harmlessnes
17
  ```
18
  prefix: Advice-seeking Question
19
  suffix: **List** of Answer Advice for each Question (prefix also is a form of the list but duplicated for efficient coding)
 
20
  reward: Upvotes score of each advice in the list(=answer=response)
21
  label: 'safe' means those QAs are safe. 'unsafe' means those QAs are not safe. (These labels are automated labelled from LPT/ULPT forums.)
22
  ```
 
17
  ```
18
  prefix: Advice-seeking Question
19
  suffix: **List** of Answer Advice for each Question (prefix also is a form of the list but duplicated for efficient coding)
20
+ sft_index: The response used for SFT post-training in the list.
21
  reward: Upvotes score of each advice in the list(=answer=response)
22
  label: 'safe' means those QAs are safe. 'unsafe' means those QAs are not safe. (These labels are automated labelled from LPT/ULPT forums.)
23
  ```