File size: 5,890 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.0
templates:
  1040d9f9-4ba6-44a5-9d44-aa907ef35d49: !Template
    answer_choices: '{{ choices | join("|||") }}'
    id: 1040d9f9-4ba6-44a5-9d44-aa907ef35d49
    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: false
    name: question_description_option_text
    reference: ''
  60e81a2b-8441-41c9-a904-46746216b621: !Template
    answer_choices: A ||| B ||| C
    id: 60e81a2b-8441-41c9-a904-46746216b621
    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: false
    name: question_description_option_id
    reference: ''
  836b1643-b0c7-4c21-b33f-1a0aacae6562: !Template
    answer_choices: '{{ choices | join("|||") }}'
    id: 836b1643-b0c7-4c21-b33f-1a0aacae6562
    jinja: '{{ question }}

      - {{ answer_choices | join("\n- ") }}


      The best answer is

      |||

      {{ answer }}'
    metadata: !TemplateMetadata
      choices_in_prompt: true
      metrics:
      - Accuracy
      original_task: false
    name: question_option_description_text
    reference: ''
  97ffc573-3aaf-46b5-873f-cd1081c87ea2: !Template
    answer_choices: null
    id: 97ffc573-3aaf-46b5-873f-cd1081c87ea2
    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: true
    name: generate_explanation_given_text
    reference: ''
  9ad6c3c2-883f-474f-98e1-7afc7744485c: !Template
    answer_choices: null
    id: 9ad6c3c2-883f-474f-98e1-7afc7744485c
    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: true
    name: i_think
    reference: ''
  b46fcaba-9076-49b6-ab5a-ebdbd5a098b4: !Template
    answer_choices: null
    id: b46fcaba-9076-49b6-ab5a-ebdbd5a098b4
    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: true
    name: rationale
    reference: ''
  bf17f5c6-65e9-4449-ba49-f5fde0041d08: !Template
    answer_choices: A ||| B ||| C
    id: bf17f5c6-65e9-4449-ba49-f5fde0041d08
    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: false
    name: question_option_description_id
    reference: ''
  e57e45eb-9d02-4e15-9a95-ba4ef68245c1: !Template
    answer_choices: '{{ choices | join("|||") }}'
    id: e57e45eb-9d02-4e15-9a95-ba4ef68245c1
    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: false
    name: description_question_option_text
    reference: ''
  ee4a3703-db30-4fb5-9cb5-29a15be03fbf: !Template
    answer_choices: A ||| B ||| C
    id: ee4a3703-db30-4fb5-9cb5-29a15be03fbf
    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: false
    name: description_question_option_id
    reference: ''
  ef98a220-34e2-46cd-8466-fe817af8ec44: !Template
    answer_choices: null
    id: ef98a220-34e2-46cd-8466-fe817af8ec44
    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: true
    name: explain_why_human
    reference: ''
  fc3474c4-63ec-4a94-87cf-0e3044b29282: !Template
    answer_choices: null
    id: fc3474c4-63ec-4a94-87cf-0e3044b29282
    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: true
    name: aligned_with_common_sense
    reference: ''