@@ -128,25 +128,25 @@ def main():
128
128
129
129
filenames = [
130
130
'qa1_single-supporting-fact' ,
131
- # 'qa2_two-supporting-facts',
132
- # 'qa3_three-supporting-facts',
133
- # 'qa4_two-arg-relations',
134
- # 'qa5_three-arg-relations',
135
- # 'qa6_yes-no-questions',
136
- # 'qa7_counting',
137
- # 'qa8_lists-sets',
138
- # 'qa9_simple-negation',
139
- # 'qa10_indefinite-knowledge',
140
- # 'qa11_basic-coreference',
141
- # 'qa12_conjunction',
142
- # 'qa13_compound-coreference',
143
- # 'qa14_time-reasoning',
144
- # 'qa15_basic-deduction',
145
- # 'qa16_basic-induction',
146
- # 'qa17_positional-reasoning',
147
- # 'qa18_size-reasoning',
148
- # 'qa19_path-finding',
149
- # 'qa20_agents-motivations',
131
+ 'qa2_two-supporting-facts' ,
132
+ 'qa3_three-supporting-facts' ,
133
+ 'qa4_two-arg-relations' ,
134
+ 'qa5_three-arg-relations' ,
135
+ 'qa6_yes-no-questions' ,
136
+ 'qa7_counting' ,
137
+ 'qa8_lists-sets' ,
138
+ 'qa9_simple-negation' ,
139
+ 'qa10_indefinite-knowledge' ,
140
+ 'qa11_basic-coreference' ,
141
+ 'qa12_conjunction' ,
142
+ 'qa13_compound-coreference' ,
143
+ 'qa14_time-reasoning' ,
144
+ 'qa15_basic-deduction' ,
145
+ 'qa16_basic-induction' ,
146
+ 'qa17_positional-reasoning' ,
147
+ 'qa18_size-reasoning' ,
148
+ 'qa19_path-finding' ,
149
+ 'qa20_agents-motivations' ,
150
150
]
151
151
152
152
tar = tarfile .open (os .path .join (SRC_DIR , 'babi_tasks_data_1_20_v1.2.tar.gz' ))
0 commit comments