@@ -2,7 +2,7 @@ dataset: wiki_hop
2
2
subset : masked
3
3
templates :
4
4
08f2d1cf-c026-4b65-96d0-a28ff91affb5 : !Template
5
- answer_choices : null
5
+ answer_choices : ' {{candidates | join("|||")}} '
6
6
id : 08f2d1cf-c026-4b65-96d0-a28ff91affb5
7
7
jinja : ' {% set question_split = question.split('' '' ) %}
8
8
@@ -52,7 +52,8 @@ templates:
52
52
{% endif %}'
53
53
metadata : !TemplateMetadata
54
54
choices_in_prompt : null
55
- metrics : []
55
+ metrics :
56
+ - Accuracy
56
57
original_task : false
57
58
name : Indirect Question about Birthplace / Citizenship / Place of Death
58
59
reference : Ask about place of birth, citizenship, or place of death for the subject
@@ -75,13 +76,14 @@ templates:
75
76
{{ question_split[0] | replace("_", " ") }}'
76
77
metadata : !TemplateMetadata
77
78
choices_in_prompt : null
78
- metrics : []
79
+ metrics :
80
+ - Other
79
81
original_task : false
80
82
name : Explain Relation
81
83
reference : Given information, explain the relation between the subject entity
82
84
and the object entity in a fact triple.
83
85
3181f711-a376-4d6e-9fca-a34e1d048585 : !Template
84
- answer_choices : null
86
+ answer_choices : ' {{candidates | join("|||")}} '
85
87
id : 3181f711-a376-4d6e-9fca-a34e1d048585
86
88
jinja : ' Information:
87
89
@@ -99,20 +101,22 @@ templates:
99
101
{{answer}}'
100
102
metadata : !TemplateMetadata
101
103
choices_in_prompt : null
102
- metrics : []
104
+ metrics :
105
+ - Accuracy
103
106
original_task : false
104
107
name : Generate Object Answer
105
108
reference : Given information, generate the best object entity for the fact triple.
106
109
639fa83f-14fd-457a-886e-a65334cb7e66 : !Template
107
- answer_choices : null
110
+ answer_choices : ' {{candidates | join("|||")}} '
108
111
id : 639fa83f-14fd-457a-886e-a65334cb7e66
109
112
jinja : " Information:\n - {{ supports | join(\"\\ n- \" ) }}\n\n {% set question_split\
110
113
\ = question.split(' ') %}\n Question: ({{ question_split[1:] | join(\" \" )}},\
111
114
\ {{ question_split[0] | replace(\" _\" , \" \" ) }}, ?)\n\n Candidate Answers:\
112
115
\ \n - {{ candidates | join(\"\\ n- \" ) }}\n |||\n {{answer}}"
113
116
metadata : !TemplateMetadata
114
117
choices_in_prompt : null
115
- metrics : []
118
+ metrics :
119
+ - Accuracy
116
120
original_task : true
117
121
name : Choose Best Object Candidate
118
122
reference : Given information and possible object candidates, choose the best object
@@ -136,7 +140,8 @@ templates:
136
140
") }}, {{answer}})'
137
141
metadata : !TemplateMetadata
138
142
choices_in_prompt : null
139
- metrics : []
143
+ metrics :
144
+ - Other
140
145
original_task : false
141
146
name : Generate Fact Triple
142
147
reference : Given information, generate a fact triple.
@@ -158,7 +163,8 @@ templates:
158
163
{{ question_split[1:] | join(" ")}}'
159
164
metadata : !TemplateMetadata
160
165
choices_in_prompt : null
161
- metrics : []
166
+ metrics :
167
+ - Other
162
168
original_task : false
163
169
name : Generate Subject Answer
164
170
reference : Given information, generate the best subject entity for the fact triple.
0 commit comments