Recorded evaluation
Aggregate readout metrics
The table reports pass rates and mean reciprocal rank for 377 eligible test items. Each item pairs a prompt with one or more eligible single-token target terms. For each target, the evaluator uses its best rank within the stated layer scope. The Final model row ranks the same targets in the model's next-token logits at the score position.
The evaluation contains 551 items. The evaluator completed readouts for 539 items, yielding 910 eligible target terms across the development and test splits. The release includes a 50,050-row readout ledger, numerical bootstrap intervals, and the split, random-number generator, seed, and synonym rules needed to recalculate the recorded decisions.
Selected-band checks. For each target term, the token-target check selected one deterministic foil token from the global eligible-token pool after excluding the item's eligible token IDs. The shuffled-layer mapping check used the lens matrix nine entries ahead in the 18-layer list, with wraparound. Both paired checks passed the recorded pass@10 and MRR rule for layers 24, 26, 28, 30, 32, and 34. The comparison with the ordinary logit lens did not establish improvement.
Table scope. The table calculates each row independently over its named layer scope. These aggregate rows differ from the selected-band paired checks. Across all layers, the shuffled-layer control matches the J lens on pass@10 and exceeds it on pass@1, pass@50, and MRR.
Files. The model package contains the FP32 evaluation lens and the FP16 trace lens so each result remains paired with the tensor values used to produce it. Casting every FP32 matrix to FP16 exactly reproduces the trace lens. The trace package contains the item rows, intervals, and method needed to recalculate the recorded statistics.
Evaluation scope. The released evaluation measures ranked-token readouts. It does not measure general model accuracy or evaluate causal steering, write directions, free-generation behavior, or global workspace behavior.