File size: 1,477 Bytes
0bbcd48 | 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 | {
"model": "t5-base",
"dataset": "spider",
"run": 1,
"eval_beams": 4,
"n_samples": 1034,
"em_raw": 0.3221,
"em_norm": 0.3781,
"ex": 0.472,
"ex_errors": 372,
"by_sql_type": {
"AGGREGATION": {
"total": 551,
"em_norm": 0.3902,
"ex": 0.4537
},
"ORDER_BY": {
"total": 237,
"em_norm": 0.3544,
"ex": 0.4895
},
"LIMIT": {
"total": 189,
"em_norm": 0.291,
"ex": 0.4233
},
"SIMPLE": {
"total": 185,
"em_norm": 0.5297,
"ex": 0.6216
},
"GROUP_BY": {
"total": 277,
"em_norm": 0.3141,
"ex": 0.4116
},
"NESTED": {
"total": 83,
"em_norm": 0.3012,
"ex": 0.3373
},
"JOIN": {
"total": 408,
"em_norm": 0.1054,
"ex": 0.2574
},
"HAVING": {
"total": 79,
"em_norm": 0.2658,
"ex": 0.3544
}
},
"by_hardness": {
"easy": {
"total": 456,
"em_norm": 0.5658,
"ex": 0.6272
},
"medium": {
"total": 402,
"em_norm": 0.2164,
"ex": 0.3657
},
"hard": {
"total": 168,
"em_norm": 0.2738,
"ex": 0.3214
},
"extra_hard": {
"total": 8,
"em_norm": 0.0,
"ex": 0.125
}
},
"error_types": {
"OTHER": 165,
"WRONG_COLUMNS": 125,
"WRONG_TABLE": 255,
"EXTRA_JOIN": 42,
"MISSING_JOIN": 42,
"MISSING_ORDER_BY": 7,
"MISSING_GROUP_BY": 6,
"MISSING_WHERE": 1
}
} |