Reproduce J · CECI Splicing

Reproduce Paper J: CECI --- Cross-Encoded Component Interchange

William Ken Ohara Stewart (NagusameCS Independent Research)

HyperTensor Project · May 2026 · Paper J (HTML) · repro tree

Scope

Reproduces the CECI (Cross-Encoded Component Interchange) splicing experiment: hot-swapping FFN layers between two independently UGT-trained models and measuring PPL degradation. Validates the bilateral UGT requirement --- that component interchange only succeeds when both models share the same UGT taxonomic basis, proving the basis encodes functional semantics.

Hardware target

Prerequisites

Step 1: Train two UGT models (if not already available)

python scripts/e2e_pipeline.py --model SmolLM2-135M --k 256 --steps 100000 \
    --output-a ../models/ugt_model_a --output-b ../models/ugt_model_b

Step 2: Run the CECI splice test

python scripts/ceci_splice_test.py --model-a ../models/ugt_model_a \
    --model-b ../models/ugt_model_b --layers 0,4,8,12,16,20,24,28

Step 3: Expected output

Validation

The key validation: FFN transfer works ONLY when both models share the UGT basis. This proves the basis encodes functional semantics --- it's not just a compression artifact. The bilateral requirement is the central architectural claim of Paper XI (Universal Geodesic Taxonomy).