File size: 1,571 Bytes
4c60aa5 | 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 | {
"2": {
"n_obj": 2,
"total": 400,
"correct": 54,
"swap_error": 46,
"hallucination": 300,
"accuracy": 0.135,
"swap_rate": 0.115,
"hallucination_rate": 0.75
},
"3": {
"n_obj": 3,
"total": 600,
"correct": 58,
"swap_error": 95,
"hallucination": 447,
"accuracy": 0.0967,
"swap_rate": 0.1583,
"hallucination_rate": 0.745
},
"4": {
"n_obj": 4,
"total": 800,
"correct": 108,
"swap_error": 240,
"hallucination": 452,
"accuracy": 0.135,
"swap_rate": 0.3,
"hallucination_rate": 0.565
},
"5": {
"n_obj": 5,
"total": 1000,
"correct": 126,
"swap_error": 404,
"hallucination": 470,
"accuracy": 0.126,
"swap_rate": 0.404,
"hallucination_rate": 0.47
},
"6": {
"n_obj": 6,
"total": 1200,
"correct": 138,
"swap_error": 463,
"hallucination": 599,
"accuracy": 0.115,
"swap_rate": 0.3858,
"hallucination_rate": 0.4992
},
"7": {
"n_obj": 7,
"total": 1400,
"correct": 172,
"swap_error": 721,
"hallucination": 507,
"accuracy": 0.1229,
"swap_rate": 0.515,
"hallucination_rate": 0.3621
},
"8": {
"n_obj": 8,
"total": 1600,
"correct": 194,
"swap_error": 962,
"hallucination": 444,
"accuracy": 0.1212,
"swap_rate": 0.6012,
"hallucination_rate": 0.2775
},
"overall": {
"total": 7000,
"correct": 850,
"swap_error": 2931,
"hallucination": 3219,
"accuracy": 0.1214,
"swap_rate": 0.4187,
"hallucination_rate": 0.4599
}
} |