-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextractor_eval_baseline.json
More file actions
529 lines (529 loc) · 11.5 KB
/
Copy pathextractor_eval_baseline.json
File metadata and controls
529 lines (529 loc) · 11.5 KB
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
{
"mode": "baseline",
"thresholds": {
"precision_min": 0.8,
"recall_min": 0.85,
"shred_rate_max": 0.15,
"inversion_rate_max": 0.05,
"dup_rate_max": 0.2
},
"metrics": {
"precision": 0.75,
"recall": 0.85,
"shred_rate": 0.5,
"inversion_rate": 0.0,
"dup_rate": 0.0,
"counts": {
"cases": 40,
"total_emitted": 56,
"spurious": 14,
"recall_hits": 34,
"recall_denom": 40,
"shred": [
5,
10
],
"inversion": [
0,
15
],
"dup": [
0,
5
]
}
},
"per_case": [
{
"id": "ctrl-01",
"cls": "control",
"emitted": 1,
"max_facts": 1,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"The render cache will live in Redis."
]
},
{
"id": "ctrl-02",
"cls": "control",
"emitted": 1,
"max_facts": 1,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"Aaron uses an RTX 4090 GPU on his primary workstation."
]
},
{
"id": "ctrl-03",
"cls": "control",
"emitted": 1,
"max_facts": 1,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"Aaron prefers spaces over tabs for indentation."
]
},
{
"id": "ctrl-04",
"cls": "control",
"emitted": 1,
"max_facts": 1,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"The staging server web-3 is currently green."
]
},
{
"id": "ctrl-05",
"cls": "control",
"emitted": 1,
"max_facts": 1,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"API keys are stored at C:\\config\\keys.env."
]
},
{
"id": "ctrl-06",
"cls": "control",
"emitted": 1,
"max_facts": 1,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"Never force-push to the shared main branch."
]
},
{
"id": "ctrl-07",
"cls": "control",
"emitted": 1,
"max_facts": 1,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"The team shipped the v2 launcher on 2026-06-01."
]
},
{
"id": "ctrl-08",
"cls": "control",
"emitted": 1,
"max_facts": 1,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"Aaron parked the mobile port."
]
},
{
"id": "ctrl-09",
"cls": "control",
"emitted": 1,
"max_facts": 1,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"Aaron's project timezone is US Eastern."
]
},
{
"id": "ctrl-10",
"cls": "control",
"emitted": 1,
"max_facts": 1,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"The design doc for the vault system lives at docs/vault.md."
]
},
{
"id": "inv-01",
"cls": "inventory",
"emitted": 0,
"max_facts": 1,
"correct": 0,
"corrupted": false,
"over": false,
"statements": []
},
{
"id": "inv-02",
"cls": "inventory",
"emitted": 3,
"max_facts": 1,
"correct": 3,
"corrupted": false,
"over": true,
"statements": [
"All L3 answers route to the memory store through remember().",
"All L2 external acquisitions route to the memory store through remember().",
"All personal-domain facts route to the memory store via remember()."
]
},
{
"id": "inv-03",
"cls": "inventory",
"emitted": 5,
"max_facts": 1,
"correct": 5,
"corrupted": false,
"over": true,
"statements": [
"The world module contains every planet.",
"Tatooine is in the world module.",
"Naboo is in the world module.",
"Corellia is in the world module.",
"Dantooine is in the world module."
]
},
{
"id": "inv-04",
"cls": "inventory",
"emitted": 4,
"max_facts": 1,
"correct": 4,
"corrupted": false,
"over": true,
"statements": [
"The vault component stores the player's credits.",
"The vault component stores inventory items.",
"The vault component stores faction standing.",
"The vault component stores the current quest log."
]
},
{
"id": "inv-05",
"cls": "inventory",
"emitted": 0,
"max_facts": 1,
"correct": 0,
"corrupted": false,
"over": false,
"statements": []
},
{
"id": "inv-06",
"cls": "inventory",
"emitted": 1,
"max_facts": 1,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"The crafting system supports weapons, armor, consumables, and decorations."
]
},
{
"id": "inv-07",
"cls": "inventory",
"emitted": 5,
"max_facts": 1,
"correct": 5,
"corrupted": false,
"over": true,
"statements": [
"The onboarding flow is documented.",
"Step one of the onboarding process is signup.",
"Step two of the onboarding process is email verification.",
"Step three of the onboarding process is profile setup.",
"Step four of the onboarding process is the tutorial."
]
},
{
"id": "inv-08",
"cls": "inventory",
"emitted": 2,
"max_facts": 1,
"correct": 0,
"corrupted": false,
"over": true,
"statements": [
"It tracks health.",
"It tracks stamina."
]
},
{
"id": "inv-09",
"cls": "inventory",
"emitted": 0,
"max_facts": 1,
"correct": 0,
"corrupted": false,
"over": false,
"statements": []
},
{
"id": "inv-10",
"cls": "inventory",
"emitted": 1,
"max_facts": 1,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"The asset exporter supports glTF, FBX, OBJ, and USD formats."
]
},
{
"id": "neg-01",
"cls": "negation",
"emitted": 1,
"max_facts": 2,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"The orchestrator builds the handoff prompt itself and dispatches it."
]
},
{
"id": "neg-02",
"cls": "negation",
"emitted": 1,
"max_facts": 2,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"The vault autosave feature is enabled by default."
]
},
{
"id": "neg-03",
"cls": "negation",
"emitted": 1,
"max_facts": 2,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"Fall damage is disabled below five meters."
]
},
{
"id": "neg-04",
"cls": "negation",
"emitted": 0,
"max_facts": 2,
"correct": 0,
"corrupted": false,
"over": false,
"statements": []
},
{
"id": "neg-05",
"cls": "negation",
"emitted": 1,
"max_facts": 2,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"The server no longer trusts client-side hit detection."
]
},
{
"id": "neg-06",
"cls": "negation",
"emitted": 1,
"max_facts": 2,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"The debug overlay is not shown in release builds."
]
},
{
"id": "neg-07",
"cls": "negation",
"emitted": 1,
"max_facts": 2,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"The tutorial is disabled for returning players."
]
},
{
"id": "neg-08",
"cls": "negation",
"emitted": 1,
"max_facts": 2,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"Weapon damage does not increase with distance; it falls off the farther the target is."
]
},
{
"id": "id-01",
"cls": "identity",
"emitted": 2,
"max_facts": 2,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"Aaron's collaborator MickyB has the GitHub user mdbridges1.",
"Aaron's own GitHub handle is Laythros."
]
},
{
"id": "id-02",
"cls": "identity",
"emitted": 2,
"max_facts": 2,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"The staging database is named rift_dev.",
"The production database is named rift_prod."
]
},
{
"id": "id-03",
"cls": "identity",
"emitted": 2,
"max_facts": 2,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"Riftforge Studios is Aaron's studio.",
"Aporia Labs is the publisher they work with."
]
},
{
"id": "id-04",
"cls": "identity",
"emitted": 2,
"max_facts": 2,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"The public API endpoint is api.riftreach.io.",
"The internal admin API endpoint is admin.riftreach.io."
]
},
{
"id": "id-05",
"cls": "identity",
"emitted": 2,
"max_facts": 2,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"Aaron's personal email is dev@riftforge.io.",
"The support alias is help@riftforge.io."
]
},
{
"id": "id-06",
"cls": "identity",
"emitted": 2,
"max_facts": 2,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"Priya is the lead engineer on RiftReach.",
"Mara is the lead artist on RiftReach."
]
},
{
"id": "id-07",
"cls": "identity",
"emitted": 2,
"max_facts": 2,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"The default branch of this repo is trunk.",
"The release branch of this repo is stable."
]
},
{
"id": "dup-01",
"cls": "duplicate",
"emitted": 1,
"max_facts": 1,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"The main build is currently passing all checks."
]
},
{
"id": "dup-02",
"cls": "duplicate",
"emitted": 0,
"max_facts": 1,
"correct": 0,
"corrupted": false,
"over": false,
"statements": []
},
{
"id": "dup-03",
"cls": "duplicate",
"emitted": 1,
"max_facts": 1,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"The vault uses optimistic locking."
]
},
{
"id": "dup-04",
"cls": "duplicate",
"emitted": 1,
"max_facts": 1,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"Releases must go through the staging gate before production."
]
},
{
"id": "dup-05",
"cls": "duplicate",
"emitted": 1,
"max_facts": 1,
"correct": 1,
"corrupted": false,
"over": false,
"statements": [
"The API caps at 100 requests per minute."
]
}
]
}