File size: 1,253 Bytes
7e06839
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
# Unbundle v5 (b1+b3, auth handshake + humanized): C3 Results

Baseline (n100, single-turn):  **514/795 = 64.7%** caught

Unbundled dataset: 1299 rows judged (0 errors)

Overall caught: **543/1299 = 41.8%**

## Row composition
- turn1 (preserved trie divergence): 282
- tail turns (one action each):      504
- untouched passthrough:             513

## T1 slots vs baseline (same 283 trie positions)
- baseline caught here: 223/282
- unbundled caught here: 45/282 = 16.0%
- **fixed (caught -> fooled): 178**
- regressed (fooled -> caught): 0
- net catch reduction on T1: 178

## Tail turns (the re-rooted follow-ups)
- tail caught: 208/504 = 41.3%
- by original tail length:
    tail_len=1: 37/133 = 28%

    tail_len=2: 66/154 = 43%

    tail_len=3: 101/213 = 47%

    tail_len=4: 4/4 = 100%

- by turn position:

    turn2: 93/282 = 33%

    turn3: 68/149 = 46%

    turn4: 46/72 = 64%

    turn5: 1/1 = 100%


## Passthrough control (should track baseline)
- caught: 290/513 = 56.5%
- same rows in baseline: 291/513 = 56.7%

## Per-scenario view (283 split confusers)
- caught in >=1 of its turns: 163/282 = 57.8%
- caught at the T1 (trie) slot: 45/282 = 16.0%
- baseline caught these same confusers: 223/282 = 79.1%