You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: prototype/experiments/results/s7_oh_gpt5mini_r1/openhands_gpt5mini_s7/metrics.json
+72-11Lines changed: 72 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
{
2
2
"scenario": "s7_research_notes",
3
3
"sut_id": "openhands_gpt5mini_s7",
4
-
"n_sessions": 5,
4
+
"n_sessions": 6,
5
5
"m0": 0.5,
6
-
"m_final": 0.6875,
7
-
"half_life": Infinity,
8
-
"decay_slope": 0.09464285714285714,
6
+
"m_final": 0.25,
7
+
"half_life": 5.0,
8
+
"decay_slope": 0.0007653061224489832,
9
9
"checkpoints": [
10
10
[
11
11
0,
@@ -26,6 +26,10 @@
26
26
[
27
27
4,
28
28
0.6875
29
+
],
30
+
[
31
+
5,
32
+
0.25
29
33
]
30
34
],
31
35
"headline_metric": "recall_accuracy",
@@ -49,6 +53,10 @@
49
53
[
50
54
4,
51
55
0.6875
56
+
],
57
+
[
58
+
5,
59
+
0.25
52
60
]
53
61
],
54
62
"task_curve": [
@@ -71,6 +79,10 @@
71
79
[
72
80
4,
73
81
1.0
82
+
],
83
+
[
84
+
5,
85
+
1.0
74
86
]
75
87
],
76
88
"pytest_curve": [
@@ -93,6 +105,10 @@
93
105
[
94
106
4,
95
107
0.23076923076923078
108
+
],
109
+
[
110
+
5,
111
+
0.2
96
112
]
97
113
],
98
114
"workspace_fidelity_curve": [
@@ -115,6 +131,10 @@
115
131
[
116
132
4,
117
133
0.8888888888888888
134
+
],
135
+
[
136
+
5,
137
+
0.9032258064516129
118
138
]
119
139
],
120
140
"per_session": [
@@ -323,6 +343,47 @@
323
343
"probe_turns_max": 6,
324
344
"probe_turns_when_correct": 3.75,
325
345
"probe_turns_when_wrong": null
346
+
},
347
+
{
348
+
"session": 5,
349
+
"task_prompt_tokens": 106522,
350
+
"task_score_coarse": 1.0,
351
+
"pytest_pass_rate": 0.2,
352
+
"pytest_passed": 3,
353
+
"pytest_failed": 12,
354
+
"pytest_total": 15,
355
+
"probe_recall": 0.25,
356
+
"workspace_fidelity": 0.9032258064516129,
357
+
"elapsed_s": 79.279705286026,
358
+
"probe_details": [
359
+
{
360
+
"id": "s5_p11",
361
+
"metric_tag": "recall",
362
+
"probe_type": "compare",
363
+
"chain_depth": 1,
364
+
"score": 0.0,
365
+
"num_turns": 1,
366
+
"response_text": "Which collection schema do you mean? Please specify the file, model, or repository (or paste the schema). I can then list and explain the fields."
367
+
},
368
+
{
369
+
"id": "s5_p12",
370
+
"metric_tag": "recall",
371
+
"probe_type": "standalone",
372
+
"chain_depth": 1,
373
+
"score": 0.5,
374
+
"num_turns": 3,
375
+
"response_text": "I\u2019m missing context \u2014 which \u201ccollections\u201d do you mean (project/repo/tool)? Examples:\n- Hugging Face Hub collections (stored on HF servers, JSON via API)\n- VS Code extension or browser \u201ccollections\u201d (tool-specific locations)\n- A specific repo\u2019s collections directory (on-disk path + file format)\n\nTell"
0 commit comments