|
allow_extra_metadata: true |
|
fields: |
|
- name: prompt |
|
required: true |
|
title: Prompt |
|
type: !!python/object/apply:argilla.client.feedback.schemas.enums.FieldTypes |
|
- text |
|
use_markdown: true |
|
- name: response |
|
required: true |
|
title: Response |
|
type: !!python/object/apply:argilla.client.feedback.schemas.enums.FieldTypes |
|
- 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: !!python/object/apply:argilla.client.feedback.schemas.enums.QuestionTypes |
|
- 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: !!python/object/apply:argilla.client.feedback.schemas.enums.QuestionTypes |
|
- 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: !!python/object/apply:argilla.client.feedback.schemas.enums.QuestionTypes |
|
- 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: !!python/object/apply:argilla.client.feedback.schemas.enums.QuestionTypes |
|
- text |
|
use_markdown: true |
|
vectors_settings: null |
|
|