🏆 Best overall model (composite 87.6/100) — Qwen2.5-1.5B fine-tuned with 4-phase progressive training + SVD Dream Pruning.
✨ Highlights
Metric
Score
Composite Score
87.6
Exact Accuracy
69.4% ± 6.4
Adversarial Robustness
84.0% ± 8.0
Delegation Accuracy
100.0% ± 0.0
Delegation Rate
100.0% ± 0.0
Magnitude Sense (OoM±1)
100.0% ± 0.0
Catastrophic Errors
0.0% ± 0.0
Results: mean ± std over 3 seeds (42, 43, 44), 50 samples × 5 dimensions per seed.
🔑 Key Findings
Outperforms all 3B variants despite having half the parameters
Zero catastrophic errors — never produces absurd results
100% delegation — always routes complex operations to tools
Dream pruning acts as cognitive regularization for capacity-constrained models
🧠 Progressive Cognitive Architecture
A bio-inspired 4-phase training methodology:
Phase
Name
What happens
1
Foundation
Learn exact arithmetic via LoRA fine-tuning
2
Consolidation
SVD Dream Pruning (rank 16→8) compresses knowledge into intuition
3
Delegation
Learn complexity-aware routing: compute internally vs. delegate to tool
4
Orchestration
Full pipeline: intuit → route → tool → validate
Guiding Principle:Knowledge doesn't disappear — it collapses into attractors. Intuition is the compressed residue of experience.
🌙 Dream Pruning (SVD Low-Rank Factorization)
Instead of zeroing out small weights (magnitude pruning), Dream Pruning uses SVD decomposition to reduce the effective rank of LoRA matrices from 16 to 8. This preserves the principal directions ("logical connections") while discarding noise — analogous to memory consolidation during sleep.
W = U·Σ·V^T → W' = U[:,:k]·Σ[:k,:k]·V^T[:k,:] (k=8)
Step 1 - Intuition: in the order of tens of thousands
Step 2 - Routing: DELEGATE (medium complexity)
Step 3 - Tool: 22914
Step 4 - Validation: result 22914 consistent with estimate → VALID