Spaces:
Build error
Build error
File size: 2,773 Bytes
c32ee7d |
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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
dataset: asnq
templates:
55f386ba-9a86-405e-a805-152e254a4205: !Template
answer_choices: null
id: 55f386ba-9a86-405e-a805-152e254a4205
jinja: "{% if label == 1 %}\n\nWhat is a question that someone might ask that\
\ the following sentence can answer?\n\n {{sentence}}\n\n|||\n\n{{question}}\n\
{% endif %}\n"
metadata: !TemplateMetadata
choices_in_prompt: null
metrics: []
original_task: false
name: Sentence question generation 2
reference: ''
5b6abb0a-1b4f-4338-aab6-430465669164: !Template
answer_choices: null
id: 5b6abb0a-1b4f-4338-aab6-430465669164
jinja: '{% if label == 1 %}
Write a question based on this sentence: {{sentence}}
|||
{{question}}
{% endif %}
'
metadata: !TemplateMetadata
choices_in_prompt: null
metrics: []
original_task: null
name: sentence question generation
reference: ''
859ec580-957b-42da-be1b-c3ccb8b52d24: !Template
answer_choices: null
id: 859ec580-957b-42da-be1b-c3ccb8b52d24
jinja: '{% if label == 1 %}
Generate a one-sentence answer to the following question: {{question}}?
|||
{{sentence}}
{% endif %}
'
metadata: !TemplateMetadata
choices_in_prompt: null
metrics: []
original_task: false
name: answer question with a sentence 3
reference: ''
85da6666-9e50-4122-84c8-d00b90967475: !Template
answer_choices: null
id: 85da6666-9e50-4122-84c8-d00b90967475
jinja: '{% if label == 1 %}
I was wondering, {{question}}? Can you give me a full sentence answer?
|||
{{sentence}}
{% endif %}
'
metadata: !TemplateMetadata
choices_in_prompt: null
metrics: []
original_task: false
name: answer question with a sentence 2
reference: ''
85fe8aaa-83c5-41ec-ada5-0e6d60bab1f9: !Template
answer_choices: null
id: 85fe8aaa-83c5-41ec-ada5-0e6d60bab1f9
jinja: '{% if label == 1 %}
Answer this question as a full sentence: {{question}}?
|||
{{sentence}}
{% endif %}
'
metadata: !TemplateMetadata
choices_in_prompt: null
metrics: []
original_task: null
name: answer question as a sentence
reference: ''
a36d6152-72c4-4278-8266-d27b28667f61: !Template
answer_choices: null
id: a36d6152-72c4-4278-8266-d27b28667f61
jinja: "{% if label == 1 %}\n\nHere is a sentence:\n\n {{sentence}}\n\nWrite a\
\ question that this sentence is an answer to.\n\n|||\n\n{{question}}\n{% endif\
\ %}\n"
metadata: !TemplateMetadata
choices_in_prompt: null
metrics: []
original_task: false
name: Sentence question generation 3
reference: ''
|