File size: 100,660 Bytes
a1d4a4f
e38bdd9
47429ce
 
e38bdd9
 
47429ce
a1d4a4f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e38bdd9
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
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
<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">Unified 20-Task Model 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">Grouped small-multiple radars for the nine-method, 180-result comparison.</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">Related methods are compared in separate panels to avoid the unreadable nine-polygon 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">180 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">180 scored records</text>
<rect x="691.4" y="198" width="240.2" 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">grouped small multiples</text>
<rect x="943.6" y="198" width="193.2" height="42" rx="21" fill="#f472b6" fill-opacity="0.10" stroke="#f472b6" stroke-opacity="0.38"/>
<text x="961.6" y="226.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="15" font-weight="780" fill="#f472b6" opacity="1.000">sqrt visual radius</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">Single-episode sample</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">Public-sample simple and neural task heads.</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,595.1 539.4,597.1 618.6,512.0 565.2,611.4 593.5,618.3 728.4,640.5 607.3,667.2 546.0,655.6 587.2,725.8 525.2,640.5 525.2,789.8 480.6,777.8 492.5,685.5 490.2,666.0 484.5,653.7 525.2,640.5 445.7,614.7 360.9,521.1 441.3,525.0 462.5,447.3" fill="#ccffa0" fill-opacity="0.065" stroke="#ccffa0" stroke-opacity="0.920" stroke-width="4.4" stroke-linejoin="round" stroke-linecap="round"/>
<circle cx="525.2" cy="595.1" r="5.8" fill="#ccffa0" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="539.4" cy="597.1" r="5.8" fill="#ccffa0" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="618.6" cy="512.0" r="5.8" fill="#ccffa0" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="565.2" cy="611.4" r="5.8" fill="#ccffa0" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="593.5" cy="618.3" r="5.8" fill="#ccffa0" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="728.4" cy="640.5" r="5.8" fill="#ccffa0" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="607.3" cy="667.2" r="5.8" fill="#ccffa0" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="546.0" cy="655.6" r="5.8" fill="#ccffa0" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="587.2" cy="725.8" r="5.8" fill="#ccffa0" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="525.2" cy="640.5" r="5.8" fill="#ccffa0" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="525.2" cy="789.8" r="5.8" fill="#ccffa0" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="480.6" cy="777.8" r="5.8" fill="#ccffa0" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="492.5" cy="685.5" r="5.8" fill="#ccffa0" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="490.2" cy="666.0" r="5.8" fill="#ccffa0" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="484.5" cy="653.7" r="5.8" fill="#ccffa0" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="525.2" cy="640.5" r="5.8" fill="#ccffa0" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="445.7" cy="614.7" r="5.8" fill="#ccffa0" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="360.9" cy="521.1" r="5.8" fill="#ccffa0" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="441.3" cy="525.0" r="5.8" fill="#ccffa0" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="462.5" cy="447.3" r="5.8" fill="#ccffa0" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<polygon points="525.2,615.8 535.8,608.1 616.7,514.7 558.9,616.1 718.4,577.7 728.4,640.5 604.4,666.2 546.6,656.0 568.3,699.7 525.2,640.5 525.2,828.0 472.2,803.9 494.7,682.5 488.2,667.4 487.5,652.8 525.2,640.5 439.5,612.6 361.9,521.8 466.6,559.8 462.5,447.5" fill="#67e8d1" fill-opacity="0.055" stroke="#67e8d1" stroke-opacity="0.920" stroke-width="4.4" stroke-linejoin="round" stroke-linecap="round"/>
<circle cx="525.2" cy="615.8" r="5.8" fill="#67e8d1" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="535.8" cy="608.1" r="5.8" fill="#67e8d1" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="616.7" cy="514.7" r="5.8" fill="#67e8d1" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="558.9" cy="616.1" r="5.8" fill="#67e8d1" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="718.4" cy="577.7" r="5.8" fill="#67e8d1" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="728.4" cy="640.5" r="5.8" fill="#67e8d1" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="604.4" cy="666.2" r="5.8" fill="#67e8d1" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="546.6" cy="656.0" r="5.8" fill="#67e8d1" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="568.3" cy="699.7" r="5.8" fill="#67e8d1" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="525.2" cy="640.5" r="5.8" fill="#67e8d1" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="525.2" cy="828.0" r="5.8" fill="#67e8d1" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="472.2" cy="803.9" r="5.8" fill="#67e8d1" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="494.7" cy="682.5" r="5.8" fill="#67e8d1" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="488.2" cy="667.4" r="5.8" fill="#67e8d1" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="487.5" cy="652.8" r="5.8" fill="#67e8d1" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="525.2" cy="640.5" r="5.8" fill="#67e8d1" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="439.5" cy="612.6" r="5.8" fill="#67e8d1" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="361.9" cy="521.8" r="5.8" fill="#67e8d1" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="466.6" cy="559.8" r="5.8" fill="#67e8d1" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="462.5" cy="447.5" r="5.8" fill="#67e8d1" 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="#ccffa0" stroke-width="6" stroke-linecap="round" stroke-dasharray=""/>
<circle cx="822.8" cy="424.0" r="6" fill="#ccffa0" 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">Minimal</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="#ccffa0" opacity="1.000">20/20 scored</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">Single-episode simple heads over</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">the public sample split.</text>
<line x1="788.8" y1="520.0" x2="856.8" y2="520.0" stroke="#67e8d1" stroke-width="6" stroke-linecap="round" stroke-dasharray=""/>
<circle cx="822.8" cy="520.0" r="6" fill="#67e8d1" 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">Neural MLP</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="#67e8d1" opacity="1.000">20/20 scored</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">Single-episode compact PyTorch MLP</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">heads on the same 20 task</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 metadata/text</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">Aligned JSONL metadata/text plus staged target blocks.</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,622.0 1758.1,637.8 1822.3,551.0 1770.5,630.9 1778.6,633.6 1891.7,640.5 1838.7,667.0 1765.2,646.3 1763.3,648.9 1757.2,640.5 1757.2,772.1 1712.9,777.1 1749.2,651.6 1755.4,641.8 1757.2,640.5 1757.2,640.5 1676.1,614.1 1686.9,589.4 1751.7,632.9 1749.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="1757.2" cy="622.0" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1758.1" cy="637.8" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1822.3" cy="551.0" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1770.5" cy="630.9" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1778.6" cy="633.6" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1891.7" cy="640.5" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1838.7" cy="667.0" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1765.2" cy="646.3" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1763.3" cy="648.9" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1757.2" cy="640.5" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1757.2" cy="772.1" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1712.9" cy="777.1" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1749.2" cy="651.6" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1755.4" cy="641.8" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1757.2" cy="640.5" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1757.2" cy="640.5" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1676.1" cy="614.1" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1686.9" cy="589.4" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1751.7" cy="632.9" r="7.2" fill="#ffd166" fill-opacity="0.95" stroke="#f4f8ef" stroke-width="2.4"/>
<circle cx="1749.1" cy="615.4" r="5.8" fill="#ffd166" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<polygon points="1757.2,627.4 1757.8,638.9 1840.3,526.2 1768.8,632.1 1854.1,609.0 1910.4,640.5 1840.7,667.6 1772.2,651.3 1763.3,648.9 1757.2,640.5 1757.2,825.0 1701.9,810.8 1750.7,649.5 1756.5,641.0 1757.2,640.5 1757.2,640.5 1676.6,614.3 1690.6,592.1 1751.0,631.9 1725.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="1757.2" cy="627.4" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1757.8" cy="638.9" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1840.3" cy="526.2" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1768.8" cy="632.1" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1854.1" cy="609.0" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1910.4" cy="640.5" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1840.7" cy="667.6" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1772.2" cy="651.3" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1763.3" cy="648.9" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1757.2" cy="640.5" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1757.2" cy="825.0" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1701.9" cy="810.8" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1750.7" cy="649.5" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1756.5" cy="641.0" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1757.2" cy="640.5" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1757.2" cy="640.5" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1676.6" cy="614.3" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1690.6" cy="592.1" r="5.8" fill="#f472b6" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1751.0" cy="631.9" r="7.2" fill="#f472b6" fill-opacity="0.95" stroke="#f4f8ef" stroke-width="2.4"/>
<circle cx="1725.6" cy="543.1" r="5.8" fill="#f472b6" 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="#ffd166" stroke-width="6" stroke-linecap="round" stroke-dasharray="9 6"/>
<circle cx="2054.8" cy="424.0" r="6" fill="#ffd166" 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 Aligned 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="#ffd166" opacity="1.000">20/20 scored · 1 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 aligned simple</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">baselines: JSONL metadata/text</text>
<line x1="2020.8" y1="520.0" x2="2088.8" y2="520.0" stroke="#f472b6" stroke-width="6" stroke-linecap="round" stroke-dasharray="3 6"/>
<circle cx="2054.8" cy="520.0" r="6" fill="#f472b6" 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 Aligned 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="#f472b6" opacity="1.000">20/20 scored · 1 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 aligned MLP baselines:</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">JSONL metadata/text tasks plus</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="1198.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="24" font-weight="850" fill="#f4f8ef" opacity="1.000">128-episode raw features</text>
<text x="100.0" y="1029.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="525.2,1262.1 539.3,1264.3 551.9,1270.8 562.0,1280.8 568.4,1293.5 570.7,1307.5 568.4,1321.5 562.0,1334.2 551.9,1344.2 539.3,1350.7 525.2,1352.9 511.2,1350.7 498.5,1344.2 488.5,1334.2 482.0,1321.5 479.8,1307.5 482.0,1293.5 488.5,1280.8 498.5,1270.8 511.2,1264.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="1267.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,1205.9 556.6,1210.9 584.9,1225.3 607.4,1247.8 621.8,1276.1 626.8,1307.5 621.8,1338.9 607.4,1367.2 584.9,1389.7 556.6,1404.1 525.2,1409.1 493.9,1404.1 465.5,1389.7 443.1,1367.2 428.6,1338.9 423.7,1307.5 428.6,1276.1 443.1,1247.8 465.5,1225.3 493.9,1210.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="1210.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,1163.9 569.6,1170.9 609.7,1191.3 641.4,1223.1 661.8,1263.1 668.9,1307.5 661.8,1351.9 641.4,1391.9 609.7,1423.7 569.6,1444.1 525.2,1451.1 480.9,1444.1 440.8,1423.7 409.0,1391.9 388.6,1351.9 381.6,1307.5 388.6,1263.1 409.0,1223.1 440.8,1191.3 480.9,1170.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="1168.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,1131.6 579.6,1140.2 628.6,1165.2 667.6,1204.1 692.5,1253.1 701.2,1307.5 692.5,1361.9 667.6,1410.9 628.6,1449.8 579.6,1474.8 525.2,1483.4 470.9,1474.8 421.8,1449.8 382.9,1410.9 357.9,1361.9 349.3,1307.5 357.9,1253.1 382.9,1204.1 421.8,1165.2 470.9,1140.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="1136.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,1104.4 588.0,1114.3 644.6,1143.2 689.6,1188.1 718.4,1244.7 728.4,1307.5 718.4,1370.3 689.6,1426.9 644.6,1471.8 588.0,1500.7 525.2,1510.6 462.5,1500.7 405.8,1471.8 360.9,1426.9 332.1,1370.3 322.1,1307.5 332.1,1244.7 360.9,1188.1 405.8,1143.2 462.5,1114.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="1109.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="1307.5" x2="525.2" y2="1104.4" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="525.2" cy="1066.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="1070.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="1307.5" x2="588.0" y2="1114.3" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="599.8" cy="1078.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="1082.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="1307.5" x2="644.6" y2="1143.2" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="667.0" cy="1112.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="1116.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="1307.5" x2="689.6" y2="1188.1" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="720.3" cy="1165.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="1170.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="1307.5" x2="718.4" y2="1244.7" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="754.6" cy="1233.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="1237.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="1307.5" x2="728.4" y2="1307.5" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="766.4" cy="1307.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="1311.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="1307.5" x2="718.4" y2="1370.3" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="754.6" cy="1382.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="1386.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="1307.5" x2="689.6" y2="1426.9" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="720.3" cy="1449.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="1453.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="1307.5" x2="644.6" y2="1471.8" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="667.0" cy="1502.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="1506.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="1307.5" x2="588.0" y2="1500.7" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="599.8" cy="1536.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="1541.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="1307.5" x2="525.2" y2="1510.6" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="525.2" cy="1548.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="1552.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="1307.5" x2="462.5" y2="1500.7" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="450.7" cy="1536.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="1541.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="1307.5" x2="405.8" y2="1471.8" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="383.5" cy="1502.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="1506.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="1307.5" x2="360.9" y2="1426.9" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="330.2" cy="1449.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="1453.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="1307.5" x2="332.1" y2="1370.3" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="295.9" cy="1382.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="1386.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="1307.5" x2="322.1" y2="1307.5" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="284.1" cy="1307.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="1311.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="1307.5" x2="332.1" y2="1244.7" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="295.9" cy="1233.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="1237.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="1307.5" x2="360.9" y2="1188.1" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="330.2" cy="1165.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="1170.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="1307.5" x2="405.8" y2="1143.2" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="383.5" cy="1112.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="1116.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="1307.5" x2="462.5" y2="1114.3" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="450.7" cy="1078.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="1082.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,1296.5 525.2,1307.5 602.6,1201.0 534.7,1300.7 646.7,1268.0 716.5,1307.5 574.7,1323.6 542.6,1320.1 532.3,1317.2 525.2,1307.5 525.2,1450.9 481.0,1443.5 519.4,1315.6 525.2,1307.5 503.5,1314.5 525.2,1307.5 476.1,1291.5 454.9,1256.4 519.1,1299.0 497.1,1220.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="525.2" cy="1296.5" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="525.2" cy="1307.5" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="602.6" cy="1201.0" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="534.7" cy="1300.7" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="646.7" cy="1268.0" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="716.5" cy="1307.5" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="574.7" cy="1323.6" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="542.6" cy="1320.1" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="532.3" cy="1317.2" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="525.2" cy="1307.5" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="525.2" cy="1450.9" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="481.0" cy="1443.5" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="519.4" cy="1315.6" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="525.2" cy="1307.5" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="503.5" cy="1314.5" r="7.2" fill="#f59e0b" fill-opacity="0.95" stroke="#f4f8ef" stroke-width="2.4"/>
<circle cx="525.2" cy="1307.5" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="476.1" cy="1291.5" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="454.9" cy="1256.4" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="519.1" cy="1299.0" r="7.2" fill="#f59e0b" fill-opacity="0.95" stroke="#f4f8ef" stroke-width="2.4"/>
<circle cx="497.1" cy="1220.8" r="5.8" fill="#f59e0b" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<polygon points="525.2,1299.6 525.8,1305.8 608.8,1192.4 532.3,1302.4 672.8,1259.5 728.4,1307.5 606.4,1333.9 538.3,1317.0 531.3,1315.8 525.2,1307.5 525.2,1489.5 468.1,1483.2 521.3,1312.9 525.2,1307.5 506.1,1313.7 525.2,1307.5 444.4,1281.2 458.2,1258.8 519.2,1299.2 493.9,1211.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="525.2" cy="1299.6" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="525.8" cy="1305.8" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="608.8" cy="1192.4" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="532.3" cy="1302.4" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="672.8" cy="1259.5" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="728.4" cy="1307.5" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="606.4" cy="1333.9" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="538.3" cy="1317.0" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="531.3" cy="1315.8" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="525.2" cy="1307.5" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="525.2" cy="1489.5" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="468.1" cy="1483.2" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="521.3" cy="1312.9" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="525.2" cy="1307.5" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="506.1" cy="1313.7" r="7.2" fill="#22d3ee" fill-opacity="0.95" stroke="#f4f8ef" stroke-width="2.4"/>
<circle cx="525.2" cy="1307.5" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="444.4" cy="1281.2" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="458.2" cy="1258.8" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="519.2" cy="1299.2" r="7.2" fill="#22d3ee" fill-opacity="0.95" stroke="#f4f8ef" stroke-width="2.4"/>
<circle cx="493.9" cy="1211.2" r="5.8" fill="#22d3ee" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<text x="788.8" y="1053.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="1091.0" x2="856.8" y2="1091.0" stroke="#f59e0b" stroke-width="6" stroke-linecap="round" stroke-dasharray="8 4"/>
<circle cx="822.8" cy="1091.0" r="6" fill="#f59e0b" stroke="#020502" stroke-width="1.8"/>
<text x="874.8" y="1097.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="874.8" y="1119.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="874.8" y="1141.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="874.8" y="1155.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="788.8" y1="1187.0" x2="856.8" y2="1187.0" stroke="#22d3ee" stroke-width="6" stroke-linecap="round" stroke-dasharray="2 5"/>
<circle cx="822.8" cy="1187.0" r="6" fill="#22d3ee" stroke="#020502" stroke-width="1.8"/>
<text x="874.8" y="1193.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="874.8" y="1215.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="874.8" y="1237.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="874.8" y="1251.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="100.0" y="1538.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="945.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="995.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="24" font-weight="850" fill="#f4f8ef" opacity="1.000">Foundation-model probes</text>
<text x="1332.0" y="1029.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="15" font-weight="620" fill="#a5afa2" opacity="1.000">Verified Qwen3 and Cosmos task-specific outputs.</text>
<polygon points="1757.2,1262.1 1771.3,1264.3 1783.9,1270.8 1794.0,1280.8 1800.4,1293.5 1802.7,1307.5 1800.4,1321.5 1794.0,1334.2 1783.9,1344.2 1771.3,1350.7 1757.2,1352.9 1743.2,1350.7 1730.5,1344.2 1720.5,1334.2 1714.0,1321.5 1711.8,1307.5 1714.0,1293.5 1720.5,1280.8 1730.5,1270.8 1743.2,1264.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="1267.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,1205.9 1788.6,1210.9 1816.9,1225.3 1839.4,1247.8 1853.8,1276.1 1858.8,1307.5 1853.8,1338.9 1839.4,1367.2 1816.9,1389.7 1788.6,1404.1 1757.2,1409.1 1725.9,1404.1 1697.5,1389.7 1675.1,1367.2 1660.6,1338.9 1655.7,1307.5 1660.6,1276.1 1675.1,1247.8 1697.5,1225.3 1725.9,1210.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="1210.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,1163.9 1801.6,1170.9 1841.7,1191.3 1873.4,1223.1 1893.8,1263.1 1900.9,1307.5 1893.8,1351.9 1873.4,1391.9 1841.7,1423.7 1801.6,1444.1 1757.2,1451.1 1712.9,1444.1 1672.8,1423.7 1641.0,1391.9 1620.6,1351.9 1613.6,1307.5 1620.6,1263.1 1641.0,1223.1 1672.8,1191.3 1712.9,1170.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="1168.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,1131.6 1811.6,1140.2 1860.6,1165.2 1899.6,1204.1 1924.5,1253.1 1933.2,1307.5 1924.5,1361.9 1899.6,1410.9 1860.6,1449.8 1811.6,1474.8 1757.2,1483.4 1702.9,1474.8 1653.8,1449.8 1614.9,1410.9 1589.9,1361.9 1581.3,1307.5 1589.9,1253.1 1614.9,1204.1 1653.8,1165.2 1702.9,1140.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="1136.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,1104.4 1820.0,1114.3 1876.6,1143.2 1921.6,1188.1 1950.4,1244.7 1960.4,1307.5 1950.4,1370.3 1921.6,1426.9 1876.6,1471.8 1820.0,1500.7 1757.2,1510.6 1694.5,1500.7 1637.8,1471.8 1592.9,1426.9 1564.1,1370.3 1554.1,1307.5 1564.1,1244.7 1592.9,1188.1 1637.8,1143.2 1694.5,1114.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="1109.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="1307.5" x2="1757.2" y2="1104.4" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1757.2" cy="1066.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="1070.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="1307.5" x2="1820.0" y2="1114.3" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1831.8" cy="1078.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="1082.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="1307.5" x2="1876.6" y2="1143.2" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1899.0" cy="1112.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="1116.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="1307.5" x2="1921.6" y2="1188.1" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1952.3" cy="1165.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="1170.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="1307.5" x2="1950.4" y2="1244.7" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1986.6" cy="1233.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="1237.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="1307.5" x2="1960.4" y2="1307.5" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1998.4" cy="1307.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="1311.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="1307.5" x2="1950.4" y2="1370.3" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1986.6" cy="1382.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="1386.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="1307.5" x2="1921.6" y2="1426.9" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1952.3" cy="1449.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="1453.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="1307.5" x2="1876.6" y2="1471.8" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1899.0" cy="1502.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="1506.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="1307.5" x2="1820.0" y2="1500.7" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1831.8" cy="1536.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="1541.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="1307.5" x2="1757.2" y2="1510.6" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1757.2" cy="1548.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="1552.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="1307.5" x2="1694.5" y2="1500.7" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1682.7" cy="1536.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="1541.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="1307.5" x2="1637.8" y2="1471.8" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1615.5" cy="1502.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="1506.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="1307.5" x2="1592.9" y2="1426.9" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1562.2" cy="1449.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="1453.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="1307.5" x2="1564.1" y2="1370.3" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1527.9" cy="1382.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="1386.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="1307.5" x2="1554.1" y2="1307.5" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1516.1" cy="1307.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="1311.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="1307.5" x2="1564.1" y2="1244.7" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1527.9" cy="1233.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="1237.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="1307.5" x2="1592.9" y2="1188.1" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1562.2" cy="1165.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="1170.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="1307.5" x2="1637.8" y2="1143.2" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1615.5" cy="1112.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="1116.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="1307.5" x2="1694.5" y2="1114.3" stroke="#ccffa0" stroke-opacity="0.12" stroke-width="1.2"/>
<circle cx="1682.7" cy="1078.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="1082.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,1296.6 1761.1,1295.7 1876.0,1144.0 1791.3,1282.7 1831.9,1283.2 1940.9,1307.5 1864.2,1342.3 1911.1,1419.3 1842.3,1424.6 1819.0,1497.5 1757.2,1437.5 1720.9,1419.2 1751.5,1315.4 1746.6,1315.2 1630.3,1348.7 1754.2,1307.5 1678.5,1281.9 1722.9,1282.6 1660.3,1174.1 1739.6,1253.3" fill="#9bb8ff" fill-opacity="0.040" stroke="#9bb8ff" stroke-opacity="0.920" stroke-width="4.4" stroke-linejoin="round" stroke-linecap="round" stroke-dasharray="7 7"/>
<circle cx="1757.2" cy="1296.6" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1761.1" cy="1295.7" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1876.0" cy="1144.0" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1791.3" cy="1282.7" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1831.9" cy="1283.2" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1940.9" cy="1307.5" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1864.2" cy="1342.3" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1911.1" cy="1419.3" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1842.3" cy="1424.6" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1819.0" cy="1497.5" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1757.2" cy="1437.5" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1720.9" cy="1419.2" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1751.5" cy="1315.4" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1746.6" cy="1315.2" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1630.3" cy="1348.7" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1754.2" cy="1307.5" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1678.5" cy="1281.9" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1722.9" cy="1282.6" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1660.3" cy="1174.1" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1739.6" cy="1253.3" r="5.8" fill="#9bb8ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<polygon points="1757.2,1301.7 1757.2,1307.5 1829.7,1207.8 1776.3,1293.7 1824.4,1285.7 1872.4,1307.5 1828.8,1330.7 1848.2,1373.6 1854.4,1441.3 1819.8,1500.1 1757.2,1468.6 1718.9,1425.4 1746.0,1322.9 1757.2,1307.5 1675.4,1334.1 1757.2,1307.5 1751.4,1305.6 1723.4,1282.9 1638.0,1143.3 1729.2,1221.3" fill="#ff9c7a" fill-opacity="0.030" stroke="#ff9c7a" stroke-opacity="0.920" stroke-width="4.4" stroke-linejoin="round" stroke-linecap="round" stroke-dasharray="4 7"/>
<circle cx="1757.2" cy="1301.7" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1757.2" cy="1307.5" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1829.7" cy="1207.8" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1776.3" cy="1293.7" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1824.4" cy="1285.7" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1872.4" cy="1307.5" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1828.8" cy="1330.7" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1848.2" cy="1373.6" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1854.4" cy="1441.3" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1819.8" cy="1500.1" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1757.2" cy="1468.6" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1718.9" cy="1425.4" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1746.0" cy="1322.9" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1757.2" cy="1307.5" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1675.4" cy="1334.1" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1757.2" cy="1307.5" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1751.4" cy="1305.6" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1723.4" cy="1282.9" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1638.0" cy="1143.3" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1729.2" cy="1221.3" r="5.8" fill="#ff9c7a" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<polygon points="1757.2,1289.4 1757.2,1307.5 1874.7,1145.8 1771.9,1296.9 1833.5,1282.7 1932.4,1307.5 1761.4,1308.9 1876.0,1393.8 1775.0,1332.0 1758.3,1310.8 1757.2,1464.2 1713.9,1441.0 1751.3,1315.7 1743.9,1317.2 1675.5,1334.0 1746.5,1307.5 1731.5,1299.1 1723.4,1282.9 1637.9,1143.3 1722.2,1199.7" fill="#d9c7ff" fill-opacity="0.026" stroke="#d9c7ff" stroke-opacity="0.920" stroke-width="4.4" stroke-linejoin="round" stroke-linecap="round" stroke-dasharray="2 7"/>
<circle cx="1757.2" cy="1289.4" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1757.2" cy="1307.5" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1874.7" cy="1145.8" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1771.9" cy="1296.9" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1833.5" cy="1282.7" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1932.4" cy="1307.5" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1761.4" cy="1308.9" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1876.0" cy="1393.8" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1775.0" cy="1332.0" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1758.3" cy="1310.8" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1757.2" cy="1464.2" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1713.9" cy="1441.0" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1751.3" cy="1315.7" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1743.9" cy="1317.2" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1675.5" cy="1334.0" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1746.5" cy="1307.5" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1731.5" cy="1299.1" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1723.4" cy="1282.9" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1637.9" cy="1143.3" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<circle cx="1722.2" cy="1199.7" r="5.8" fill="#d9c7ff" fill-opacity="0.95" stroke="#020502" stroke-width="1.7"/>
<text x="2020.8" y="1053.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="1091.0" x2="2088.8" y2="1091.0" stroke="#9bb8ff" stroke-width="6" stroke-linecap="round" stroke-dasharray="7 7"/>
<circle cx="2054.8" cy="1091.0" r="6" fill="#9bb8ff" stroke="#020502" stroke-width="1.8"/>
<text x="2106.8" y="1097.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="15" font-weight="850" fill="#f4f8ef" opacity="1.000">Qwen3-Omni v6 LoRA</text>
<text x="2106.8" y="1119.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="12" font-weight="800" fill="#9bb8ff" opacity="1.000">20/20 scored</text>
<text x="2106.8" y="1141.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">Verified held-out Qwen3-Omni v6</text>
<text x="2106.8" y="1155.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">LoRA metrics, plus task 16 and any</text>
<line x1="2020.8" y1="1187.0" x2="2088.8" y2="1187.0" stroke="#ff9c7a" stroke-width="6" stroke-linecap="round" stroke-dasharray="4 7"/>
<circle cx="2054.8" cy="1187.0" r="6" fill="#ff9c7a" stroke="#020502" stroke-width="1.8"/>
<text x="2106.8" y="1193.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="15" font-weight="850" fill="#f4f8ef" opacity="1.000">Cosmos3-Super Reasoner</text>
<text x="2106.8" y="1215.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="12" font-weight="800" fill="#ff9c7a" opacity="1.000">20/20 scored</text>
<text x="2106.8" y="1237.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">Verified Cosmos3-Super base-weight</text>
<text x="2106.8" y="1251.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">Reasoner JSON-task evaluation,</text>
<line x1="2020.8" y1="1283.0" x2="2088.8" y2="1283.0" stroke="#d9c7ff" stroke-width="6" stroke-linecap="round" stroke-dasharray="2 7"/>
<circle cx="2054.8" cy="1283.0" r="6" fill="#d9c7ff" stroke="#020502" stroke-width="1.8"/>
<text x="2106.8" y="1289.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="15" font-weight="850" fill="#f4f8ef" opacity="1.000">Cosmos3-Nano Future Window</text>
<text x="2106.8" y="1311.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="12" font-weight="800" fill="#d9c7ff" opacity="1.000">20/20 scored</text>
<text x="2106.8" y="1333.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">Verified Cosmos3-Nano</text>
<text x="2106.8" y="1347.0" text-anchor="start" font-family="Space Grotesk, Arial, sans-serif" font-size="11" font-weight="580" fill="#a5afa2" opacity="1.000">future-window compatibility</text>
<text x="1332.0" y="1538.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="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">Use the panels for shape and coverage; use the companion result matrix for exact ranks, raw values, direct/proxy flags, and sources.</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">The old nine-method overlay was replaced by grouped small multiples so each radar compares only related methods.</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">SVG radius uses sqrt(normalized score) for readable area; the stored normalized score remains linear and unchanged.</text>
</svg>