Spaces:
Build error
Build error
File size: 5,926 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 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 |
dataset: cos_e
subset: v1.11
templates:
02a87cd3-6595-44bd-a384-95bdc8b3dd0c: !Template
answer_choices: '{{ choices | join("|||") }}'
id: 02a87cd3-6595-44bd-a384-95bdc8b3dd0c
jinja: '{{ question }}
Choose the most suitable option to answer the above question.
Options:
- {{ answer_choices | join("\n- ") }}
|||
{{ answer }}'
metadata: !TemplateMetadata
choices_in_prompt: true
metrics:
- Accuracy
original_task: true
name: question_description_option_text
reference: ''
046ce4df-c847-4dc2-b53c-9f02d32aff8a: !Template
answer_choices: A ||| B ||| C ||| D ||| E
id: 046ce4df-c847-4dc2-b53c-9f02d32aff8a
jinja: "{{ question }}\nChoose the most suitable option to answer the above question.\n\
Options\uFF1A\n{% for k in range(choices | length) %}\n{{'. '.join([answer_choices[k],\
\ choices[k]])}}\n{% endfor %}\n|||\n{{ answer_choices[choices.index(answer)]\
\ }}"
metadata: !TemplateMetadata
choices_in_prompt: true
metrics:
- Accuracy
original_task: true
name: question_description_option_id
reference: ''
25863d16-34be-4c5f-9040-11d5c6398b4b: !Template
answer_choices: null
id: 25863d16-34be-4c5f-9040-11d5c6398b4b
jinja: "Question: {{question}}\n\nChoices: \n- {{ choices | join(\"\\n- \") }}\n\
\nThe rationale to choose \"{{answer}}\" as the answer is that: |||\n{{abstractive_explanation}}"
metadata: !TemplateMetadata
choices_in_prompt: false
metrics:
- BLEU
- ROUGE
original_task: false
name: rationale
reference: ''
4b946a87-b39c-4f01-9041-832d82da48af: !Template
answer_choices: '{{ choices | join("|||") }}'
id: 4b946a87-b39c-4f01-9041-832d82da48af
jinja: '{{ question }}
- {{ answer_choices | join("\n- ") }}
The best answer is
|||
{{ answer }}'
metadata: !TemplateMetadata
choices_in_prompt: true
metrics:
- Accuracy
original_task: true
name: question_option_description_text
reference: ''
55dd7471-c01e-4197-a8cd-d8e6359ef582: !Template
answer_choices: null
id: 55dd7471-c01e-4197-a8cd-d8e6359ef582
jinja: "Here's a question and a few possible answers: \n\nQ: {{ question }}\n\
Possible A: {{ choices | join(\", \") }}\n\nWhy is \"{{answer}}\" an answer\
\ aligned with human common sense? \n|||\n{{ abstractive_explanation }}"
metadata: !TemplateMetadata
choices_in_prompt: false
metrics:
- BLEU
- ROUGE
original_task: false
name: aligned_with_common_sense
reference: ''
60354294-f30a-4a5b-be18-372c3c1a3491: !Template
answer_choices: A ||| B ||| C ||| D ||| E
id: 60354294-f30a-4a5b-be18-372c3c1a3491
jinja: 'Pick the option in line with common sense to answer the question.
Question: {{ question }}
Options:
{% for k in range(choices | length) %}
{{''. ''.join([answer_choices[k], choices[k]])}}
{% endfor %}
|||
{{ answer_choices[choices.index(answer)] }}'
metadata: !TemplateMetadata
choices_in_prompt: true
metrics:
- Accuracy
original_task: true
name: description_question_option_id
reference: ''
73f0f76b-c7f9-41fd-b4df-705625ab8241: !Template
answer_choices: null
id: 73f0f76b-c7f9-41fd-b4df-705625ab8241
jinja: 'Question: {{ question }}
Options:
- {{ choices | join("\n- ") }}
Explain why a human would choose "{{answer}}" to answer the question above:
|||
{{ abstractive_explanation }}'
metadata: !TemplateMetadata
choices_in_prompt: false
metrics:
- BLEU
- ROUGE
original_task: false
name: explain_why_human
reference: ''
90a7d84f-0316-4b28-a4fe-2f61c0126158: !Template
answer_choices: null
id: 90a7d84f-0316-4b28-a4fe-2f61c0126158
jinja: 'Question: {{ question }}
Options:
- {{ choices | join("\n- ") }}
The answer is "{{ answer }}" because
|||
{{ abstractive_explanation }}'
metadata: !TemplateMetadata
choices_in_prompt: false
metrics:
- BLEU
- ROUGE
original_task: false
name: generate_explanation_given_text
reference: ''
a8036e94-ad4a-4f26-9765-cf7223800138: !Template
answer_choices: '{{ choices | join("|||") }}'
id: a8036e94-ad4a-4f26-9765-cf7223800138
jinja: 'Pick the option in line with common sense to answer the question.
Questions: {{ question }}
Options:
- {{ answer_choices | join("\n- ") }}
|||
{{ answer }}'
metadata: !TemplateMetadata
choices_in_prompt: true
metrics:
- Accuracy
original_task: true
name: description_question_option_text
reference: ''
e57a5c48-209c-4e82-b061-dbc8d124dffa: !Template
answer_choices: null
id: e57a5c48-209c-4e82-b061-dbc8d124dffa
jinja: 'Here''s a question: {{ question }}
Here are possible answers to this question:
- {{ choices | join("\n- ") }}
I believe the correct choice is "{{answer}}", here''s why:
|||
{{ abstractive_explanation }}'
metadata: !TemplateMetadata
choices_in_prompt: false
metrics:
- BLEU
- ROUGE
original_task: false
name: i_think
reference: ''
f678d224-23f0-488b-9c5d-0bf466a0aa16: !Template
answer_choices: A ||| B ||| C ||| D ||| E
id: f678d224-23f0-488b-9c5d-0bf466a0aa16
jinja: '{{ question }}
{% for k in range(choices | length) %}
{{''. ''.join([answer_choices[k], choices[k]])}}
{% endfor %}
The best answer is
|||
{{ answer_choices[choices.index(answer)] }}'
metadata: !TemplateMetadata
choices_in_prompt: true
metrics:
- Accuracy
original_task: true
name: question_option_description_id
reference: ''
|