-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathimo_training_report.json
More file actions
55 lines (55 loc) · 934 Bytes
/
imo_training_report.json
File metadata and controls
55 lines (55 loc) · 934 Bytes
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
{
"timestamp": "2026-05-26T10:58:56",
"total_problems": 12,
"accuracy": 100.0,
"avg_pci": 100.0,
"problems_by_domain": {
"combinatorial_geometry": {
"total": 1,
"correct": 1,
"avg_pci": 100.0
},
"number_theory": {
"total": 5,
"correct": 5,
"avg_pci": 100.0
},
"functional_equation": {
"total": 2,
"correct": 2,
"avg_pci": 100.0
},
"geometry": {
"total": 2,
"correct": 2,
"avg_pci": 100.0
},
"inequality": {
"total": 1,
"correct": 1,
"avg_pci": 100.0
},
"combinatorics": {
"total": 1,
"correct": 1,
"avg_pci": 100.0
}
},
"reasoning_coverage": {
"R01": 12,
"R02": 12,
"R05": 12,
"R10": 12,
"R14": 12,
"R08": 10,
"R17": 7,
"R19": 7,
"R22": 6,
"R04": 5,
"R15": 4,
"R12": 4,
"R26": 3,
"R09": 2,
"R23": 2
}
}