Datasets:
File size: 22,951 Bytes
d1795d9 | 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 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 | query_id,method,partition,predicted_count,ground_truth_count,precision,recall,f1,exact_match
qry_000001,naive,[5],10,2,0.200000,1.000000,0.333333,False
qry_000001,instructed,"[2, 3]",2,2,1.000000,1.000000,1.000000,True
qry_000001,verified_structural,"[2, 2, 1]",2,2,1.000000,1.000000,1.000000,True
qry_000001,verified_structural_ensemble,"[2, 2, 1]",2,2,1.000000,1.000000,1.000000,True
qry_000001,verified_consensus,"[2, 2, 1]",2,2,1.000000,1.000000,1.000000,True
qry_000002,naive,[3],13,13,1.000000,1.000000,1.000000,True
qry_000002,instructed,"[1, 2]",3,13,1.000000,0.230769,0.375000,False
qry_000002,verified_structural,"[1, 1, 1]",3,13,1.000000,0.230769,0.375000,False
qry_000002,verified_structural_ensemble,"[1, 1, 1]",13,13,1.000000,1.000000,1.000000,True
qry_000002,verified_consensus,"[2, 1]",13,13,1.000000,1.000000,1.000000,True
qry_000007,naive,[6],3,3,0.333333,0.333333,0.333333,False
qry_000007,instructed,"[3, 3]",1,3,1.000000,0.333333,0.500000,False
qry_000007,verified_structural,"[2, 2, 2]",1,3,1.000000,0.333333,0.500000,False
qry_000007,verified_structural_ensemble,"[2, 2, 2]",1,3,1.000000,0.333333,0.500000,False
qry_000007,verified_consensus,"[2, 2, 2]",1,3,1.000000,0.333333,0.500000,False
qry_000018,naive,[4],36,5,0.138889,1.000000,0.243902,False
qry_000018,instructed,"[2, 2]",5,5,1.000000,1.000000,1.000000,True
qry_000018,verified_structural,"[2, 1, 1]",5,5,1.000000,1.000000,1.000000,True
qry_000018,verified_structural_ensemble,"[2, 1, 1]",5,5,1.000000,1.000000,1.000000,True
qry_000018,verified_consensus,"[2, 1, 1]",5,5,1.000000,1.000000,1.000000,True
qry_000028,naive,[4],53,103,0.603774,0.310680,0.410256,False
qry_000028,instructed,"[2, 2]",5,103,1.000000,0.048544,0.092593,False
qry_000028,verified_structural,"[2, 1, 1]",5,103,1.000000,0.048544,0.092593,False
qry_000028,verified_structural_ensemble,"[2, 1, 1]",5,103,1.000000,0.048544,0.092593,False
qry_000028,verified_consensus,"[1, 1, 1, 1]",1,103,1.000000,0.009709,0.019231,False
qry_000030,naive,[6],3,73,0.666667,0.027397,0.052632,False
qry_000030,instructed,"[3, 3]",1,73,1.000000,0.013699,0.027027,False
qry_000030,verified_structural,"[2, 2, 2]",1,73,1.000000,0.013699,0.027027,False
qry_000030,verified_structural_ensemble,"[2, 2, 2]",1,73,1.000000,0.013699,0.027027,False
qry_000030,verified_consensus,"[2, 2, 2]",1,73,1.000000,0.013699,0.027027,False
qry_000051,naive,[5],11,1,0.090909,1.000000,0.166667,False
qry_000051,instructed,"[2, 3]",1,1,1.000000,1.000000,1.000000,True
qry_000051,verified_structural,"[2, 2, 1]",1,1,1.000000,1.000000,1.000000,True
qry_000051,verified_structural_ensemble,"[2, 2, 1]",1,1,1.000000,1.000000,1.000000,True
qry_000051,verified_consensus,"[2, 2, 1]",1,1,1.000000,1.000000,1.000000,True
qry_000059,naive,[5],15,13,0.666667,0.769231,0.714286,False
qry_000059,instructed,"[2, 3]",3,13,1.000000,0.230769,0.375000,False
qry_000059,verified_structural,"[2, 2, 1]",3,13,1.000000,0.230769,0.375000,False
qry_000059,verified_structural_ensemble,"[2, 2, 1]",3,13,1.000000,0.230769,0.375000,False
qry_000059,verified_consensus,"[2, 2, 1]",3,13,1.000000,0.230769,0.375000,False
qry_000062,naive,[5],17,13,0.529412,0.692308,0.600000,False
qry_000062,instructed,"[2, 3]",1,13,1.000000,0.076923,0.142857,False
qry_000062,verified_structural,"[2, 2, 1]",1,13,1.000000,0.076923,0.142857,False
qry_000062,verified_structural_ensemble,"[2, 2, 1]",1,13,1.000000,0.076923,0.142857,False
qry_000062,verified_consensus,"[2, 2, 1]",1,13,1.000000,0.076923,0.142857,False
qry_000064,naive,[6],4,33,0.250000,0.030303,0.054054,False
qry_000064,instructed,"[3, 3]",1,33,1.000000,0.030303,0.058824,False
qry_000064,verified_structural,"[2, 2, 2]",1,33,1.000000,0.030303,0.058824,False
qry_000064,verified_structural_ensemble,"[2, 2, 2]",1,33,1.000000,0.030303,0.058824,False
qry_000064,verified_consensus,"[2, 2, 2]",1,33,1.000000,0.030303,0.058824,False
qry_000068,naive,[3],20,20,1.000000,1.000000,1.000000,True
qry_000068,instructed,"[1, 2]",11,20,1.000000,0.550000,0.709677,False
qry_000068,verified_structural,"[1, 1, 1]",11,20,1.000000,0.550000,0.709677,False
qry_000068,verified_structural_ensemble,"[1, 1, 1]",20,20,1.000000,1.000000,1.000000,True
qry_000068,verified_consensus,"[2, 1]",20,20,1.000000,1.000000,1.000000,True
qry_000069,naive,[6],2,1,0.500000,1.000000,0.666667,False
qry_000069,instructed,"[3, 3]",1,1,1.000000,1.000000,1.000000,True
qry_000069,verified_structural,"[2, 2, 2]",1,1,1.000000,1.000000,1.000000,True
qry_000069,verified_structural_ensemble,"[2, 2, 2]",1,1,1.000000,1.000000,1.000000,True
qry_000069,verified_consensus,"[2, 2, 2]",1,1,1.000000,1.000000,1.000000,True
qry_000076,naive,[5],8,20,0.750000,0.300000,0.428571,False
qry_000076,instructed,"[2, 3]",2,20,1.000000,0.100000,0.181818,False
qry_000076,verified_structural,"[2, 2, 1]",2,20,1.000000,0.100000,0.181818,False
qry_000076,verified_structural_ensemble,"[2, 2, 1]",2,20,1.000000,0.100000,0.181818,False
qry_000076,verified_consensus,"[2, 2, 1]",2,20,1.000000,0.100000,0.181818,False
qry_000079,naive,[5],15,5,0.333333,1.000000,0.500000,False
qry_000079,instructed,"[2, 3]",3,5,1.000000,0.600000,0.750000,False
qry_000079,verified_structural,"[2, 2, 1]",3,5,1.000000,0.600000,0.750000,False
qry_000079,verified_structural_ensemble,"[2, 2, 1]",3,5,1.000000,0.600000,0.750000,False
qry_000079,verified_consensus,"[2, 2, 1]",3,5,1.000000,0.600000,0.750000,False
qry_000086,naive,[5],9,68,0.777778,0.102941,0.181818,False
qry_000086,instructed,"[2, 3]",2,68,1.000000,0.029412,0.057143,False
qry_000086,verified_structural,"[2, 2, 1]",2,68,1.000000,0.029412,0.057143,False
qry_000086,verified_structural_ensemble,"[2, 2, 1]",2,68,1.000000,0.029412,0.057143,False
qry_000086,verified_consensus,"[2, 2, 1]",2,68,1.000000,0.029412,0.057143,False
qry_000087,naive,[5],16,30,0.687500,0.366667,0.478261,False
qry_000087,instructed,"[2, 3]",2,30,1.000000,0.066667,0.125000,False
qry_000087,verified_structural,"[2, 2, 1]",2,30,1.000000,0.066667,0.125000,False
qry_000087,verified_structural_ensemble,"[2, 2, 1]",2,30,1.000000,0.066667,0.125000,False
qry_000087,verified_consensus,"[2, 2, 1]",2,30,1.000000,0.066667,0.125000,False
qry_000091,naive,[5],12,67,0.583333,0.104478,0.177215,False
qry_000091,instructed,"[2, 3]",2,67,1.000000,0.029851,0.057971,False
qry_000091,verified_structural,"[2, 2, 1]",2,67,1.000000,0.029851,0.057971,False
qry_000091,verified_structural_ensemble,"[2, 2, 1]",2,67,1.000000,0.029851,0.057971,False
qry_000091,verified_consensus,"[2, 2, 1]",2,67,1.000000,0.029851,0.057971,False
qry_000094,naive,[5],10,3,0.300000,1.000000,0.461538,False
qry_000094,instructed,"[2, 3]",1,3,1.000000,0.333333,0.500000,False
qry_000094,verified_structural,"[2, 2, 1]",1,3,1.000000,0.333333,0.500000,False
qry_000094,verified_structural_ensemble,"[2, 2, 1]",1,3,1.000000,0.333333,0.500000,False
qry_000094,verified_consensus,"[2, 2, 1]",1,3,1.000000,0.333333,0.500000,False
qry_000098,naive,[4],54,4,0.074074,1.000000,0.137931,False
qry_000098,instructed,"[2, 2]",4,4,1.000000,1.000000,1.000000,True
qry_000098,verified_structural,"[2, 1, 1]",4,4,1.000000,1.000000,1.000000,True
qry_000098,verified_structural_ensemble,"[2, 1, 1]",4,4,1.000000,1.000000,1.000000,True
qry_000098,verified_consensus,"[2, 1, 1]",4,4,1.000000,1.000000,1.000000,True
qry_000101,naive,[5],17,21,0.529412,0.428571,0.473684,False
qry_000101,instructed,"[2, 3]",2,21,1.000000,0.095238,0.173913,False
qry_000101,verified_structural,"[2, 2, 1]",2,21,1.000000,0.095238,0.173913,False
qry_000101,verified_structural_ensemble,"[2, 2, 1]",2,21,1.000000,0.095238,0.173913,False
qry_000101,verified_consensus,"[2, 2, 1]",2,21,1.000000,0.095238,0.173913,False
qry_000110,naive,[6],4,2,0.500000,1.000000,0.666667,False
qry_000110,instructed,"[3, 3]",1,2,1.000000,0.500000,0.666667,False
qry_000110,verified_structural,"[2, 2, 2]",1,2,1.000000,0.500000,0.666667,False
qry_000110,verified_structural_ensemble,"[2, 2, 2]",1,2,1.000000,0.500000,0.666667,False
qry_000110,verified_consensus,"[2, 2, 2]",1,2,1.000000,0.500000,0.666667,False
qry_000113,naive,[4],31,4,0.129032,1.000000,0.228571,False
qry_000113,instructed,"[2, 2]",4,4,1.000000,1.000000,1.000000,True
qry_000113,verified_structural,"[2, 1, 1]",4,4,1.000000,1.000000,1.000000,True
qry_000113,verified_structural_ensemble,"[2, 1, 1]",4,4,1.000000,1.000000,1.000000,True
qry_000113,verified_consensus,"[2, 1, 1]",4,4,1.000000,1.000000,1.000000,True
qry_000123,naive,[5],16,3,0.187500,1.000000,0.315789,False
qry_000123,instructed,"[2, 3]",1,3,1.000000,0.333333,0.500000,False
qry_000123,verified_structural,"[2, 2, 1]",1,3,1.000000,0.333333,0.500000,False
qry_000123,verified_structural_ensemble,"[2, 2, 1]",1,3,1.000000,0.333333,0.500000,False
qry_000123,verified_consensus,"[2, 2, 1]",1,3,1.000000,0.333333,0.500000,False
qry_000128,naive,[5],13,8,0.076923,0.125000,0.095238,False
qry_000128,instructed,"[2, 3]",1,8,1.000000,0.125000,0.222222,False
qry_000128,verified_structural,"[2, 2, 1]",1,8,1.000000,0.125000,0.222222,False
qry_000128,verified_structural_ensemble,"[2, 2, 1]",1,8,1.000000,0.125000,0.222222,False
qry_000128,verified_consensus,"[2, 2, 1]",1,8,1.000000,0.125000,0.222222,False
qry_000136,naive,[4],42,5,0.119048,1.000000,0.212766,False
qry_000136,instructed,"[2, 2]",5,5,1.000000,1.000000,1.000000,True
qry_000136,verified_structural,"[2, 1, 1]",5,5,1.000000,1.000000,1.000000,True
qry_000136,verified_structural_ensemble,"[2, 1, 1]",5,5,1.000000,1.000000,1.000000,True
qry_000136,verified_consensus,"[2, 1, 1]",5,5,1.000000,1.000000,1.000000,True
qry_000137,naive,[6],2,1,0.500000,1.000000,0.666667,False
qry_000137,instructed,"[3, 3]",1,1,1.000000,1.000000,1.000000,True
qry_000137,verified_structural,"[2, 2, 2]",1,1,1.000000,1.000000,1.000000,True
qry_000137,verified_structural_ensemble,"[2, 2, 2]",1,1,1.000000,1.000000,1.000000,True
qry_000137,verified_consensus,"[2, 2, 2]",1,1,1.000000,1.000000,1.000000,True
qry_000141,naive,[3],5,70,1.000000,0.071429,0.133333,False
qry_000141,instructed,"[1, 2]",2,70,1.000000,0.028571,0.055556,False
qry_000141,verified_structural,"[1, 1, 1]",2,70,1.000000,0.028571,0.055556,False
qry_000141,verified_structural_ensemble,"[1, 1, 1]",5,70,1.000000,0.071429,0.133333,False
qry_000141,verified_consensus,"[2, 1]",5,70,1.000000,0.071429,0.133333,False
qry_000153,naive,[3],7,7,1.000000,1.000000,1.000000,True
qry_000153,instructed,"[1, 2]",3,7,1.000000,0.428571,0.600000,False
qry_000153,verified_structural,"[1, 1, 1]",3,7,1.000000,0.428571,0.600000,False
qry_000153,verified_structural_ensemble,"[1, 1, 1]",7,7,1.000000,1.000000,1.000000,True
qry_000153,verified_consensus,"[2, 1]",7,7,1.000000,1.000000,1.000000,True
qry_000154,naive,[6],2,5,0.500000,0.200000,0.285714,False
qry_000154,instructed,"[3, 3]",1,5,1.000000,0.200000,0.333333,False
qry_000154,verified_structural,"[2, 2, 2]",1,5,1.000000,0.200000,0.333333,False
qry_000154,verified_structural_ensemble,"[2, 2, 2]",1,5,1.000000,0.200000,0.333333,False
qry_000154,verified_consensus,"[2, 2, 2]",1,5,1.000000,0.200000,0.333333,False
qry_000178,naive,[5],7,48,0.714286,0.104167,0.181818,False
qry_000178,instructed,"[2, 3]",1,48,1.000000,0.020833,0.040816,False
qry_000178,verified_structural,"[2, 2, 1]",1,48,1.000000,0.020833,0.040816,False
qry_000178,verified_structural_ensemble,"[2, 2, 1]",1,48,1.000000,0.020833,0.040816,False
qry_000178,verified_consensus,"[2, 2, 1]",1,48,1.000000,0.020833,0.040816,False
qry_000179,naive,[6],6,71,0.666667,0.056338,0.103896,False
qry_000179,instructed,"[3, 3]",1,71,1.000000,0.014085,0.027778,False
qry_000179,verified_structural,"[2, 2, 2]",1,71,1.000000,0.014085,0.027778,False
qry_000179,verified_structural_ensemble,"[2, 2, 2]",1,71,1.000000,0.014085,0.027778,False
qry_000179,verified_consensus,"[2, 2, 2]",1,71,1.000000,0.014085,0.027778,False
qry_000181,naive,[3],14,61,1.000000,0.229508,0.373333,False
qry_000181,instructed,"[1, 2]",6,61,1.000000,0.098361,0.179104,False
qry_000181,verified_structural,"[1, 1, 1]",6,61,1.000000,0.098361,0.179104,False
qry_000181,verified_structural_ensemble,"[1, 1, 1]",14,61,1.000000,0.229508,0.373333,False
qry_000181,verified_consensus,"[1, 1, 1]",6,61,1.000000,0.098361,0.179104,False
qry_000183,naive,[6],5,1,0.200000,1.000000,0.333333,False
qry_000183,instructed,"[3, 3]",1,1,1.000000,1.000000,1.000000,True
qry_000183,verified_structural,"[2, 2, 2]",1,1,1.000000,1.000000,1.000000,True
qry_000183,verified_structural_ensemble,"[2, 2, 2]",1,1,1.000000,1.000000,1.000000,True
qry_000183,verified_consensus,"[2, 2, 2]",1,1,1.000000,1.000000,1.000000,True
qry_000184,naive,[6],3,3,1.000000,1.000000,1.000000,True
qry_000184,instructed,"[3, 3]",1,3,1.000000,0.333333,0.500000,False
qry_000184,verified_structural,"[2, 2, 2]",1,3,1.000000,0.333333,0.500000,False
qry_000184,verified_structural_ensemble,"[2, 2, 2]",1,3,1.000000,0.333333,0.500000,False
qry_000184,verified_consensus,"[2, 2, 2]",1,3,1.000000,0.333333,0.500000,False
qry_000186,naive,[3],11,11,1.000000,1.000000,1.000000,True
qry_000186,instructed,"[1, 2]",3,11,1.000000,0.272727,0.428571,False
qry_000186,verified_structural,"[1, 1, 1]",3,11,1.000000,0.272727,0.428571,False
qry_000186,verified_structural_ensemble,"[1, 1, 1]",11,11,1.000000,1.000000,1.000000,True
qry_000186,verified_consensus,"[2, 1]",11,11,1.000000,1.000000,1.000000,True
qry_000190,naive,[3],8,33,1.000000,0.242424,0.390244,False
qry_000190,instructed,"[1, 2]",2,33,1.000000,0.060606,0.114286,False
qry_000190,verified_structural,"[1, 1, 1]",2,33,1.000000,0.060606,0.114286,False
qry_000190,verified_structural_ensemble,"[1, 1, 1]",8,33,1.000000,0.242424,0.390244,False
qry_000190,verified_consensus,"[1, 1, 1]",2,33,1.000000,0.060606,0.114286,False
qry_000196,naive,[4],28,6,0.214286,1.000000,0.352941,False
qry_000196,instructed,"[2, 2]",6,6,1.000000,1.000000,1.000000,True
qry_000196,verified_structural,"[2, 1, 1]",6,6,1.000000,1.000000,1.000000,True
qry_000196,verified_structural_ensemble,"[2, 1, 1]",6,6,1.000000,1.000000,1.000000,True
qry_000196,verified_consensus,"[2, 1, 1]",6,6,1.000000,1.000000,1.000000,True
qry_000199,naive,[3],24,24,1.000000,1.000000,1.000000,True
qry_000199,instructed,"[1, 2]",5,24,1.000000,0.208333,0.344828,False
qry_000199,verified_structural,"[1, 1, 1]",5,24,1.000000,0.208333,0.344828,False
qry_000199,verified_structural_ensemble,"[1, 1, 1]",24,24,1.000000,1.000000,1.000000,True
qry_000199,verified_consensus,"[1, 1, 1]",5,24,1.000000,0.208333,0.344828,False
qry_000208,naive,[5],7,1,0.142857,1.000000,0.250000,False
qry_000208,instructed,"[2, 3]",1,1,1.000000,1.000000,1.000000,True
qry_000208,verified_structural,"[2, 2, 1]",1,1,1.000000,1.000000,1.000000,True
qry_000208,verified_structural_ensemble,"[2, 2, 1]",1,1,1.000000,1.000000,1.000000,True
qry_000208,verified_consensus,"[2, 2, 1]",1,1,1.000000,1.000000,1.000000,True
qry_000211,naive,[5],20,18,0.500000,0.555556,0.526316,False
qry_000211,instructed,"[2, 3]",1,18,1.000000,0.055556,0.105263,False
qry_000211,verified_structural,"[2, 2, 1]",1,18,1.000000,0.055556,0.105263,False
qry_000211,verified_structural_ensemble,"[2, 2, 1]",1,18,1.000000,0.055556,0.105263,False
qry_000211,verified_consensus,"[2, 2, 1]",1,18,1.000000,0.055556,0.105263,False
qry_000216,naive,[4],36,64,0.472222,0.265625,0.340000,False
qry_000216,instructed,"[2, 2]",5,64,1.000000,0.078125,0.144928,False
qry_000216,verified_structural,"[2, 1, 1]",5,64,1.000000,0.078125,0.144928,False
qry_000216,verified_structural_ensemble,"[2, 1, 1]",5,64,1.000000,0.078125,0.144928,False
qry_000216,verified_consensus,"[2, 1, 1]",5,64,1.000000,0.078125,0.144928,False
qry_000217,naive,[4],45,4,0.088889,1.000000,0.163265,False
qry_000217,instructed,"[2, 2]",4,4,1.000000,1.000000,1.000000,True
qry_000217,verified_structural,"[2, 1, 1]",4,4,1.000000,1.000000,1.000000,True
qry_000217,verified_structural_ensemble,"[2, 1, 1]",4,4,1.000000,1.000000,1.000000,True
qry_000217,verified_consensus,"[2, 1, 1]",4,4,1.000000,1.000000,1.000000,True
qry_000229,naive,[5],15,11,0.333333,0.454545,0.384615,False
qry_000229,instructed,"[2, 3]",1,11,1.000000,0.090909,0.166667,False
qry_000229,verified_structural,"[2, 2, 1]",1,11,1.000000,0.090909,0.166667,False
qry_000229,verified_structural_ensemble,"[2, 2, 1]",1,11,1.000000,0.090909,0.166667,False
qry_000229,verified_consensus,"[2, 2, 1]",1,11,1.000000,0.090909,0.166667,False
qry_000233,naive,[4],43,2,0.046512,1.000000,0.088889,False
qry_000233,instructed,"[2, 2]",2,2,1.000000,1.000000,1.000000,True
qry_000233,verified_structural,"[2, 1, 1]",2,2,1.000000,1.000000,1.000000,True
qry_000233,verified_structural_ensemble,"[2, 1, 1]",2,2,1.000000,1.000000,1.000000,True
qry_000233,verified_consensus,"[2, 1, 1]",2,2,1.000000,1.000000,1.000000,True
qry_000234,naive,[4],38,6,0.157895,1.000000,0.272727,False
qry_000234,instructed,"[2, 2]",2,6,1.000000,0.333333,0.500000,False
qry_000234,verified_structural,"[2, 1, 1]",2,6,1.000000,0.333333,0.500000,False
qry_000234,verified_structural_ensemble,"[2, 1, 1]",2,6,1.000000,0.333333,0.500000,False
qry_000234,verified_consensus,"[2, 1, 1]",2,6,1.000000,0.333333,0.500000,False
qry_000242,naive,[6],4,3,0.750000,1.000000,0.857143,False
qry_000242,instructed,"[3, 3]",1,3,1.000000,0.333333,0.500000,False
qry_000242,verified_structural,"[2, 2, 2]",1,3,1.000000,0.333333,0.500000,False
qry_000242,verified_structural_ensemble,"[2, 2, 2]",1,3,1.000000,0.333333,0.500000,False
qry_000242,verified_consensus,"[2, 2, 2]",1,3,1.000000,0.333333,0.500000,False
qry_000244,naive,[5],14,3,0.214286,1.000000,0.352941,False
qry_000244,instructed,"[2, 3]",2,3,1.000000,0.666667,0.800000,False
qry_000244,verified_structural,"[2, 2, 1]",2,3,1.000000,0.666667,0.800000,False
qry_000244,verified_structural_ensemble,"[2, 2, 1]",2,3,1.000000,0.666667,0.800000,False
qry_000244,verified_consensus,"[2, 2, 1]",2,3,1.000000,0.666667,0.800000,False
qry_000248,naive,[6],3,15,0.333333,0.066667,0.111111,False
qry_000248,instructed,"[3, 3]",1,15,1.000000,0.066667,0.125000,False
qry_000248,verified_structural,"[2, 2, 2]",1,15,1.000000,0.066667,0.125000,False
qry_000248,verified_structural_ensemble,"[2, 2, 2]",1,15,1.000000,0.066667,0.125000,False
qry_000248,verified_consensus,"[2, 2, 2]",1,15,1.000000,0.066667,0.125000,False
qry_000254,naive,[6],4,4,0.500000,0.500000,0.500000,False
qry_000254,instructed,"[3, 3]",1,4,1.000000,0.250000,0.400000,False
qry_000254,verified_structural,"[2, 2, 2]",1,4,1.000000,0.250000,0.400000,False
qry_000254,verified_structural_ensemble,"[2, 2, 2]",1,4,1.000000,0.250000,0.400000,False
qry_000254,verified_consensus,"[2, 2, 2]",1,4,1.000000,0.250000,0.400000,False
qry_000260,naive,[3],8,8,1.000000,1.000000,1.000000,True
qry_000260,instructed,"[1, 2]",4,8,1.000000,0.500000,0.666667,False
qry_000260,verified_structural,"[1, 1, 1]",4,8,1.000000,0.500000,0.666667,False
qry_000260,verified_structural_ensemble,"[1, 1, 1]",8,8,1.000000,1.000000,1.000000,True
qry_000260,verified_consensus,"[2, 1]",8,8,1.000000,1.000000,1.000000,True
qry_000262,naive,[6],5,63,0.600000,0.047619,0.088235,False
qry_000262,instructed,"[3, 3]",1,63,1.000000,0.015873,0.031250,False
qry_000262,verified_structural,"[2, 2, 2]",1,63,1.000000,0.015873,0.031250,False
qry_000262,verified_structural_ensemble,"[2, 2, 2]",1,63,1.000000,0.015873,0.031250,False
qry_000262,verified_consensus,"[2, 2, 2]",1,63,1.000000,0.015873,0.031250,False
qry_000266,naive,[3],11,54,1.000000,0.203704,0.338462,False
qry_000266,instructed,"[1, 2]",5,54,1.000000,0.092593,0.169492,False
qry_000266,verified_structural,"[1, 1, 1]",5,54,1.000000,0.092593,0.169492,False
qry_000266,verified_structural_ensemble,"[1, 1, 1]",11,54,1.000000,0.203704,0.338462,False
qry_000266,verified_consensus,"[2, 1]",11,54,1.000000,0.203704,0.338462,False
qry_000267,naive,[3],15,59,1.000000,0.254237,0.405405,False
qry_000267,instructed,"[1, 2]",5,59,1.000000,0.084746,0.156250,False
qry_000267,verified_structural,"[1, 1, 1]",5,59,1.000000,0.084746,0.156250,False
qry_000267,verified_structural_ensemble,"[1, 1, 1]",15,59,1.000000,0.254237,0.405405,False
qry_000267,verified_consensus,"[1, 1, 1]",5,59,1.000000,0.084746,0.156250,False
qry_000270,naive,[4],43,13,0.302326,1.000000,0.464286,False
qry_000270,instructed,"[2, 2]",2,13,1.000000,0.153846,0.266667,False
qry_000270,verified_structural,"[2, 1, 1]",2,13,1.000000,0.153846,0.266667,False
qry_000270,verified_structural_ensemble,"[2, 1, 1]",2,13,1.000000,0.153846,0.266667,False
qry_000270,verified_consensus,"[2, 1, 1]",2,13,1.000000,0.153846,0.266667,False
qry_000274,naive,[4],40,9,0.225000,1.000000,0.367347,False
qry_000274,instructed,"[2, 2]",2,9,1.000000,0.222222,0.363636,False
qry_000274,verified_structural,"[2, 1, 1]",2,9,1.000000,0.222222,0.363636,False
qry_000274,verified_structural_ensemble,"[2, 1, 1]",2,9,1.000000,0.222222,0.363636,False
qry_000274,verified_consensus,"[2, 1, 1]",2,9,1.000000,0.222222,0.363636,False
qry_000277,naive,[4],49,51,0.408163,0.392157,0.400000,False
qry_000277,instructed,"[2, 2]",5,51,1.000000,0.098039,0.178571,False
qry_000277,verified_structural,"[2, 1, 1]",5,51,1.000000,0.098039,0.178571,False
qry_000277,verified_structural_ensemble,"[2, 1, 1]",5,51,1.000000,0.098039,0.178571,False
qry_000277,verified_consensus,"[2, 1, 1]",5,51,1.000000,0.098039,0.178571,False
qry_000284,naive,[4],49,19,0.387755,1.000000,0.558824,False
qry_000284,instructed,"[2, 2]",6,19,1.000000,0.315789,0.480000,False
qry_000284,verified_structural,"[2, 1, 1]",6,19,1.000000,0.315789,0.480000,False
qry_000284,verified_structural_ensemble,"[2, 1, 1]",6,19,1.000000,0.315789,0.480000,False
qry_000284,verified_consensus,"[2, 1, 1]",6,19,1.000000,0.315789,0.480000,False
qry_000289,naive,[6],3,1,0.333333,1.000000,0.500000,False
qry_000289,instructed,"[3, 3]",1,1,1.000000,1.000000,1.000000,True
qry_000289,verified_structural,"[2, 2, 2]",1,1,1.000000,1.000000,1.000000,True
qry_000289,verified_structural_ensemble,"[2, 2, 2]",1,1,1.000000,1.000000,1.000000,True
qry_000289,verified_consensus,"[2, 2, 2]",1,1,1.000000,1.000000,1.000000,True
qry_000291,naive,[4],55,19,0.345455,1.000000,0.513514,False
qry_000291,instructed,"[2, 2]",5,19,1.000000,0.263158,0.416667,False
qry_000291,verified_structural,"[2, 1, 1]",5,19,1.000000,0.263158,0.416667,False
qry_000291,verified_structural_ensemble,"[2, 1, 1]",5,19,1.000000,0.263158,0.416667,False
qry_000291,verified_consensus,"[2, 1, 1]",5,19,1.000000,0.263158,0.416667,False
qry_000297,naive,[6],2,12,1.000000,0.166667,0.285714,False
qry_000297,instructed,"[3, 3]",1,12,1.000000,0.083333,0.153846,False
qry_000297,verified_structural,"[2, 2, 2]",1,12,1.000000,0.083333,0.153846,False
qry_000297,verified_structural_ensemble,"[2, 2, 2]",1,12,1.000000,0.083333,0.153846,False
qry_000297,verified_consensus,"[2, 2, 2]",1,12,1.000000,0.083333,0.153846,False
|