File size: 81,106 Bytes
a1d4a4f
3cff18b
47429ce
 
3cff18b
 
47429ce
a1d4a4f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3cff18b
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
<svg xmlns="http://www.w3.org/2000/svg" width="2600" height="2300" viewBox="0 0 2600 2300">
<defs>
<filter id="softGlow"><feGaussianBlur stdDeviation="4" result="blur"/><feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge></filter>
<pattern id="dots" width="22" height="22" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="1.15" fill="#ccffa0" opacity="0.12"/></pattern>
</defs>
<rect width="100%" height="100%" fill="#020502"/>
<rect width="100%" height="100%" fill="url(#dots)" opacity="0.40"/>
<rect x="28" y="28" width="2544" height="2244" rx="24" fill="#061006" fill-opacity="0.90" stroke="#ccffa0" stroke-opacity="0.22"/>
<text x="70.0" y="92.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="46" font-weight="850" fill="#f4f8ef" opacity="1.000">128-Episode 20-Task Radar</text>
<text x="70.0" y="136.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="22" font-weight="650" fill="#dce8d7" opacity="1.000">Selected 96/16/16 episode split; all seven 128-episode rows score all 20 axes.</text>
<text x="70.0" y="170.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="17" font-weight="560" fill="#a5afa2" opacity="1.000">Metadata, raw-feature, and foundation-model methods are separated into grouped radar panels instead of one crowded overlay.</text>
<rect x="70.0" y="198" width="152.0" height="42" rx="21" fill="#ccffa0" fill-opacity="0.10" stroke="#ccffa0" stroke-opacity="0.38"/>
<text x="88.0" y="226.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="15" font-weight="780" fill="#ccffa0" opacity="1.000">20 task axes</text>
<rect x="234.0" y="198" width="240.2" height="42" rx="21" fill="#67e8d1" fill-opacity="0.10" stroke="#67e8d1" stroke-opacity="0.38"/>
<text x="252.0" y="226.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="15" font-weight="780" fill="#67e8d1" opacity="1.000">140 method-task records</text>
<rect x="486.2" y="198" width="193.2" height="42" rx="21" fill="#22d3ee" fill-opacity="0.10" stroke="#22d3ee" stroke-opacity="0.38"/>
<text x="504.2" y="226.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="15" font-weight="780" fill="#22d3ee" opacity="1.000">140 scored records</text>
<rect x="691.4" y="198" width="183.8" height="42" rx="21" fill="#f59e0b" fill-opacity="0.10" stroke="#f59e0b" stroke-opacity="0.38"/>
<text x="709.4" y="226.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="15" font-weight="780" fill="#f59e0b" opacity="1.000">40/40 raw128 pass</text>
<rect x="887.2" y="198" width="152.0" height="42" rx="21" fill="#f472b6" fill-opacity="0.10" stroke="#f472b6" stroke-opacity="0.38"/>
<text x="905.2" y="226.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="15" font-weight="780" fill="#f472b6" opacity="1.000">0 scoreless</text>
<rect x="70.0" y="278.0" width="1198.0" height="625.0" rx="20" fill="#071007" fill-opacity="0.90" stroke="#ccffa0" stroke-opacity="0.22"/>
<text x="100.0" y="328.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="24" font-weight="850" fill="#f4f8ef" opacity="1.000">128-episode metadata/text</text>
<text x="100.0" y="362.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="15" font-weight="620" fill="#a5afa2" opacity="1.000">Aligned JSONL metadata/text plus staged target blocks.</text>
<polygon points="525.2,595.1 539.3,597.3 551.9,603.8 562.0,613.8 568.4,626.5 570.7,640.5 568.4,654.5 562.0,667.2 551.9,677.2 539.3,683.7 525.2,685.9 511.2,683.7 498.5,677.2 488.5,667.2 482.0,654.5 479.8,640.5 482.0,626.5 488.5,613.8 498.5,603.8 511.2,597.3" fill="none" fill-opacity="0.000" stroke="#ccffa0" stroke-opacity="0.160" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="round"/>
<text x="535.2" y="600.1" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="12" font-weight="680" fill="#a5afa2" opacity="0.780">0.05</text>
<polygon points="525.2,538.9 556.6,543.9 584.9,558.3 607.4,580.8 621.8,609.1 626.8,640.5 621.8,671.9 607.4,700.2 584.9,722.7 556.6,737.1 525.2,742.1 493.9,737.1 465.5,722.7 443.1,700.2 428.6,671.9 423.7,640.5 428.6,609.1 443.1,580.8 465.5,558.3 493.9,543.9" fill="none" fill-opacity="0.000" stroke="#ccffa0" stroke-opacity="0.160" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="round"/>
<text x="535.2" y="543.9" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="12" font-weight="680" fill="#a5afa2" opacity="0.780">0.25</text>
<polygon points="525.2,496.9 569.6,503.9 609.7,524.3 641.4,556.1 661.8,596.1 668.9,640.5 661.8,684.9 641.4,724.9 609.7,756.7 569.6,777.1 525.2,784.1 480.9,777.1 440.8,756.7 409.0,724.9 388.6,684.9 381.6,640.5 388.6,596.1 409.0,556.1 440.8,524.3 480.9,503.9" fill="none" fill-opacity="0.000" stroke="#ccffa0" stroke-opacity="0.160" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="round"/>
<text x="535.2" y="501.9" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="12" font-weight="680" fill="#a5afa2" opacity="0.780">0.5</text>
<polygon points="525.2,464.6 579.6,473.2 628.6,498.2 667.6,537.1 692.5,586.1 701.2,640.5 692.5,694.9 667.6,743.9 628.6,782.8 579.6,807.8 525.2,816.4 470.9,807.8 421.8,782.8 382.9,743.9 357.9,694.9 349.3,640.5 357.9,586.1 382.9,537.1 421.8,498.2 470.9,473.2" fill="none" fill-opacity="0.000" stroke="#ccffa0" stroke-opacity="0.160" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="round"/>
<text x="535.2" y="469.6" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="12" font-weight="680" fill="#a5afa2" opacity="0.780">0.75</text>
<polygon points="525.2,437.4 588.0,447.3 644.6,476.2 689.6,521.1 718.4,577.7 728.4,640.5 718.4,703.3 689.6,759.9 644.6,804.8 588.0,833.7 525.2,843.6 462.5,833.7 405.8,804.8 360.9,759.9 332.1,703.3 322.1,640.5 332.1,577.7 360.9,521.1 405.8,476.2 462.5,447.3" fill="none" fill-opacity="0.000" stroke="#ccffa0" stroke-opacity="0.160" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="round"/>
<text x="535.2" y="442.4" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="12" font-weight="680" fill="#a5afa2" opacity="0.780">1</text>
<line x1="525.2" y1="640.5" x2="525.2" y2="437.4" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="525.2" cy="399.4" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="525.2" y="403.7" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">01</text>
<line x1="525.2" y1="640.5" x2="588.0" y2="447.3" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="599.8" cy="411.2" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="599.8" y="415.5" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">02</text>
<line x1="525.2" y1="640.5" x2="644.6" y2="476.2" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="667.0" cy="445.4" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="667.0" y="449.7" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">03</text>
<line x1="525.2" y1="640.5" x2="689.6" y2="521.1" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="720.3" cy="498.8" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="720.3" y="503.1" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">04</text>
<line x1="525.2" y1="640.5" x2="718.4" y2="577.7" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="754.6" cy="566.0" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="754.6" y="570.3" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">05</text>
<line x1="525.2" y1="640.5" x2="728.4" y2="640.5" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="766.4" cy="640.5" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="766.4" y="644.8" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">06</text>
<line x1="525.2" y1="640.5" x2="718.4" y2="703.3" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="754.6" cy="715.0" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="754.6" y="719.3" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">07</text>
<line x1="525.2" y1="640.5" x2="689.6" y2="759.9" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="720.3" cy="782.2" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="720.3" y="786.5" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">08</text>
<line x1="525.2" y1="640.5" x2="644.6" y2="804.8" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="667.0" cy="835.6" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="667.0" y="839.9" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">09</text>
<line x1="525.2" y1="640.5" x2="588.0" y2="833.7" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="599.8" cy="869.8" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="599.8" y="874.1" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">10</text>
<line x1="525.2" y1="640.5" x2="525.2" y2="843.6" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="525.2" cy="881.6" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="525.2" y="885.9" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">11</text>
<line x1="525.2" y1="640.5" x2="462.5" y2="833.7" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="450.7" cy="869.8" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="450.7" y="874.1" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">12</text>
<line x1="525.2" y1="640.5" x2="405.8" y2="804.8" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="383.5" cy="835.6" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="383.5" y="839.9" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">13</text>
<line x1="525.2" y1="640.5" x2="360.9" y2="759.9" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="330.2" cy="782.2" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="330.2" y="786.5" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">14</text>
<line x1="525.2" y1="640.5" x2="332.1" y2="703.3" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="295.9" cy="715.0" r="18.0" fill="#f472b6" fill-opacity="0.14" stroke="#f472b6" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="295.9" y="719.3" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#f472b6" opacity="0.980">15</text>
<line x1="525.2" y1="640.5" x2="322.1" y2="640.5" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="284.1" cy="640.5" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="284.1" y="644.8" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">16</text>
<line x1="525.2" y1="640.5" x2="332.1" y2="577.7" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="295.9" cy="566.0" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="295.9" y="570.3" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">17</text>
<line x1="525.2" y1="640.5" x2="360.9" y2="521.1" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="330.2" cy="498.8" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="330.2" y="503.1" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">18</text>
<line x1="525.2" y1="640.5" x2="405.8" y2="476.2" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="383.5" cy="445.4" r="18.0" fill="#f472b6" fill-opacity="0.14" stroke="#f472b6" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="383.5" y="449.7" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#f472b6" opacity="0.980">19</text>
<line x1="525.2" y1="640.5" x2="462.5" y2="447.3" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="450.7" cy="411.2" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="450.7" y="415.5" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">20</text>
<polygon points="525.2,622.0 526.1,637.8 590.3,551.0 538.5,630.9 546.6,633.6 659.7,640.5 606.7,667.0 533.2,646.3 531.3,648.9 525.2,640.5 525.2,772.1 480.9,777.1 517.2,651.6 523.4,641.8 525.2,640.5 525.2,640.5 444.1,614.1 454.9,589.4 519.7,632.9 517.1,615.4" fill="#ffd166" fill-opacity="0.065" stroke="#ffd166" stroke-opacity="0.920" stroke-width="4.4" stroke-linejoin="round" stroke-linecap="round" stroke-dasharray="9 6"/>
<circle cx="525.2" cy="622.0" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="526.1" cy="637.8" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="590.3" cy="551.0" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="538.5" cy="630.9" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="546.6" cy="633.6" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="659.7" cy="640.5" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="606.7" cy="667.0" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="533.2" cy="646.3" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="531.3" cy="648.9" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="525.2" cy="640.5" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="525.2" cy="772.1" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="480.9" cy="777.1" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="517.2" cy="651.6" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="523.4" cy="641.8" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="525.2" cy="640.5" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="525.2" cy="640.5" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="444.1" cy="614.1" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="454.9" cy="589.4" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="519.7" cy="632.9" r="7.2" fill="#ffd166" fill-opacity="0.95" stroke="#f4f8ef" stroke-width="2.4"/>
<circle cx="517.1" cy="615.4" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<polygon points="525.2,627.4 525.8,638.9 608.3,526.2 536.8,632.1 622.1,609.0 678.4,640.5 608.7,667.6 540.2,651.3 531.3,648.9 525.2,640.5 525.2,825.0 469.9,810.8 518.7,649.5 524.5,641.0 525.2,640.5 525.2,640.5 444.6,614.3 458.6,592.1 519.0,631.9 493.6,543.1" fill="#f472b6" fill-opacity="0.055" stroke="#f472b6" stroke-opacity="0.920" stroke-width="4.4" stroke-linejoin="round" stroke-linecap="round" stroke-dasharray="3 6"/>
<circle cx="525.2" cy="627.4" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="525.8" cy="638.9" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="608.3" cy="526.2" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="536.8" cy="632.1" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="622.1" cy="609.0" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="678.4" cy="640.5" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="608.7" cy="667.6" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="540.2" cy="651.3" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="531.3" cy="648.9" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="525.2" cy="640.5" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="525.2" cy="825.0" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="469.9" cy="810.8" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="518.7" cy="649.5" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="524.5" cy="641.0" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="525.2" cy="640.5" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="525.2" cy="640.5" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="444.6" cy="614.3" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="458.6" cy="592.1" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="519.0" cy="631.9" r="7.2" fill="#f472b6" fill-opacity="0.95" stroke="#f4f8ef" stroke-width="2.4"/>
<circle cx="493.6" cy="543.1" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<text x="788.8" y="386.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="17" font-weight="850" fill="#ccffa0" opacity="1.000">Methods</text>
<line x1="788.8" y1="424.0" x2="856.8" y2="424.0" stroke="#ffd166" stroke-width="6" stroke-linecap="round" stroke-dasharray="9 6"/>
<circle cx="822.8" cy="424.0" r="6" fill="#ffd166" stroke="#020502" stroke-width="1.8"/>
<text x="874.8" y="430.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="15" font-weight="850" fill="#f4f8ef" opacity="1.000">128ep Aligned Simple</text>
<text x="874.8" y="452.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="12" font-weight="800" fill="#ffd166" opacity="1.000">20/20 scored · 1 proxy</text>
<text x="874.8" y="474.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">128-episode aligned simple</text>
<text x="874.8" y="488.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">baselines: JSONL metadata/text</text>
<line x1="788.8" y1="520.0" x2="856.8" y2="520.0" stroke="#f472b6" stroke-width="6" stroke-linecap="round" stroke-dasharray="3 6"/>
<circle cx="822.8" cy="520.0" r="6" fill="#f472b6" stroke="#020502" stroke-width="1.8"/>
<text x="874.8" y="526.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="15" font-weight="850" fill="#f4f8ef" opacity="1.000">128ep Aligned NN</text>
<text x="874.8" y="548.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="12" font-weight="800" fill="#f472b6" opacity="1.000">20/20 scored · 1 proxy</text>
<text x="874.8" y="570.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">128-episode aligned MLP baselines:</text>
<text x="874.8" y="584.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">JSONL metadata/text tasks plus</text>
<text x="100.0" y="871.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="12" font-weight="620" fill="#a5afa2" opacity="0.900">Radius = sqrt(normalized score); exact raw and normalized values are in the matrix.</text>
<rect x="1302.0" y="278.0" width="1198.0" height="625.0" rx="20" fill="#071007" fill-opacity="0.90" stroke="#ccffa0" stroke-opacity="0.22"/>
<text x="1332.0" y="328.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="24" font-weight="850" fill="#f4f8ef" opacity="1.000">128-episode raw features</text>
<text x="1332.0" y="362.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="15" font-weight="620" fill="#a5afa2" opacity="1.000">4430-dim sensor-block heads; proxy axes are flagged.</text>
<polygon points="1757.2,595.1 1771.3,597.3 1783.9,603.8 1794.0,613.8 1800.4,626.5 1802.7,640.5 1800.4,654.5 1794.0,667.2 1783.9,677.2 1771.3,683.7 1757.2,685.9 1743.2,683.7 1730.5,677.2 1720.5,667.2 1714.0,654.5 1711.8,640.5 1714.0,626.5 1720.5,613.8 1730.5,603.8 1743.2,597.3" fill="none" fill-opacity="0.000" stroke="#ccffa0" stroke-opacity="0.160" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="round"/>
<text x="1767.2" y="600.1" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="12" font-weight="680" fill="#a5afa2" opacity="0.780">0.05</text>
<polygon points="1757.2,538.9 1788.6,543.9 1816.9,558.3 1839.4,580.8 1853.8,609.1 1858.8,640.5 1853.8,671.9 1839.4,700.2 1816.9,722.7 1788.6,737.1 1757.2,742.1 1725.9,737.1 1697.5,722.7 1675.1,700.2 1660.6,671.9 1655.7,640.5 1660.6,609.1 1675.1,580.8 1697.5,558.3 1725.9,543.9" fill="none" fill-opacity="0.000" stroke="#ccffa0" stroke-opacity="0.160" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="round"/>
<text x="1767.2" y="543.9" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="12" font-weight="680" fill="#a5afa2" opacity="0.780">0.25</text>
<polygon points="1757.2,496.9 1801.6,503.9 1841.7,524.3 1873.4,556.1 1893.8,596.1 1900.9,640.5 1893.8,684.9 1873.4,724.9 1841.7,756.7 1801.6,777.1 1757.2,784.1 1712.9,777.1 1672.8,756.7 1641.0,724.9 1620.6,684.9 1613.6,640.5 1620.6,596.1 1641.0,556.1 1672.8,524.3 1712.9,503.9" fill="none" fill-opacity="0.000" stroke="#ccffa0" stroke-opacity="0.160" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="round"/>
<text x="1767.2" y="501.9" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="12" font-weight="680" fill="#a5afa2" opacity="0.780">0.5</text>
<polygon points="1757.2,464.6 1811.6,473.2 1860.6,498.2 1899.6,537.1 1924.5,586.1 1933.2,640.5 1924.5,694.9 1899.6,743.9 1860.6,782.8 1811.6,807.8 1757.2,816.4 1702.9,807.8 1653.8,782.8 1614.9,743.9 1589.9,694.9 1581.3,640.5 1589.9,586.1 1614.9,537.1 1653.8,498.2 1702.9,473.2" fill="none" fill-opacity="0.000" stroke="#ccffa0" stroke-opacity="0.160" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="round"/>
<text x="1767.2" y="469.6" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="12" font-weight="680" fill="#a5afa2" opacity="0.780">0.75</text>
<polygon points="1757.2,437.4 1820.0,447.3 1876.6,476.2 1921.6,521.1 1950.4,577.7 1960.4,640.5 1950.4,703.3 1921.6,759.9 1876.6,804.8 1820.0,833.7 1757.2,843.6 1694.5,833.7 1637.8,804.8 1592.9,759.9 1564.1,703.3 1554.1,640.5 1564.1,577.7 1592.9,521.1 1637.8,476.2 1694.5,447.3" fill="none" fill-opacity="0.000" stroke="#ccffa0" stroke-opacity="0.160" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="round"/>
<text x="1767.2" y="442.4" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="12" font-weight="680" fill="#a5afa2" opacity="0.780">1</text>
<line x1="1757.2" y1="640.5" x2="1757.2" y2="437.4" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1757.2" cy="399.4" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1757.2" y="403.7" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">01</text>
<line x1="1757.2" y1="640.5" x2="1820.0" y2="447.3" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1831.8" cy="411.2" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1831.8" y="415.5" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">02</text>
<line x1="1757.2" y1="640.5" x2="1876.6" y2="476.2" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1899.0" cy="445.4" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1899.0" y="449.7" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">03</text>
<line x1="1757.2" y1="640.5" x2="1921.6" y2="521.1" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1952.3" cy="498.8" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1952.3" y="503.1" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">04</text>
<line x1="1757.2" y1="640.5" x2="1950.4" y2="577.7" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1986.6" cy="566.0" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1986.6" y="570.3" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">05</text>
<line x1="1757.2" y1="640.5" x2="1960.4" y2="640.5" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1998.4" cy="640.5" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1998.4" y="644.8" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">06</text>
<line x1="1757.2" y1="640.5" x2="1950.4" y2="703.3" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1986.6" cy="715.0" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1986.6" y="719.3" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">07</text>
<line x1="1757.2" y1="640.5" x2="1921.6" y2="759.9" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1952.3" cy="782.2" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1952.3" y="786.5" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">08</text>
<line x1="1757.2" y1="640.5" x2="1876.6" y2="804.8" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1899.0" cy="835.6" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1899.0" y="839.9" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">09</text>
<line x1="1757.2" y1="640.5" x2="1820.0" y2="833.7" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1831.8" cy="869.8" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1831.8" y="874.1" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">10</text>
<line x1="1757.2" y1="640.5" x2="1757.2" y2="843.6" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1757.2" cy="881.6" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1757.2" y="885.9" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">11</text>
<line x1="1757.2" y1="640.5" x2="1694.5" y2="833.7" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1682.7" cy="869.8" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1682.7" y="874.1" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">12</text>
<line x1="1757.2" y1="640.5" x2="1637.8" y2="804.8" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1615.5" cy="835.6" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1615.5" y="839.9" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">13</text>
<line x1="1757.2" y1="640.5" x2="1592.9" y2="759.9" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1562.2" cy="782.2" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1562.2" y="786.5" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">14</text>
<line x1="1757.2" y1="640.5" x2="1564.1" y2="703.3" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1527.9" cy="715.0" r="18.0" fill="#f472b6" fill-opacity="0.14" stroke="#f472b6" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1527.9" y="719.3" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#f472b6" opacity="0.980">15</text>
<line x1="1757.2" y1="640.5" x2="1554.1" y2="640.5" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1516.1" cy="640.5" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1516.1" y="644.8" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">16</text>
<line x1="1757.2" y1="640.5" x2="1564.1" y2="577.7" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1527.9" cy="566.0" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1527.9" y="570.3" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">17</text>
<line x1="1757.2" y1="640.5" x2="1592.9" y2="521.1" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1562.2" cy="498.8" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1562.2" y="503.1" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">18</text>
<line x1="1757.2" y1="640.5" x2="1637.8" y2="476.2" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1615.5" cy="445.4" r="18.0" fill="#f472b6" fill-opacity="0.14" stroke="#f472b6" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1615.5" y="449.7" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#f472b6" opacity="0.980">19</text>
<line x1="1757.2" y1="640.5" x2="1694.5" y2="447.3" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1682.7" cy="411.2" r="18.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1682.7" y="415.5" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="0.980">20</text>
<polygon points="1757.2,629.5 1757.2,640.5 1834.6,534.0 1766.7,633.7 1878.7,601.0 1948.5,640.5 1806.7,656.6 1774.6,653.1 1764.3,650.2 1757.2,640.5 1757.2,783.9 1713.0,776.5 1751.4,648.6 1757.2,640.5 1735.5,647.5 1757.2,640.5 1708.1,624.5 1686.9,589.4 1751.1,632.0 1729.1,553.8" fill="#f59e0b" fill-opacity="0.065" stroke="#f59e0b" stroke-opacity="0.920" stroke-width="4.4" stroke-linejoin="round" stroke-linecap="round" stroke-dasharray="8 4"/>
<circle cx="1757.2" cy="629.5" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1757.2" cy="640.5" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1834.6" cy="534.0" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1766.7" cy="633.7" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1878.7" cy="601.0" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1948.5" cy="640.5" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1806.7" cy="656.6" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1774.6" cy="653.1" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1764.3" cy="650.2" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1757.2" cy="640.5" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1757.2" cy="783.9" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1713.0" cy="776.5" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1751.4" cy="648.6" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1757.2" cy="640.5" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1735.5" cy="647.5" r="7.2" fill="#f59e0b" fill-opacity="0.95" stroke="#f4f8ef" stroke-width="2.4"/>
<circle cx="1757.2" cy="640.5" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1708.1" cy="624.5" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1686.9" cy="589.4" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1751.1" cy="632.0" r="7.2" fill="#f59e0b" fill-opacity="0.95" stroke="#f4f8ef" stroke-width="2.4"/>
<circle cx="1729.1" cy="553.8" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<polygon points="1757.2,632.6 1757.8,638.8 1840.8,525.4 1764.3,635.4 1904.8,592.5 1960.4,640.5 1838.4,666.9 1770.3,650.0 1763.3,648.8 1757.2,640.5 1757.2,822.5 1700.1,816.2 1753.3,645.9 1757.2,640.5 1738.1,646.7 1757.2,640.5 1676.4,614.2 1690.2,591.8 1751.2,632.2 1725.9,544.2" fill="#22d3ee" fill-opacity="0.055" stroke="#22d3ee" stroke-opacity="0.920" stroke-width="4.4" stroke-linejoin="round" stroke-linecap="round" stroke-dasharray="2 5"/>
<circle cx="1757.2" cy="632.6" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1757.8" cy="638.8" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1840.8" cy="525.4" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1764.3" cy="635.4" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1904.8" cy="592.5" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1960.4" cy="640.5" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1838.4" cy="666.9" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1770.3" cy="650.0" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1763.3" cy="648.8" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1757.2" cy="640.5" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1757.2" cy="822.5" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1700.1" cy="816.2" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1753.3" cy="645.9" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1757.2" cy="640.5" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1738.1" cy="646.7" r="7.2" fill="#22d3ee" fill-opacity="0.95" stroke="#f4f8ef" stroke-width="2.4"/>
<circle cx="1757.2" cy="640.5" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1676.4" cy="614.2" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1690.2" cy="591.8" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1751.2" cy="632.2" r="7.2" fill="#22d3ee" fill-opacity="0.95" stroke="#f4f8ef" stroke-width="2.4"/>
<circle cx="1725.9" cy="544.2" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<text x="2020.8" y="386.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="17" font-weight="850" fill="#ccffa0" opacity="1.000">Methods</text>
<line x1="2020.8" y1="424.0" x2="2088.8" y2="424.0" stroke="#f59e0b" stroke-width="6" stroke-linecap="round" stroke-dasharray="8 4"/>
<circle cx="2054.8" cy="424.0" r="6" fill="#f59e0b" stroke="#020502" stroke-width="1.8"/>
<text x="2106.8" y="430.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="15" font-weight="850" fill="#f4f8ef" opacity="1.000">128ep Raw Simple</text>
<text x="2106.8" y="452.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="12" font-weight="800" fill="#f59e0b" opacity="1.000">20/20 scored · 2 proxy</text>
<text x="2106.8" y="474.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">128-episode 4430-dim sensor NPZ</text>
<text x="2106.8" y="488.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">simple heads; tasks 15/19 use</text>
<line x1="2020.8" y1="520.0" x2="2088.8" y2="520.0" stroke="#22d3ee" stroke-width="6" stroke-linecap="round" stroke-dasharray="2 5"/>
<circle cx="2054.8" cy="520.0" r="6" fill="#22d3ee" stroke="#020502" stroke-width="1.8"/>
<text x="2106.8" y="526.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="15" font-weight="850" fill="#f4f8ef" opacity="1.000">128ep Raw NN</text>
<text x="2106.8" y="548.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="12" font-weight="800" fill="#22d3ee" opacity="1.000">20/20 scored · 2 proxy</text>
<text x="2106.8" y="570.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">128-episode 4430-dim sensor NPZ</text>
<text x="2106.8" y="584.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">MLP heads; tasks 15/19 use compact</text>
<text x="1332.0" y="871.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="12" font-weight="620" fill="#a5afa2" opacity="0.900">Radius = sqrt(normalized score); exact raw and normalized values are in the matrix.</text>
<rect x="70.0" y="945.0" width="2430.0" height="625.0" rx="20" fill="#071007" fill-opacity="0.90" stroke="#ccffa0" stroke-opacity="0.22"/>
<text x="100.0" y="995.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="32" font-weight="850" fill="#f4f8ef" opacity="1.000">Foundation-model probes</text>
<text x="100.0" y="1029.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="17" font-weight="620" fill="#a5afa2" opacity="1.000">Verified Qwen3 and Cosmos task-specific outputs.</text>
<polygon points="993.4,1244.7 1008.9,1247.2 1023.0,1254.3 1034.1,1265.4 1041.2,1279.5 1043.7,1295.0 1041.2,1310.5 1034.1,1324.6 1023.0,1335.7 1008.9,1342.8 993.4,1345.3 977.9,1342.8 963.8,1335.7 952.7,1324.6 945.6,1310.5 943.1,1295.0 945.6,1279.5 952.7,1265.4 963.8,1254.3 977.9,1247.2" fill="none" fill-opacity="0.000" stroke="#ccffa0" stroke-opacity="0.160" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="round"/>
<text x="1003.4" y="1249.7" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="15" font-weight="680" fill="#a5afa2" opacity="0.780">0.05</text>
<polygon points="993.4,1182.5 1028.2,1188.0 1059.5,1204.0 1084.4,1228.9 1100.4,1260.2 1105.9,1295.0 1100.4,1329.8 1084.4,1361.1 1059.5,1386.0 1028.2,1402.0 993.4,1407.5 958.6,1402.0 927.3,1386.0 902.4,1361.1 886.4,1329.8 880.9,1295.0 886.4,1260.2 902.4,1228.9 927.3,1204.0 958.6,1188.0" fill="none" fill-opacity="0.000" stroke="#ccffa0" stroke-opacity="0.160" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="round"/>
<text x="1003.4" y="1187.5" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="15" font-weight="680" fill="#a5afa2" opacity="0.780">0.25</text>
<polygon points="993.4,1135.9 1042.6,1143.7 1086.9,1166.3 1122.1,1201.5 1144.7,1245.8 1152.5,1295.0 1144.7,1344.2 1122.1,1388.5 1086.9,1423.7 1042.6,1446.3 993.4,1454.1 944.2,1446.3 899.9,1423.7 864.7,1388.5 842.1,1344.2 834.3,1295.0 842.1,1245.8 864.7,1201.5 899.9,1166.3 944.2,1143.7" fill="none" fill-opacity="0.000" stroke="#ccffa0" stroke-opacity="0.160" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="round"/>
<text x="1003.4" y="1140.9" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="15" font-weight="680" fill="#a5afa2" opacity="0.780">0.5</text>
<polygon points="993.4,1100.1 1053.6,1109.7 1107.9,1137.4 1151.0,1180.5 1178.7,1234.8 1188.3,1295.0 1178.7,1355.2 1151.0,1409.5 1107.9,1452.6 1053.6,1480.3 993.4,1489.9 933.2,1480.3 878.9,1452.6 835.8,1409.5 808.1,1355.2 798.5,1295.0 808.1,1234.8 835.8,1180.5 878.9,1137.4 933.2,1109.7" fill="none" fill-opacity="0.000" stroke="#ccffa0" stroke-opacity="0.160" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="round"/>
<text x="1003.4" y="1105.1" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="15" font-weight="680" fill="#a5afa2" opacity="0.780">0.75</text>
<polygon points="993.4,1070.0 1062.9,1081.0 1125.7,1113.0 1175.4,1162.7 1207.4,1225.5 1218.4,1295.0 1207.4,1364.5 1175.4,1427.3 1125.7,1477.0 1062.9,1509.0 993.4,1520.0 923.9,1509.0 861.1,1477.0 811.4,1427.3 779.4,1364.5 768.4,1295.0 779.4,1225.5 811.4,1162.7 861.1,1113.0 923.9,1081.0" fill="none" fill-opacity="0.000" stroke="#ccffa0" stroke-opacity="0.160" stroke-width="1.0" stroke-linejoin="round" stroke-linecap="round"/>
<text x="1003.4" y="1075.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="15" font-weight="680" fill="#a5afa2" opacity="0.780">1</text>
<line x1="993.4" y1="1295.0" x2="993.4" y2="1070.0" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="993.4" cy="1032.0" r="22.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="993.4" y="1037.6" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="17" font-weight="850" fill="#ccffa0" opacity="0.980">01</text>
<line x1="993.4" y1="1295.0" x2="1062.9" y2="1081.0" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1074.7" cy="1044.9" r="22.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1074.7" y="1050.5" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="17" font-weight="850" fill="#ccffa0" opacity="0.980">02</text>
<line x1="993.4" y1="1295.0" x2="1125.7" y2="1113.0" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1148.0" cy="1082.2" r="22.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1148.0" y="1087.8" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="17" font-weight="850" fill="#ccffa0" opacity="0.980">03</text>
<line x1="993.4" y1="1295.0" x2="1175.4" y2="1162.7" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1206.2" cy="1140.4" r="22.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1206.2" y="1146.0" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="17" font-weight="850" fill="#ccffa0" opacity="0.980">04</text>
<line x1="993.4" y1="1295.0" x2="1207.4" y2="1225.5" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1243.5" cy="1213.7" r="22.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1243.5" y="1219.3" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="17" font-weight="850" fill="#ccffa0" opacity="0.980">05</text>
<line x1="993.4" y1="1295.0" x2="1218.4" y2="1295.0" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1256.4" cy="1295.0" r="22.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1256.4" y="1300.6" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="17" font-weight="850" fill="#ccffa0" opacity="0.980">06</text>
<line x1="993.4" y1="1295.0" x2="1207.4" y2="1364.5" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1243.5" cy="1376.3" r="22.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1243.5" y="1381.9" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="17" font-weight="850" fill="#ccffa0" opacity="0.980">07</text>
<line x1="993.4" y1="1295.0" x2="1175.4" y2="1427.3" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1206.2" cy="1449.6" r="22.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1206.2" y="1455.2" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="17" font-weight="850" fill="#ccffa0" opacity="0.980">08</text>
<line x1="993.4" y1="1295.0" x2="1125.7" y2="1477.0" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1148.0" cy="1507.8" r="22.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1148.0" y="1513.4" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="17" font-weight="850" fill="#ccffa0" opacity="0.980">09</text>
<line x1="993.4" y1="1295.0" x2="1062.9" y2="1509.0" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1074.7" cy="1545.1" r="22.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="1074.7" y="1550.7" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="17" font-weight="850" fill="#ccffa0" opacity="0.980">10</text>
<line x1="993.4" y1="1295.0" x2="993.4" y2="1520.0" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="993.4" cy="1558.0" r="22.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="993.4" y="1563.6" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="17" font-weight="850" fill="#ccffa0" opacity="0.980">11</text>
<line x1="993.4" y1="1295.0" x2="923.9" y2="1509.0" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="912.1" cy="1545.1" r="22.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="912.1" y="1550.7" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="17" font-weight="850" fill="#ccffa0" opacity="0.980">12</text>
<line x1="993.4" y1="1295.0" x2="861.1" y2="1477.0" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="838.8" cy="1507.8" r="22.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="838.8" y="1513.4" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="17" font-weight="850" fill="#ccffa0" opacity="0.980">13</text>
<line x1="993.4" y1="1295.0" x2="811.4" y2="1427.3" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="780.6" cy="1449.6" r="22.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="780.6" y="1455.2" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="17" font-weight="850" fill="#ccffa0" opacity="0.980">14</text>
<line x1="993.4" y1="1295.0" x2="779.4" y2="1364.5" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="743.3" cy="1376.3" r="22.0" fill="#f472b6" fill-opacity="0.14" stroke="#f472b6" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="743.3" y="1381.9" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="17" font-weight="850" fill="#f472b6" opacity="0.980">15</text>
<line x1="993.4" y1="1295.0" x2="768.4" y2="1295.0" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="730.4" cy="1295.0" r="22.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="730.4" y="1300.6" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="17" font-weight="850" fill="#ccffa0" opacity="0.980">16</text>
<line x1="993.4" y1="1295.0" x2="779.4" y2="1225.5" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="743.3" cy="1213.7" r="22.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="743.3" y="1219.3" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="17" font-weight="850" fill="#ccffa0" opacity="0.980">17</text>
<line x1="993.4" y1="1295.0" x2="811.4" y2="1162.7" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="780.6" cy="1140.4" r="22.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="780.6" y="1146.0" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="17" font-weight="850" fill="#ccffa0" opacity="0.980">18</text>
<line x1="993.4" y1="1295.0" x2="861.1" y2="1113.0" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="838.8" cy="1082.2" r="22.0" fill="#f472b6" fill-opacity="0.14" stroke="#f472b6" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="838.8" y="1087.8" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="17" font-weight="850" fill="#f472b6" opacity="0.980">19</text>
<line x1="993.4" y1="1295.0" x2="923.9" y2="1081.0" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="912.1" cy="1044.9" r="22.0" fill="#ccffa0" fill-opacity="0.14" stroke="#ccffa0" stroke-opacity="0.48" stroke-width="1.4"/>
<text x="912.1" y="1050.5" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="17" font-weight="850" fill="#ccffa0" opacity="0.980">20</text>
<polygon points="993.4,1282.9 997.6,1281.9 1125.0,1113.9 1031.2,1267.6 1076.1,1268.1 1196.9,1295.0 1111.9,1333.5 1163.8,1418.8 1087.7,1424.7 1061.8,1505.4 993.4,1439.0 953.2,1418.8 987.0,1303.8 981.6,1303.6 852.8,1340.7 990.0,1295.0 906.2,1266.7 955.4,1267.4 886.1,1147.3 973.9,1235.0" fill="#9bb8ff" fill-opacity="0.040" stroke="#9bb8ff" stroke-opacity="0.920" stroke-width="5.4" stroke-linejoin="round" stroke-linecap="round" stroke-dasharray="7 7"/>
<circle cx="993.4" cy="1282.9" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="997.6" cy="1281.9" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1125.0" cy="1113.9" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1031.2" cy="1267.6" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1076.1" cy="1268.1" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1196.9" cy="1295.0" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1111.9" cy="1333.5" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1163.8" cy="1418.8" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1087.7" cy="1424.7" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1061.8" cy="1505.4" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="993.4" cy="1439.0" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="953.2" cy="1418.8" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="987.0" cy="1303.8" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="981.6" cy="1303.6" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="852.8" cy="1340.7" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="990.0" cy="1295.0" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="906.2" cy="1266.7" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="955.4" cy="1267.4" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="886.1" cy="1147.3" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="973.9" cy="1235.0" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<polygon points="993.4,1288.5 993.4,1295.0 1073.7,1184.5 1014.5,1279.7 1067.8,1270.8 1121.0,1295.0 1072.6,1320.7 1094.2,1368.2 1101.1,1443.2 1062.7,1508.3 993.4,1473.4 951.0,1425.6 981.0,1312.1 993.4,1295.0 902.7,1324.5 993.4,1295.0 986.9,1292.9 955.9,1267.7 861.3,1113.2 962.4,1199.5" fill="#ff9c7a" fill-opacity="0.030" stroke="#ff9c7a" stroke-opacity="0.920" stroke-width="5.4" stroke-linejoin="round" stroke-linecap="round" stroke-dasharray="4 7"/>
<circle cx="993.4" cy="1288.5" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="993.4" cy="1295.0" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1073.7" cy="1184.5" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1014.5" cy="1279.7" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1067.8" cy="1270.8" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1121.0" cy="1295.0" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1072.6" cy="1320.7" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1094.2" cy="1368.2" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1101.1" cy="1443.2" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1062.7" cy="1508.3" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="993.4" cy="1473.4" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="951.0" cy="1425.6" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="981.0" cy="1312.1" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="993.4" cy="1295.0" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="902.7" cy="1324.5" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="993.4" cy="1295.0" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="986.9" cy="1292.9" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="955.9" cy="1267.7" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="861.3" cy="1113.2" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="962.4" cy="1199.5" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<polygon points="993.4,1275.0 993.4,1295.0 1123.5,1115.9 1009.6,1283.2 1077.9,1267.5 1187.4,1295.0 998.0,1296.5 1124.9,1390.6 1013.1,1322.1 994.6,1298.6 993.4,1468.6 945.4,1442.8 986.8,1304.1 978.6,1305.8 902.9,1324.4 981.5,1295.0 964.8,1285.7 955.9,1267.8 861.2,1113.1 954.6,1175.5" fill="#d9c7ff" fill-opacity="0.026" stroke="#d9c7ff" stroke-opacity="0.920" stroke-width="5.4" stroke-linejoin="round" stroke-linecap="round" stroke-dasharray="2 7"/>
<circle cx="993.4" cy="1275.0" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="993.4" cy="1295.0" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1123.5" cy="1115.9" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1009.6" cy="1283.2" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1077.9" cy="1267.5" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1187.4" cy="1295.0" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="998.0" cy="1296.5" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1124.9" cy="1390.6" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1013.1" cy="1322.1" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="994.6" cy="1298.6" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="993.4" cy="1468.6" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="945.4" cy="1442.8" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="986.8" cy="1304.1" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="978.6" cy="1305.8" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="902.9" cy="1324.4" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="981.5" cy="1295.0" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="964.8" cy="1285.7" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="955.9" cy="1267.8" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="861.2" cy="1113.1" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="954.6" cy="1175.5" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<text x="1722.4" y="1079.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="20" font-weight="850" fill="#ccffa0" opacity="1.000">Methods</text>
<line x1="1722.4" y1="1117.0" x2="1790.4" y2="1117.0" stroke="#9bb8ff" stroke-width="7" stroke-linecap="round" stroke-dasharray="7 7"/>
<circle cx="1756.4" cy="1117.0" r="7" fill="#9bb8ff" stroke="#020502" stroke-width="1.8"/>
<text x="1808.4" y="1123.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="18" font-weight="850" fill="#f4f8ef" opacity="1.000">Qwen3-Omni v6 LoRA</text>
<text x="1808.4" y="1151.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="14" font-weight="800" fill="#9bb8ff" opacity="1.000">20/20 scored</text>
<text x="1808.4" y="1175.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="12" font-weight="580" fill="#a5afa2" opacity="1.000">Verified held-out Qwen3-Omni v6 LoRA metrics,</text>
<text x="1808.4" y="1191.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="12" font-weight="580" fill="#a5afa2" opacity="1.000">plus task 16 and any completed private-GPU</text>
<line x1="1722.4" y1="1231.0" x2="1790.4" y2="1231.0" stroke="#ff9c7a" stroke-width="7" stroke-linecap="round" stroke-dasharray="4 7"/>
<circle cx="1756.4" cy="1231.0" r="7" fill="#ff9c7a" stroke="#020502" stroke-width="1.8"/>
<text x="1808.4" y="1237.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="18" font-weight="850" fill="#f4f8ef" opacity="1.000">Cosmos3-Super Reasoner</text>
<text x="1808.4" y="1265.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="14" font-weight="800" fill="#ff9c7a" opacity="1.000">20/20 scored</text>
<text x="1808.4" y="1289.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="12" font-weight="580" fill="#a5afa2" opacity="1.000">Verified Cosmos3-Super base-weight Reasoner</text>
<text x="1808.4" y="1305.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="12" font-weight="580" fill="#a5afa2" opacity="1.000">JSON-task evaluation, plus task</text>
<line x1="1722.4" y1="1345.0" x2="1790.4" y2="1345.0" stroke="#d9c7ff" stroke-width="7" stroke-linecap="round" stroke-dasharray="2 7"/>
<circle cx="1756.4" cy="1345.0" r="7" fill="#d9c7ff" stroke="#020502" stroke-width="1.8"/>
<text x="1808.4" y="1351.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="18" font-weight="850" fill="#f4f8ef" opacity="1.000">Cosmos3-Nano Future Window</text>
<text x="1808.4" y="1379.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="14" font-weight="800" fill="#d9c7ff" opacity="1.000">20/20 scored</text>
<text x="1808.4" y="1403.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="12" font-weight="580" fill="#a5afa2" opacity="1.000">Verified Cosmos3-Nano future-window</text>
<text x="1808.4" y="1419.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="12" font-weight="580" fill="#a5afa2" opacity="1.000">compatibility metrics, plus model-output probes</text>
<text x="100.0" y="1538.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="620" fill="#a5afa2" opacity="0.900">Radius = sqrt(normalized score); exact raw and normalized values are in the matrix.</text>
<rect x="70.0" y="1616.0" width="2460.0" height="356.0" rx="16" fill="#020502" fill-opacity="0.62" stroke="#ccffa0" stroke-opacity="0.18"/>
<text x="100.0" y="1664.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="24" font-weight="850" fill="#f4f8ef" opacity="1.000">20-task axis key</text>
<text x="378.0" y="1664.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="16" font-weight="620" fill="#a5afa2" opacity="1.000">Task numbers stay on the radar; full names and proxy axes stay here.</text>
<rect x="100.0" y="1691.0" width="43" height="31" rx="8" fill="#ccffa0" fill-opacity="0.13" stroke="#ccffa0" stroke-opacity="0.44" stroke-width="1.2"/>
<text x="121.5" y="1714.0" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="1.000">01</text>
<text x="156.0" y="1708.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="14" font-weight="820" fill="#f4f8ef" opacity="1.000">Action Recognition</text>
<text x="156.0" y="1730.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">macro-F1; higher better</text>
<rect x="100.0" y="1743.0" width="43" height="31" rx="8" fill="#ccffa0" fill-opacity="0.13" stroke="#ccffa0" stroke-opacity="0.44" stroke-width="1.2"/>
<text x="121.5" y="1766.0" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="1.000">02</text>
<text x="156.0" y="1760.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="14" font-weight="820" fill="#f4f8ef" opacity="1.000">Procedure Step Recognition</text>
<text x="156.0" y="1782.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">macro-F1; higher better</text>
<rect x="100.0" y="1795.0" width="43" height="31" rx="8" fill="#ccffa0" fill-opacity="0.13" stroke="#ccffa0" stroke-opacity="0.44" stroke-width="1.2"/>
<text x="121.5" y="1818.0" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="1.000">03</text>
<text x="156.0" y="1812.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="14" font-weight="820" fill="#f4f8ef" opacity="1.000">Action Boundary Detection</text>
<text x="156.0" y="1834.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">macro-F1; higher better</text>
<rect x="100.0" y="1847.0" width="43" height="31" rx="8" fill="#ccffa0" fill-opacity="0.13" stroke="#ccffa0" stroke-opacity="0.44" stroke-width="1.2"/>
<text x="121.5" y="1870.0" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="1.000">04</text>
<text x="156.0" y="1864.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="14" font-weight="820" fill="#f4f8ef" opacity="1.000">Next-Action Prediction</text>
<text x="156.0" y="1886.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">macro-F1; higher better</text>
<rect x="100.0" y="1899.0" width="43" height="31" rx="8" fill="#ccffa0" fill-opacity="0.13" stroke="#ccffa0" stroke-opacity="0.44" stroke-width="1.2"/>
<text x="121.5" y="1922.0" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="1.000">05</text>
<text x="156.0" y="1916.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="14" font-weight="820" fill="#f4f8ef" opacity="1.000">Hand Trajectory Forecasting</text>
<text x="156.0" y="1938.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">MPJPE; lower better</text>
<rect x="700.0" y="1691.0" width="43" height="31" rx="8" fill="#ccffa0" fill-opacity="0.13" stroke="#ccffa0" stroke-opacity="0.44" stroke-width="1.2"/>
<text x="721.5" y="1714.0" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="1.000">06</text>
<text x="756.0" y="1708.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="14" font-weight="820" fill="#f4f8ef" opacity="1.000">Contact State Prediction</text>
<text x="756.0" y="1730.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">macro-F1; higher better</text>
<rect x="700.0" y="1743.0" width="43" height="31" rx="8" fill="#ccffa0" fill-opacity="0.13" stroke="#ccffa0" stroke-opacity="0.44" stroke-width="1.2"/>
<text x="721.5" y="1766.0" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="1.000">07</text>
<text x="756.0" y="1760.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="14" font-weight="820" fill="#f4f8ef" opacity="1.000">Object Relevance Prediction</text>
<text x="756.0" y="1782.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">micro-F1; higher better</text>
<rect x="700.0" y="1795.0" width="43" height="31" rx="8" fill="#ccffa0" fill-opacity="0.13" stroke="#ccffa0" stroke-opacity="0.44" stroke-width="1.2"/>
<text x="721.5" y="1818.0" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="1.000">08</text>
<text x="756.0" y="1812.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="14" font-weight="820" fill="#f4f8ef" opacity="1.000">Language Grounding</text>
<text x="756.0" y="1834.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">MRR; higher better</text>
<rect x="700.0" y="1847.0" width="43" height="31" rx="8" fill="#ccffa0" fill-opacity="0.13" stroke="#ccffa0" stroke-opacity="0.44" stroke-width="1.2"/>
<text x="721.5" y="1870.0" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="1.000">09</text>
<text x="756.0" y="1864.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="14" font-weight="820" fill="#f4f8ef" opacity="1.000">Cross-Modal Retrieval</text>
<text x="756.0" y="1886.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">MRR; higher better</text>
<rect x="700.0" y="1899.0" width="43" height="31" rx="8" fill="#ccffa0" fill-opacity="0.13" stroke="#ccffa0" stroke-opacity="0.44" stroke-width="1.2"/>
<text x="721.5" y="1922.0" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="1.000">10</text>
<text x="756.0" y="1916.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="14" font-weight="820" fill="#f4f8ef" opacity="1.000">Cross-Modal Reconstruction</text>
<text x="756.0" y="1938.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">R2; higher better</text>
<rect x="1300.0" y="1691.0" width="43" height="31" rx="8" fill="#ccffa0" fill-opacity="0.13" stroke="#ccffa0" stroke-opacity="0.44" stroke-width="1.2"/>
<text x="1321.5" y="1714.0" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="1.000">11</text>
<text x="1356.0" y="1708.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="14" font-weight="820" fill="#f4f8ef" opacity="1.000">Temporal Order Verification</text>
<text x="1356.0" y="1730.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">F1; higher better</text>
<rect x="1300.0" y="1743.0" width="43" height="31" rx="8" fill="#ccffa0" fill-opacity="0.13" stroke="#ccffa0" stroke-opacity="0.44" stroke-width="1.2"/>
<text x="1321.5" y="1766.0" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="1.000">12</text>
<text x="1356.0" y="1760.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="14" font-weight="820" fill="#f4f8ef" opacity="1.000">Multimodal Synchronization Detection</text>
<text x="1356.0" y="1782.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">F1; higher better</text>
<rect x="1300.0" y="1795.0" width="43" height="31" rx="8" fill="#ccffa0" fill-opacity="0.13" stroke="#ccffa0" stroke-opacity="0.44" stroke-width="1.2"/>
<text x="1321.5" y="1818.0" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="1.000">13</text>
<text x="1356.0" y="1812.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="14" font-weight="820" fill="#f4f8ef" opacity="1.000">Long-Horizon Next-Action Forecasting</text>
<text x="1356.0" y="1834.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">macro-F1; higher better</text>
<rect x="1300.0" y="1847.0" width="43" height="31" rx="8" fill="#ccffa0" fill-opacity="0.13" stroke="#ccffa0" stroke-opacity="0.44" stroke-width="1.2"/>
<text x="1321.5" y="1870.0" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="1.000">14</text>
<text x="1356.0" y="1864.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="14" font-weight="820" fill="#f4f8ef" opacity="1.000">Long-Horizon Next-Subtask Forecasting</text>
<text x="1356.0" y="1886.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">macro-F1; higher better</text>
<rect x="1300.0" y="1899.0" width="43" height="31" rx="8" fill="#f472b6" fill-opacity="0.13" stroke="#f472b6" stroke-opacity="0.44" stroke-width="1.2"/>
<text x="1321.5" y="1922.0" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#f472b6" opacity="1.000">15</text>
<text x="1356.0" y="1916.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="14" font-weight="820" fill="#f4f8ef" opacity="1.000">Interaction Text Prediction</text>
<text x="1356.0" y="1938.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">macro-F1; higher better; proxy axis</text>
<rect x="1900.0" y="1691.0" width="43" height="31" rx="8" fill="#ccffa0" fill-opacity="0.13" stroke="#ccffa0" stroke-opacity="0.44" stroke-width="1.2"/>
<text x="1921.5" y="1714.0" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="1.000">16</text>
<text x="1956.0" y="1708.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="14" font-weight="820" fill="#f4f8ef" opacity="1.000">Action-Object Relation Prediction</text>
<text x="1956.0" y="1730.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">macro-F1; higher better</text>
<rect x="1900.0" y="1743.0" width="43" height="31" rx="8" fill="#ccffa0" fill-opacity="0.13" stroke="#ccffa0" stroke-opacity="0.44" stroke-width="1.2"/>
<text x="1921.5" y="1766.0" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="1.000">17</text>
<text x="1956.0" y="1760.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="14" font-weight="820" fill="#f4f8ef" opacity="1.000">Future Object-Set Forecasting</text>
<text x="1956.0" y="1782.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">micro-F1; higher better</text>
<rect x="1900.0" y="1795.0" width="43" height="31" rx="8" fill="#ccffa0" fill-opacity="0.13" stroke="#ccffa0" stroke-opacity="0.44" stroke-width="1.2"/>
<text x="1921.5" y="1818.0" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="1.000">18</text>
<text x="1956.0" y="1812.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="14" font-weight="820" fill="#f4f8ef" opacity="1.000">IMU-to-Hand Pose Reconstruction</text>
<text x="1956.0" y="1834.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">MAE; lower better</text>
<rect x="1900.0" y="1847.0" width="43" height="31" rx="8" fill="#f472b6" fill-opacity="0.13" stroke="#f472b6" stroke-opacity="0.44" stroke-width="1.2"/>
<text x="1921.5" y="1870.0" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#f472b6" opacity="1.000">19</text>
<text x="1956.0" y="1864.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="14" font-weight="820" fill="#f4f8ef" opacity="1.000">Camera-View Synchronization Retrieval</text>
<text x="1956.0" y="1886.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">MRR; higher better; proxy axis</text>
<rect x="1900.0" y="1899.0" width="43" height="31" rx="8" fill="#ccffa0" fill-opacity="0.13" stroke="#ccffa0" stroke-opacity="0.44" stroke-width="1.2"/>
<text x="1921.5" y="1922.0" text-anchor="middle" font-family="Space Grotesk, Arial, sans-serif" font-size="13" font-weight="850" fill="#ccffa0" opacity="1.000">20</text>
<text x="1956.0" y="1916.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="14" font-weight="820" fill="#f4f8ef" opacity="1.000">Time-to-Next-Transition Regression</text>
<text x="1956.0" y="1938.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">MAE frames; lower better</text>
<rect x="70" y="2030.0" width="2460" height="166" rx="16" fill="#020502" fill-opacity="0.62" stroke="#ccffa0" stroke-opacity="0.16"/>
<text x="102.0" y="2072.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="20" font-weight="850" fill="#ccffa0" opacity="1.000">Reading rules</text>
<text x="288.0" y="2072.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="15" font-weight="680" fill="#dce8d7" opacity="1.000">Every 128-episode method has 20 result records and all 140 rows are scored in this split radar.</text>
<text x="288.0" y="2108.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="14" font-weight="580" fill="#a5afa2" opacity="1.000">Raw128 Simple and Raw128 NN are complete 20/20 scored multi-episode baselines; tasks 15/19 are documented compact proxies and are marked in the task key.</text>
<text x="288.0" y="2142.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="14" font-weight="580" fill="#a5afa2" opacity="1.000">Qwen3-Omni and Cosmos3 rows use verified held-out outputs or derived probe artifacts; evidence sources stay in the matrix data.</text>
</svg>