Update README.md
Browse files
README.md
CHANGED
@@ -1,570 +1,580 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-sa-4.0
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: example_id
|
6 |
-
dtype: string
|
7 |
-
- name: source
|
8 |
-
dtype: string
|
9 |
-
- name: reference
|
10 |
-
dtype: string
|
11 |
-
- name: QAs
|
12 |
-
sequence: string
|
13 |
-
- name: QA_labels
|
14 |
-
struct:
|
15 |
-
- name: bart
|
16 |
-
sequence: int64
|
17 |
-
- name: pegasus
|
18 |
-
sequence: int64
|
19 |
-
- name: brio
|
20 |
-
sequence: int64
|
21 |
-
- name: brio-ext
|
22 |
-
sequence: int64
|
23 |
-
- name: matchsum
|
24 |
-
sequence: int64
|
25 |
-
- name: mixtral-8x22b-instruct-v0.1
|
26 |
-
sequence: int64
|
27 |
-
- name: llama-3-8b-instruct
|
28 |
-
sequence: int64
|
29 |
-
- name: GPT4
|
30 |
-
sequence: int64
|
31 |
-
- name: llama-3-70b-instruct
|
32 |
-
sequence: int64
|
33 |
-
- name: mixtral-8x7b-instruct-v0.1
|
34 |
-
sequence: int64
|
35 |
-
- name: system_outputs
|
36 |
-
struct:
|
37 |
-
- name: bart
|
38 |
-
dtype: string
|
39 |
-
- name: pegasus
|
40 |
-
dtype: string
|
41 |
-
- name: brio
|
42 |
-
dtype: string
|
43 |
-
- name: brio-ext
|
44 |
-
dtype: string
|
45 |
-
- name: matchsum
|
46 |
-
dtype: string
|
47 |
-
- name: mixtral-8x22b-instruct-v0.1
|
48 |
-
dtype: string
|
49 |
-
- name: llama-3-8b-instruct
|
50 |
-
dtype: string
|
51 |
-
- name: GPT4
|
52 |
-
dtype: string
|
53 |
-
- name: llama-3-70b-instruct
|
54 |
-
dtype: string
|
55 |
-
- name: mixtral-8x7b-instruct-v0.1
|
56 |
-
dtype: string
|
57 |
-
- name: system_scores
|
58 |
-
struct:
|
59 |
-
- name: bart
|
60 |
-
struct:
|
61 |
-
- name: QAPyramid
|
62 |
-
dtype: float64
|
63 |
-
- name: nQAPyramid
|
64 |
-
dtype: float64
|
65 |
-
- name: p_r
|
66 |
-
dtype: float64
|
67 |
-
- name: p_l
|
68 |
-
dtype: float64
|
69 |
-
- name: R1_recall
|
70 |
-
dtype: float64
|
71 |
-
- name: R1_f1
|
72 |
-
dtype: float64
|
73 |
-
- name: R2_recall
|
74 |
-
dtype: float64
|
75 |
-
- name: R2_f1
|
76 |
-
dtype: float64
|
77 |
-
- name: RL_recall
|
78 |
-
dtype: float64
|
79 |
-
- name: RL_f1
|
80 |
-
dtype: float64
|
81 |
-
- name: ACU
|
82 |
-
dtype: float64
|
83 |
-
- name: nACU
|
84 |
-
dtype: float64
|
85 |
-
- name: BERTScore_recall
|
86 |
-
dtype: float64
|
87 |
-
- name: BERTScore_f1
|
88 |
-
dtype: float64
|
89 |
-
- name: BARTScore
|
90 |
-
dtype: float64
|
91 |
-
- name: Lite3Pyramid
|
92 |
-
dtype: float64
|
93 |
-
- name: Lite2Pyramid_w_ACU
|
94 |
-
dtype: float64
|
95 |
-
- name: AutoACU_recall
|
96 |
-
dtype: float64
|
97 |
-
- name: AutoACU_f1
|
98 |
-
dtype: float64
|
99 |
-
- name: METEOR
|
100 |
-
dtype: float64
|
101 |
-
- name: ChrF
|
102 |
-
dtype: float64
|
103 |
-
- name: SemiAutoACU
|
104 |
-
dtype: float64
|
105 |
-
- name: GEval
|
106 |
-
dtype: int64
|
107 |
-
- name: AutoQAPyramid
|
108 |
-
dtype: float64
|
109 |
-
- name: SemiAutoQAPyramid
|
110 |
-
dtype: float64
|
111 |
-
- name: pegasus
|
112 |
-
struct:
|
113 |
-
- name: QAPyramid
|
114 |
-
dtype: float64
|
115 |
-
- name: nQAPyramid
|
116 |
-
dtype: float64
|
117 |
-
- name: p_r
|
118 |
-
dtype: float64
|
119 |
-
- name: p_l
|
120 |
-
dtype: float64
|
121 |
-
- name: R1_recall
|
122 |
-
dtype: float64
|
123 |
-
- name: R1_f1
|
124 |
-
dtype: float64
|
125 |
-
- name: R2_recall
|
126 |
-
dtype: float64
|
127 |
-
- name: R2_f1
|
128 |
-
dtype: float64
|
129 |
-
- name: RL_recall
|
130 |
-
dtype: float64
|
131 |
-
- name: RL_f1
|
132 |
-
dtype: float64
|
133 |
-
- name: ACU
|
134 |
-
dtype: float64
|
135 |
-
- name: nACU
|
136 |
-
dtype: float64
|
137 |
-
- name: BERTScore_recall
|
138 |
-
dtype: float64
|
139 |
-
- name: BERTScore_f1
|
140 |
-
dtype: float64
|
141 |
-
- name: BARTScore
|
142 |
-
dtype: float64
|
143 |
-
- name: Lite3Pyramid
|
144 |
-
dtype: float64
|
145 |
-
- name: Lite2Pyramid_w_ACU
|
146 |
-
dtype: float64
|
147 |
-
- name: AutoACU_recall
|
148 |
-
dtype: float64
|
149 |
-
- name: AutoACU_f1
|
150 |
-
dtype: float64
|
151 |
-
- name: METEOR
|
152 |
-
dtype: float64
|
153 |
-
- name: ChrF
|
154 |
-
dtype: float64
|
155 |
-
- name: SemiAutoACU
|
156 |
-
dtype: float64
|
157 |
-
- name: GEval
|
158 |
-
dtype: int64
|
159 |
-
- name: AutoQAPyramid
|
160 |
-
dtype: float64
|
161 |
-
- name: SemiAutoQAPyramid
|
162 |
-
dtype: float64
|
163 |
-
- name: brio
|
164 |
-
struct:
|
165 |
-
- name: QAPyramid
|
166 |
-
dtype: float64
|
167 |
-
- name: nQAPyramid
|
168 |
-
dtype: float64
|
169 |
-
- name: p_r
|
170 |
-
dtype: float64
|
171 |
-
- name: p_l
|
172 |
-
dtype: float64
|
173 |
-
- name: R1_recall
|
174 |
-
dtype: float64
|
175 |
-
- name: R1_f1
|
176 |
-
dtype: float64
|
177 |
-
- name: R2_recall
|
178 |
-
dtype: float64
|
179 |
-
- name: R2_f1
|
180 |
-
dtype: float64
|
181 |
-
- name: RL_recall
|
182 |
-
dtype: float64
|
183 |
-
- name: RL_f1
|
184 |
-
dtype: float64
|
185 |
-
- name: ACU
|
186 |
-
dtype: float64
|
187 |
-
- name: nACU
|
188 |
-
dtype: float64
|
189 |
-
- name: BERTScore_recall
|
190 |
-
dtype: float64
|
191 |
-
- name: BERTScore_f1
|
192 |
-
dtype: float64
|
193 |
-
- name: BARTScore
|
194 |
-
dtype: float64
|
195 |
-
- name: Lite3Pyramid
|
196 |
-
dtype: float64
|
197 |
-
- name: Lite2Pyramid_w_ACU
|
198 |
-
dtype: float64
|
199 |
-
- name: AutoACU_recall
|
200 |
-
dtype: float64
|
201 |
-
- name: AutoACU_f1
|
202 |
-
dtype: float64
|
203 |
-
- name: METEOR
|
204 |
-
dtype: float64
|
205 |
-
- name: ChrF
|
206 |
-
dtype: float64
|
207 |
-
- name: SemiAutoACU
|
208 |
-
dtype: float64
|
209 |
-
- name: GEval
|
210 |
-
dtype: int64
|
211 |
-
- name: AutoQAPyramid
|
212 |
-
dtype: float64
|
213 |
-
- name: SemiAutoQAPyramid
|
214 |
-
dtype: float64
|
215 |
-
- name: brio-ext
|
216 |
-
struct:
|
217 |
-
- name: QAPyramid
|
218 |
-
dtype: float64
|
219 |
-
- name: nQAPyramid
|
220 |
-
dtype: float64
|
221 |
-
- name: p_r
|
222 |
-
dtype: float64
|
223 |
-
- name: p_l
|
224 |
-
dtype: float64
|
225 |
-
- name: R1_recall
|
226 |
-
dtype: float64
|
227 |
-
- name: R1_f1
|
228 |
-
dtype: float64
|
229 |
-
- name: R2_recall
|
230 |
-
dtype: float64
|
231 |
-
- name: R2_f1
|
232 |
-
dtype: float64
|
233 |
-
- name: RL_recall
|
234 |
-
dtype: float64
|
235 |
-
- name: RL_f1
|
236 |
-
dtype: float64
|
237 |
-
- name: ACU
|
238 |
-
dtype: float64
|
239 |
-
- name: nACU
|
240 |
-
dtype: float64
|
241 |
-
- name: BERTScore_recall
|
242 |
-
dtype: float64
|
243 |
-
- name: BERTScore_f1
|
244 |
-
dtype: float64
|
245 |
-
- name: BARTScore
|
246 |
-
dtype: float64
|
247 |
-
- name: Lite3Pyramid
|
248 |
-
dtype: float64
|
249 |
-
- name: Lite2Pyramid_w_ACU
|
250 |
-
dtype: float64
|
251 |
-
- name: AutoACU_recall
|
252 |
-
dtype: float64
|
253 |
-
- name: AutoACU_f1
|
254 |
-
dtype: float64
|
255 |
-
- name: METEOR
|
256 |
-
dtype: float64
|
257 |
-
- name: ChrF
|
258 |
-
dtype: float64
|
259 |
-
- name: SemiAutoACU
|
260 |
-
dtype: float64
|
261 |
-
- name: GEval
|
262 |
-
dtype: int64
|
263 |
-
- name: AutoQAPyramid
|
264 |
-
dtype: float64
|
265 |
-
- name: SemiAutoQAPyramid
|
266 |
-
dtype: float64
|
267 |
-
- name: matchsum
|
268 |
-
struct:
|
269 |
-
- name: QAPyramid
|
270 |
-
dtype: float64
|
271 |
-
- name: nQAPyramid
|
272 |
-
dtype: float64
|
273 |
-
- name: p_r
|
274 |
-
dtype: float64
|
275 |
-
- name: p_l
|
276 |
-
dtype: float64
|
277 |
-
- name: R1_recall
|
278 |
-
dtype: float64
|
279 |
-
- name: R1_f1
|
280 |
-
dtype: float64
|
281 |
-
- name: R2_recall
|
282 |
-
dtype: float64
|
283 |
-
- name: R2_f1
|
284 |
-
dtype: float64
|
285 |
-
- name: RL_recall
|
286 |
-
dtype: float64
|
287 |
-
- name: RL_f1
|
288 |
-
dtype: float64
|
289 |
-
- name: ACU
|
290 |
-
dtype: float64
|
291 |
-
- name: nACU
|
292 |
-
dtype: float64
|
293 |
-
- name: BERTScore_recall
|
294 |
-
dtype: float64
|
295 |
-
- name: BERTScore_f1
|
296 |
-
dtype: float64
|
297 |
-
- name: BARTScore
|
298 |
-
dtype: float64
|
299 |
-
- name: Lite3Pyramid
|
300 |
-
dtype: float64
|
301 |
-
- name: Lite2Pyramid_w_ACU
|
302 |
-
dtype: float64
|
303 |
-
- name: AutoACU_recall
|
304 |
-
dtype: float64
|
305 |
-
- name: AutoACU_f1
|
306 |
-
dtype: float64
|
307 |
-
- name: METEOR
|
308 |
-
dtype: float64
|
309 |
-
- name: ChrF
|
310 |
-
dtype: float64
|
311 |
-
- name: SemiAutoACU
|
312 |
-
dtype: float64
|
313 |
-
- name: GEval
|
314 |
-
dtype: int64
|
315 |
-
- name: AutoQAPyramid
|
316 |
-
dtype: float64
|
317 |
-
- name: SemiAutoQAPyramid
|
318 |
-
dtype: float64
|
319 |
-
- name: mixtral-8x22b-instruct-v0.1
|
320 |
-
struct:
|
321 |
-
- name: QAPyramid
|
322 |
-
dtype: float64
|
323 |
-
- name: nQAPyramid
|
324 |
-
dtype: float64
|
325 |
-
- name: p_r
|
326 |
-
dtype: float64
|
327 |
-
- name: p_l
|
328 |
-
dtype: float64
|
329 |
-
- name: R1_recall
|
330 |
-
dtype: float64
|
331 |
-
- name: R1_f1
|
332 |
-
dtype: float64
|
333 |
-
- name: R2_recall
|
334 |
-
dtype: float64
|
335 |
-
- name: R2_f1
|
336 |
-
dtype: float64
|
337 |
-
- name: RL_recall
|
338 |
-
dtype: float64
|
339 |
-
- name: RL_f1
|
340 |
-
dtype: float64
|
341 |
-
- name: BERTScore_recall
|
342 |
-
dtype: float64
|
343 |
-
- name: BERTScore_f1
|
344 |
-
dtype: float64
|
345 |
-
- name: BARTScore
|
346 |
-
dtype: float64
|
347 |
-
- name: Lite3Pyramid
|
348 |
-
dtype: float64
|
349 |
-
- name: Lite2Pyramid_w_ACU
|
350 |
-
dtype: float64
|
351 |
-
- name: AutoACU_recall
|
352 |
-
dtype: float64
|
353 |
-
- name: AutoACU_f1
|
354 |
-
dtype: float64
|
355 |
-
- name: METEOR
|
356 |
-
dtype: float64
|
357 |
-
- name: ChrF
|
358 |
-
dtype: float64
|
359 |
-
- name: SemiAutoACU
|
360 |
-
dtype: float64
|
361 |
-
- name: GEval
|
362 |
-
dtype: int64
|
363 |
-
- name: AutoQAPyramid
|
364 |
-
dtype: float64
|
365 |
-
- name: SemiAutoQAPyramid
|
366 |
-
dtype: float64
|
367 |
-
- name: llama-3-8b-instruct
|
368 |
-
struct:
|
369 |
-
- name: QAPyramid
|
370 |
-
dtype: float64
|
371 |
-
- name: nQAPyramid
|
372 |
-
dtype: float64
|
373 |
-
- name: p_r
|
374 |
-
dtype: float64
|
375 |
-
- name: p_l
|
376 |
-
dtype: float64
|
377 |
-
- name: R1_recall
|
378 |
-
dtype: float64
|
379 |
-
- name: R1_f1
|
380 |
-
dtype: float64
|
381 |
-
- name: R2_recall
|
382 |
-
dtype: float64
|
383 |
-
- name: R2_f1
|
384 |
-
dtype: float64
|
385 |
-
- name: RL_recall
|
386 |
-
dtype: float64
|
387 |
-
- name: RL_f1
|
388 |
-
dtype: float64
|
389 |
-
- name: BERTScore_recall
|
390 |
-
dtype: float64
|
391 |
-
- name: BERTScore_f1
|
392 |
-
dtype: float64
|
393 |
-
- name: BARTScore
|
394 |
-
dtype: float64
|
395 |
-
- name: Lite3Pyramid
|
396 |
-
dtype: float64
|
397 |
-
- name: Lite2Pyramid_w_ACU
|
398 |
-
dtype: float64
|
399 |
-
- name: AutoACU_recall
|
400 |
-
dtype: float64
|
401 |
-
- name: AutoACU_f1
|
402 |
-
dtype: float64
|
403 |
-
- name: METEOR
|
404 |
-
dtype: float64
|
405 |
-
- name: ChrF
|
406 |
-
dtype: float64
|
407 |
-
- name: SemiAutoACU
|
408 |
-
dtype: float64
|
409 |
-
- name: GEval
|
410 |
-
dtype: int64
|
411 |
-
- name: AutoQAPyramid
|
412 |
-
dtype: float64
|
413 |
-
- name: SemiAutoQAPyramid
|
414 |
-
dtype: float64
|
415 |
-
- name: GPT4
|
416 |
-
struct:
|
417 |
-
- name: QAPyramid
|
418 |
-
dtype: float64
|
419 |
-
- name: nQAPyramid
|
420 |
-
dtype: float64
|
421 |
-
- name: p_r
|
422 |
-
dtype: float64
|
423 |
-
- name: p_l
|
424 |
-
dtype: float64
|
425 |
-
- name: R1_recall
|
426 |
-
dtype: float64
|
427 |
-
- name: R1_f1
|
428 |
-
dtype: float64
|
429 |
-
- name: R2_recall
|
430 |
-
dtype: float64
|
431 |
-
- name: R2_f1
|
432 |
-
dtype: float64
|
433 |
-
- name: RL_recall
|
434 |
-
dtype: float64
|
435 |
-
- name: RL_f1
|
436 |
-
dtype: float64
|
437 |
-
- name: BERTScore_recall
|
438 |
-
dtype: float64
|
439 |
-
- name: BERTScore_f1
|
440 |
-
dtype: float64
|
441 |
-
- name: BARTScore
|
442 |
-
dtype: float64
|
443 |
-
- name: Lite3Pyramid
|
444 |
-
dtype: float64
|
445 |
-
- name: Lite2Pyramid_w_ACU
|
446 |
-
dtype: float64
|
447 |
-
- name: AutoACU_recall
|
448 |
-
dtype: float64
|
449 |
-
- name: AutoACU_f1
|
450 |
-
dtype: float64
|
451 |
-
- name: METEOR
|
452 |
-
dtype: float64
|
453 |
-
- name: ChrF
|
454 |
-
dtype: float64
|
455 |
-
- name: SemiAutoACU
|
456 |
-
dtype: float64
|
457 |
-
- name: GEval
|
458 |
-
dtype: int64
|
459 |
-
- name: AutoQAPyramid
|
460 |
-
dtype: float64
|
461 |
-
- name: SemiAutoQAPyramid
|
462 |
-
dtype: float64
|
463 |
-
- name: llama-3-70b-instruct
|
464 |
-
struct:
|
465 |
-
- name: QAPyramid
|
466 |
-
dtype: float64
|
467 |
-
- name: nQAPyramid
|
468 |
-
dtype: float64
|
469 |
-
- name: p_r
|
470 |
-
dtype: float64
|
471 |
-
- name: p_l
|
472 |
-
dtype: float64
|
473 |
-
- name: R1_recall
|
474 |
-
dtype: float64
|
475 |
-
- name: R1_f1
|
476 |
-
dtype: float64
|
477 |
-
- name: R2_recall
|
478 |
-
dtype: float64
|
479 |
-
- name: R2_f1
|
480 |
-
dtype: float64
|
481 |
-
- name: RL_recall
|
482 |
-
dtype: float64
|
483 |
-
- name: RL_f1
|
484 |
-
dtype: float64
|
485 |
-
- name: BERTScore_recall
|
486 |
-
dtype: float64
|
487 |
-
- name: BERTScore_f1
|
488 |
-
dtype: float64
|
489 |
-
- name: BARTScore
|
490 |
-
dtype: float64
|
491 |
-
- name: Lite3Pyramid
|
492 |
-
dtype: float64
|
493 |
-
- name: Lite2Pyramid_w_ACU
|
494 |
-
dtype: float64
|
495 |
-
- name: AutoACU_recall
|
496 |
-
dtype: float64
|
497 |
-
- name: AutoACU_f1
|
498 |
-
dtype: float64
|
499 |
-
- name: METEOR
|
500 |
-
dtype: float64
|
501 |
-
- name: ChrF
|
502 |
-
dtype: float64
|
503 |
-
- name: SemiAutoACU
|
504 |
-
dtype: float64
|
505 |
-
- name: GEval
|
506 |
-
dtype: int64
|
507 |
-
- name: AutoQAPyramid
|
508 |
-
dtype: float64
|
509 |
-
- name: SemiAutoQAPyramid
|
510 |
-
dtype: float64
|
511 |
-
- name: mixtral-8x7b-instruct-v0.1
|
512 |
-
struct:
|
513 |
-
- name: QAPyramid
|
514 |
-
dtype: float64
|
515 |
-
- name: nQAPyramid
|
516 |
-
dtype: float64
|
517 |
-
- name: p_r
|
518 |
-
dtype: float64
|
519 |
-
- name: p_l
|
520 |
-
dtype: float64
|
521 |
-
- name: R1_recall
|
522 |
-
dtype: float64
|
523 |
-
- name: R1_f1
|
524 |
-
dtype: float64
|
525 |
-
- name: R2_recall
|
526 |
-
dtype: float64
|
527 |
-
- name: R2_f1
|
528 |
-
dtype: float64
|
529 |
-
- name: RL_recall
|
530 |
-
dtype: float64
|
531 |
-
- name: RL_f1
|
532 |
-
dtype: float64
|
533 |
-
- name: BERTScore_recall
|
534 |
-
dtype: float64
|
535 |
-
- name: BERTScore_f1
|
536 |
-
dtype: float64
|
537 |
-
- name: BARTScore
|
538 |
-
dtype: float64
|
539 |
-
- name: Lite3Pyramid
|
540 |
-
dtype: float64
|
541 |
-
- name: Lite2Pyramid_w_ACU
|
542 |
-
dtype: float64
|
543 |
-
- name: AutoACU_recall
|
544 |
-
dtype: float64
|
545 |
-
- name: AutoACU_f1
|
546 |
-
dtype: float64
|
547 |
-
- name: METEOR
|
548 |
-
dtype: float64
|
549 |
-
- name: ChrF
|
550 |
-
dtype: float64
|
551 |
-
- name: SemiAutoACU
|
552 |
-
dtype: float64
|
553 |
-
- name: GEval
|
554 |
-
dtype: int64
|
555 |
-
- name: AutoQAPyramid
|
556 |
-
dtype: float64
|
557 |
-
- name: SemiAutoQAPyramid
|
558 |
-
dtype: float64
|
559 |
-
splits:
|
560 |
-
- name: cnndm_test
|
561 |
-
num_bytes: 3965800
|
562 |
-
num_examples: 500
|
563 |
-
download_size: 1993893
|
564 |
-
dataset_size: 3965800
|
565 |
-
configs:
|
566 |
-
- config_name: default
|
567 |
-
data_files:
|
568 |
-
- split: cnndm_test
|
569 |
-
path: data/cnndm_test-*
|
570 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: example_id
|
6 |
+
dtype: string
|
7 |
+
- name: source
|
8 |
+
dtype: string
|
9 |
+
- name: reference
|
10 |
+
dtype: string
|
11 |
+
- name: QAs
|
12 |
+
sequence: string
|
13 |
+
- name: QA_labels
|
14 |
+
struct:
|
15 |
+
- name: bart
|
16 |
+
sequence: int64
|
17 |
+
- name: pegasus
|
18 |
+
sequence: int64
|
19 |
+
- name: brio
|
20 |
+
sequence: int64
|
21 |
+
- name: brio-ext
|
22 |
+
sequence: int64
|
23 |
+
- name: matchsum
|
24 |
+
sequence: int64
|
25 |
+
- name: mixtral-8x22b-instruct-v0.1
|
26 |
+
sequence: int64
|
27 |
+
- name: llama-3-8b-instruct
|
28 |
+
sequence: int64
|
29 |
+
- name: GPT4
|
30 |
+
sequence: int64
|
31 |
+
- name: llama-3-70b-instruct
|
32 |
+
sequence: int64
|
33 |
+
- name: mixtral-8x7b-instruct-v0.1
|
34 |
+
sequence: int64
|
35 |
+
- name: system_outputs
|
36 |
+
struct:
|
37 |
+
- name: bart
|
38 |
+
dtype: string
|
39 |
+
- name: pegasus
|
40 |
+
dtype: string
|
41 |
+
- name: brio
|
42 |
+
dtype: string
|
43 |
+
- name: brio-ext
|
44 |
+
dtype: string
|
45 |
+
- name: matchsum
|
46 |
+
dtype: string
|
47 |
+
- name: mixtral-8x22b-instruct-v0.1
|
48 |
+
dtype: string
|
49 |
+
- name: llama-3-8b-instruct
|
50 |
+
dtype: string
|
51 |
+
- name: GPT4
|
52 |
+
dtype: string
|
53 |
+
- name: llama-3-70b-instruct
|
54 |
+
dtype: string
|
55 |
+
- name: mixtral-8x7b-instruct-v0.1
|
56 |
+
dtype: string
|
57 |
+
- name: system_scores
|
58 |
+
struct:
|
59 |
+
- name: bart
|
60 |
+
struct:
|
61 |
+
- name: QAPyramid
|
62 |
+
dtype: float64
|
63 |
+
- name: nQAPyramid
|
64 |
+
dtype: float64
|
65 |
+
- name: p_r
|
66 |
+
dtype: float64
|
67 |
+
- name: p_l
|
68 |
+
dtype: float64
|
69 |
+
- name: R1_recall
|
70 |
+
dtype: float64
|
71 |
+
- name: R1_f1
|
72 |
+
dtype: float64
|
73 |
+
- name: R2_recall
|
74 |
+
dtype: float64
|
75 |
+
- name: R2_f1
|
76 |
+
dtype: float64
|
77 |
+
- name: RL_recall
|
78 |
+
dtype: float64
|
79 |
+
- name: RL_f1
|
80 |
+
dtype: float64
|
81 |
+
- name: ACU
|
82 |
+
dtype: float64
|
83 |
+
- name: nACU
|
84 |
+
dtype: float64
|
85 |
+
- name: BERTScore_recall
|
86 |
+
dtype: float64
|
87 |
+
- name: BERTScore_f1
|
88 |
+
dtype: float64
|
89 |
+
- name: BARTScore
|
90 |
+
dtype: float64
|
91 |
+
- name: Lite3Pyramid
|
92 |
+
dtype: float64
|
93 |
+
- name: Lite2Pyramid_w_ACU
|
94 |
+
dtype: float64
|
95 |
+
- name: AutoACU_recall
|
96 |
+
dtype: float64
|
97 |
+
- name: AutoACU_f1
|
98 |
+
dtype: float64
|
99 |
+
- name: METEOR
|
100 |
+
dtype: float64
|
101 |
+
- name: ChrF
|
102 |
+
dtype: float64
|
103 |
+
- name: SemiAutoACU
|
104 |
+
dtype: float64
|
105 |
+
- name: GEval
|
106 |
+
dtype: int64
|
107 |
+
- name: AutoQAPyramid
|
108 |
+
dtype: float64
|
109 |
+
- name: SemiAutoQAPyramid
|
110 |
+
dtype: float64
|
111 |
+
- name: pegasus
|
112 |
+
struct:
|
113 |
+
- name: QAPyramid
|
114 |
+
dtype: float64
|
115 |
+
- name: nQAPyramid
|
116 |
+
dtype: float64
|
117 |
+
- name: p_r
|
118 |
+
dtype: float64
|
119 |
+
- name: p_l
|
120 |
+
dtype: float64
|
121 |
+
- name: R1_recall
|
122 |
+
dtype: float64
|
123 |
+
- name: R1_f1
|
124 |
+
dtype: float64
|
125 |
+
- name: R2_recall
|
126 |
+
dtype: float64
|
127 |
+
- name: R2_f1
|
128 |
+
dtype: float64
|
129 |
+
- name: RL_recall
|
130 |
+
dtype: float64
|
131 |
+
- name: RL_f1
|
132 |
+
dtype: float64
|
133 |
+
- name: ACU
|
134 |
+
dtype: float64
|
135 |
+
- name: nACU
|
136 |
+
dtype: float64
|
137 |
+
- name: BERTScore_recall
|
138 |
+
dtype: float64
|
139 |
+
- name: BERTScore_f1
|
140 |
+
dtype: float64
|
141 |
+
- name: BARTScore
|
142 |
+
dtype: float64
|
143 |
+
- name: Lite3Pyramid
|
144 |
+
dtype: float64
|
145 |
+
- name: Lite2Pyramid_w_ACU
|
146 |
+
dtype: float64
|
147 |
+
- name: AutoACU_recall
|
148 |
+
dtype: float64
|
149 |
+
- name: AutoACU_f1
|
150 |
+
dtype: float64
|
151 |
+
- name: METEOR
|
152 |
+
dtype: float64
|
153 |
+
- name: ChrF
|
154 |
+
dtype: float64
|
155 |
+
- name: SemiAutoACU
|
156 |
+
dtype: float64
|
157 |
+
- name: GEval
|
158 |
+
dtype: int64
|
159 |
+
- name: AutoQAPyramid
|
160 |
+
dtype: float64
|
161 |
+
- name: SemiAutoQAPyramid
|
162 |
+
dtype: float64
|
163 |
+
- name: brio
|
164 |
+
struct:
|
165 |
+
- name: QAPyramid
|
166 |
+
dtype: float64
|
167 |
+
- name: nQAPyramid
|
168 |
+
dtype: float64
|
169 |
+
- name: p_r
|
170 |
+
dtype: float64
|
171 |
+
- name: p_l
|
172 |
+
dtype: float64
|
173 |
+
- name: R1_recall
|
174 |
+
dtype: float64
|
175 |
+
- name: R1_f1
|
176 |
+
dtype: float64
|
177 |
+
- name: R2_recall
|
178 |
+
dtype: float64
|
179 |
+
- name: R2_f1
|
180 |
+
dtype: float64
|
181 |
+
- name: RL_recall
|
182 |
+
dtype: float64
|
183 |
+
- name: RL_f1
|
184 |
+
dtype: float64
|
185 |
+
- name: ACU
|
186 |
+
dtype: float64
|
187 |
+
- name: nACU
|
188 |
+
dtype: float64
|
189 |
+
- name: BERTScore_recall
|
190 |
+
dtype: float64
|
191 |
+
- name: BERTScore_f1
|
192 |
+
dtype: float64
|
193 |
+
- name: BARTScore
|
194 |
+
dtype: float64
|
195 |
+
- name: Lite3Pyramid
|
196 |
+
dtype: float64
|
197 |
+
- name: Lite2Pyramid_w_ACU
|
198 |
+
dtype: float64
|
199 |
+
- name: AutoACU_recall
|
200 |
+
dtype: float64
|
201 |
+
- name: AutoACU_f1
|
202 |
+
dtype: float64
|
203 |
+
- name: METEOR
|
204 |
+
dtype: float64
|
205 |
+
- name: ChrF
|
206 |
+
dtype: float64
|
207 |
+
- name: SemiAutoACU
|
208 |
+
dtype: float64
|
209 |
+
- name: GEval
|
210 |
+
dtype: int64
|
211 |
+
- name: AutoQAPyramid
|
212 |
+
dtype: float64
|
213 |
+
- name: SemiAutoQAPyramid
|
214 |
+
dtype: float64
|
215 |
+
- name: brio-ext
|
216 |
+
struct:
|
217 |
+
- name: QAPyramid
|
218 |
+
dtype: float64
|
219 |
+
- name: nQAPyramid
|
220 |
+
dtype: float64
|
221 |
+
- name: p_r
|
222 |
+
dtype: float64
|
223 |
+
- name: p_l
|
224 |
+
dtype: float64
|
225 |
+
- name: R1_recall
|
226 |
+
dtype: float64
|
227 |
+
- name: R1_f1
|
228 |
+
dtype: float64
|
229 |
+
- name: R2_recall
|
230 |
+
dtype: float64
|
231 |
+
- name: R2_f1
|
232 |
+
dtype: float64
|
233 |
+
- name: RL_recall
|
234 |
+
dtype: float64
|
235 |
+
- name: RL_f1
|
236 |
+
dtype: float64
|
237 |
+
- name: ACU
|
238 |
+
dtype: float64
|
239 |
+
- name: nACU
|
240 |
+
dtype: float64
|
241 |
+
- name: BERTScore_recall
|
242 |
+
dtype: float64
|
243 |
+
- name: BERTScore_f1
|
244 |
+
dtype: float64
|
245 |
+
- name: BARTScore
|
246 |
+
dtype: float64
|
247 |
+
- name: Lite3Pyramid
|
248 |
+
dtype: float64
|
249 |
+
- name: Lite2Pyramid_w_ACU
|
250 |
+
dtype: float64
|
251 |
+
- name: AutoACU_recall
|
252 |
+
dtype: float64
|
253 |
+
- name: AutoACU_f1
|
254 |
+
dtype: float64
|
255 |
+
- name: METEOR
|
256 |
+
dtype: float64
|
257 |
+
- name: ChrF
|
258 |
+
dtype: float64
|
259 |
+
- name: SemiAutoACU
|
260 |
+
dtype: float64
|
261 |
+
- name: GEval
|
262 |
+
dtype: int64
|
263 |
+
- name: AutoQAPyramid
|
264 |
+
dtype: float64
|
265 |
+
- name: SemiAutoQAPyramid
|
266 |
+
dtype: float64
|
267 |
+
- name: matchsum
|
268 |
+
struct:
|
269 |
+
- name: QAPyramid
|
270 |
+
dtype: float64
|
271 |
+
- name: nQAPyramid
|
272 |
+
dtype: float64
|
273 |
+
- name: p_r
|
274 |
+
dtype: float64
|
275 |
+
- name: p_l
|
276 |
+
dtype: float64
|
277 |
+
- name: R1_recall
|
278 |
+
dtype: float64
|
279 |
+
- name: R1_f1
|
280 |
+
dtype: float64
|
281 |
+
- name: R2_recall
|
282 |
+
dtype: float64
|
283 |
+
- name: R2_f1
|
284 |
+
dtype: float64
|
285 |
+
- name: RL_recall
|
286 |
+
dtype: float64
|
287 |
+
- name: RL_f1
|
288 |
+
dtype: float64
|
289 |
+
- name: ACU
|
290 |
+
dtype: float64
|
291 |
+
- name: nACU
|
292 |
+
dtype: float64
|
293 |
+
- name: BERTScore_recall
|
294 |
+
dtype: float64
|
295 |
+
- name: BERTScore_f1
|
296 |
+
dtype: float64
|
297 |
+
- name: BARTScore
|
298 |
+
dtype: float64
|
299 |
+
- name: Lite3Pyramid
|
300 |
+
dtype: float64
|
301 |
+
- name: Lite2Pyramid_w_ACU
|
302 |
+
dtype: float64
|
303 |
+
- name: AutoACU_recall
|
304 |
+
dtype: float64
|
305 |
+
- name: AutoACU_f1
|
306 |
+
dtype: float64
|
307 |
+
- name: METEOR
|
308 |
+
dtype: float64
|
309 |
+
- name: ChrF
|
310 |
+
dtype: float64
|
311 |
+
- name: SemiAutoACU
|
312 |
+
dtype: float64
|
313 |
+
- name: GEval
|
314 |
+
dtype: int64
|
315 |
+
- name: AutoQAPyramid
|
316 |
+
dtype: float64
|
317 |
+
- name: SemiAutoQAPyramid
|
318 |
+
dtype: float64
|
319 |
+
- name: mixtral-8x22b-instruct-v0.1
|
320 |
+
struct:
|
321 |
+
- name: QAPyramid
|
322 |
+
dtype: float64
|
323 |
+
- name: nQAPyramid
|
324 |
+
dtype: float64
|
325 |
+
- name: p_r
|
326 |
+
dtype: float64
|
327 |
+
- name: p_l
|
328 |
+
dtype: float64
|
329 |
+
- name: R1_recall
|
330 |
+
dtype: float64
|
331 |
+
- name: R1_f1
|
332 |
+
dtype: float64
|
333 |
+
- name: R2_recall
|
334 |
+
dtype: float64
|
335 |
+
- name: R2_f1
|
336 |
+
dtype: float64
|
337 |
+
- name: RL_recall
|
338 |
+
dtype: float64
|
339 |
+
- name: RL_f1
|
340 |
+
dtype: float64
|
341 |
+
- name: BERTScore_recall
|
342 |
+
dtype: float64
|
343 |
+
- name: BERTScore_f1
|
344 |
+
dtype: float64
|
345 |
+
- name: BARTScore
|
346 |
+
dtype: float64
|
347 |
+
- name: Lite3Pyramid
|
348 |
+
dtype: float64
|
349 |
+
- name: Lite2Pyramid_w_ACU
|
350 |
+
dtype: float64
|
351 |
+
- name: AutoACU_recall
|
352 |
+
dtype: float64
|
353 |
+
- name: AutoACU_f1
|
354 |
+
dtype: float64
|
355 |
+
- name: METEOR
|
356 |
+
dtype: float64
|
357 |
+
- name: ChrF
|
358 |
+
dtype: float64
|
359 |
+
- name: SemiAutoACU
|
360 |
+
dtype: float64
|
361 |
+
- name: GEval
|
362 |
+
dtype: int64
|
363 |
+
- name: AutoQAPyramid
|
364 |
+
dtype: float64
|
365 |
+
- name: SemiAutoQAPyramid
|
366 |
+
dtype: float64
|
367 |
+
- name: llama-3-8b-instruct
|
368 |
+
struct:
|
369 |
+
- name: QAPyramid
|
370 |
+
dtype: float64
|
371 |
+
- name: nQAPyramid
|
372 |
+
dtype: float64
|
373 |
+
- name: p_r
|
374 |
+
dtype: float64
|
375 |
+
- name: p_l
|
376 |
+
dtype: float64
|
377 |
+
- name: R1_recall
|
378 |
+
dtype: float64
|
379 |
+
- name: R1_f1
|
380 |
+
dtype: float64
|
381 |
+
- name: R2_recall
|
382 |
+
dtype: float64
|
383 |
+
- name: R2_f1
|
384 |
+
dtype: float64
|
385 |
+
- name: RL_recall
|
386 |
+
dtype: float64
|
387 |
+
- name: RL_f1
|
388 |
+
dtype: float64
|
389 |
+
- name: BERTScore_recall
|
390 |
+
dtype: float64
|
391 |
+
- name: BERTScore_f1
|
392 |
+
dtype: float64
|
393 |
+
- name: BARTScore
|
394 |
+
dtype: float64
|
395 |
+
- name: Lite3Pyramid
|
396 |
+
dtype: float64
|
397 |
+
- name: Lite2Pyramid_w_ACU
|
398 |
+
dtype: float64
|
399 |
+
- name: AutoACU_recall
|
400 |
+
dtype: float64
|
401 |
+
- name: AutoACU_f1
|
402 |
+
dtype: float64
|
403 |
+
- name: METEOR
|
404 |
+
dtype: float64
|
405 |
+
- name: ChrF
|
406 |
+
dtype: float64
|
407 |
+
- name: SemiAutoACU
|
408 |
+
dtype: float64
|
409 |
+
- name: GEval
|
410 |
+
dtype: int64
|
411 |
+
- name: AutoQAPyramid
|
412 |
+
dtype: float64
|
413 |
+
- name: SemiAutoQAPyramid
|
414 |
+
dtype: float64
|
415 |
+
- name: GPT4
|
416 |
+
struct:
|
417 |
+
- name: QAPyramid
|
418 |
+
dtype: float64
|
419 |
+
- name: nQAPyramid
|
420 |
+
dtype: float64
|
421 |
+
- name: p_r
|
422 |
+
dtype: float64
|
423 |
+
- name: p_l
|
424 |
+
dtype: float64
|
425 |
+
- name: R1_recall
|
426 |
+
dtype: float64
|
427 |
+
- name: R1_f1
|
428 |
+
dtype: float64
|
429 |
+
- name: R2_recall
|
430 |
+
dtype: float64
|
431 |
+
- name: R2_f1
|
432 |
+
dtype: float64
|
433 |
+
- name: RL_recall
|
434 |
+
dtype: float64
|
435 |
+
- name: RL_f1
|
436 |
+
dtype: float64
|
437 |
+
- name: BERTScore_recall
|
438 |
+
dtype: float64
|
439 |
+
- name: BERTScore_f1
|
440 |
+
dtype: float64
|
441 |
+
- name: BARTScore
|
442 |
+
dtype: float64
|
443 |
+
- name: Lite3Pyramid
|
444 |
+
dtype: float64
|
445 |
+
- name: Lite2Pyramid_w_ACU
|
446 |
+
dtype: float64
|
447 |
+
- name: AutoACU_recall
|
448 |
+
dtype: float64
|
449 |
+
- name: AutoACU_f1
|
450 |
+
dtype: float64
|
451 |
+
- name: METEOR
|
452 |
+
dtype: float64
|
453 |
+
- name: ChrF
|
454 |
+
dtype: float64
|
455 |
+
- name: SemiAutoACU
|
456 |
+
dtype: float64
|
457 |
+
- name: GEval
|
458 |
+
dtype: int64
|
459 |
+
- name: AutoQAPyramid
|
460 |
+
dtype: float64
|
461 |
+
- name: SemiAutoQAPyramid
|
462 |
+
dtype: float64
|
463 |
+
- name: llama-3-70b-instruct
|
464 |
+
struct:
|
465 |
+
- name: QAPyramid
|
466 |
+
dtype: float64
|
467 |
+
- name: nQAPyramid
|
468 |
+
dtype: float64
|
469 |
+
- name: p_r
|
470 |
+
dtype: float64
|
471 |
+
- name: p_l
|
472 |
+
dtype: float64
|
473 |
+
- name: R1_recall
|
474 |
+
dtype: float64
|
475 |
+
- name: R1_f1
|
476 |
+
dtype: float64
|
477 |
+
- name: R2_recall
|
478 |
+
dtype: float64
|
479 |
+
- name: R2_f1
|
480 |
+
dtype: float64
|
481 |
+
- name: RL_recall
|
482 |
+
dtype: float64
|
483 |
+
- name: RL_f1
|
484 |
+
dtype: float64
|
485 |
+
- name: BERTScore_recall
|
486 |
+
dtype: float64
|
487 |
+
- name: BERTScore_f1
|
488 |
+
dtype: float64
|
489 |
+
- name: BARTScore
|
490 |
+
dtype: float64
|
491 |
+
- name: Lite3Pyramid
|
492 |
+
dtype: float64
|
493 |
+
- name: Lite2Pyramid_w_ACU
|
494 |
+
dtype: float64
|
495 |
+
- name: AutoACU_recall
|
496 |
+
dtype: float64
|
497 |
+
- name: AutoACU_f1
|
498 |
+
dtype: float64
|
499 |
+
- name: METEOR
|
500 |
+
dtype: float64
|
501 |
+
- name: ChrF
|
502 |
+
dtype: float64
|
503 |
+
- name: SemiAutoACU
|
504 |
+
dtype: float64
|
505 |
+
- name: GEval
|
506 |
+
dtype: int64
|
507 |
+
- name: AutoQAPyramid
|
508 |
+
dtype: float64
|
509 |
+
- name: SemiAutoQAPyramid
|
510 |
+
dtype: float64
|
511 |
+
- name: mixtral-8x7b-instruct-v0.1
|
512 |
+
struct:
|
513 |
+
- name: QAPyramid
|
514 |
+
dtype: float64
|
515 |
+
- name: nQAPyramid
|
516 |
+
dtype: float64
|
517 |
+
- name: p_r
|
518 |
+
dtype: float64
|
519 |
+
- name: p_l
|
520 |
+
dtype: float64
|
521 |
+
- name: R1_recall
|
522 |
+
dtype: float64
|
523 |
+
- name: R1_f1
|
524 |
+
dtype: float64
|
525 |
+
- name: R2_recall
|
526 |
+
dtype: float64
|
527 |
+
- name: R2_f1
|
528 |
+
dtype: float64
|
529 |
+
- name: RL_recall
|
530 |
+
dtype: float64
|
531 |
+
- name: RL_f1
|
532 |
+
dtype: float64
|
533 |
+
- name: BERTScore_recall
|
534 |
+
dtype: float64
|
535 |
+
- name: BERTScore_f1
|
536 |
+
dtype: float64
|
537 |
+
- name: BARTScore
|
538 |
+
dtype: float64
|
539 |
+
- name: Lite3Pyramid
|
540 |
+
dtype: float64
|
541 |
+
- name: Lite2Pyramid_w_ACU
|
542 |
+
dtype: float64
|
543 |
+
- name: AutoACU_recall
|
544 |
+
dtype: float64
|
545 |
+
- name: AutoACU_f1
|
546 |
+
dtype: float64
|
547 |
+
- name: METEOR
|
548 |
+
dtype: float64
|
549 |
+
- name: ChrF
|
550 |
+
dtype: float64
|
551 |
+
- name: SemiAutoACU
|
552 |
+
dtype: float64
|
553 |
+
- name: GEval
|
554 |
+
dtype: int64
|
555 |
+
- name: AutoQAPyramid
|
556 |
+
dtype: float64
|
557 |
+
- name: SemiAutoQAPyramid
|
558 |
+
dtype: float64
|
559 |
+
splits:
|
560 |
+
- name: cnndm_test
|
561 |
+
num_bytes: 3965800
|
562 |
+
num_examples: 500
|
563 |
+
download_size: 1993893
|
564 |
+
dataset_size: 3965800
|
565 |
+
configs:
|
566 |
+
- config_name: default
|
567 |
+
data_files:
|
568 |
+
- split: cnndm_test
|
569 |
+
path: data/cnndm_test-*
|
570 |
+
task_categories:
|
571 |
+
- summarization
|
572 |
+
language:
|
573 |
+
- en
|
574 |
+
tags:
|
575 |
+
- news
|
576 |
+
- cnndm
|
577 |
+
pretty_name: QAPyramid
|
578 |
+
size_categories:
|
579 |
+
- n<1K
|
580 |
+
---
|