File size: 1,495 Bytes
032b4cd 24fd426 032b4cd 24fd426 032b4cd 24fd426 032b4cd 24fd426 032b4cd 24fd426 032b4cd 24fd426 032b4cd cd6761b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 |
allow_extra_metadata: true
fields:
- name: prompt
required: true
title: Prompt
type: text
use_markdown: true
- name: response
required: true
title: Response
type: text
use_markdown: true
guidelines: Answer the questions to assess the quality of the response given by the
chat assistant.
metadata_properties: null
questions:
- description: null
labels:
- 'Yes'
- 'No'
name: relevant
required: true
title: Is the response relevant for the given prompt?
type: label_selection
visible_labels: null
- description: null
labels:
hate: Hate Speech
inappropriate: Inappropriate content
not_english: Not English
pii: Personal information
sexual: Sexual content
untruthful: Untruthful info
violent: Violent content
name: content_class
required: false
title: Does the response include any of the following?
type: multi_label_selection
visible_labels: 7
- description: Rate the quality of the response based on its truthfulness and helpfulness.
1 is very bad and 10 is very good.
name: rating
required: true
title: 'Rate the quality of the response:'
type: rating
values:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- description: If the rating provided is below 4, please write a new version of the
response.
name: corrected-text
required: false
title: 'Provide a correction to the response:'
type: text
use_markdown: true
vectors_settings:
- dimensions: 2
name: prompt
title: Prompt
|