Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Update README.md
Browse files
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 |
```
|