File size: 879 Bytes
61ed564 |
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 |
fields:
- name: premise
required: true
settings:
type: text
use_markdown: false
title: A string used to determine the truthfulness of the hypothesis
type: text
use_markdown: false
- name: hypothesis
required: true
settings:
type: text
use_markdown: false
title: A string that may be true, false, or whose truth conditions may not be knowable
when compared to the premise
type: text
use_markdown: false
guidelines: null
questions:
- description: null
labels:
'0': entails
'1': neutral
'2': contradict
name: label
required: true
settings:
options:
- text: entails
value: '0'
- text: neutral
value: '1'
- text: contradict
value: '2'
type: label_selection
visible_options: null
title: Is the response relevant for the given prompt?
type: label_selection
visible_labels: null
|