NeuroLex v3: Morpheme-Aware Creative Name Generator
A novel, domain-specific AI architecture that generates truly creative, pronounceable brand names, YouTube channel names, and social media handles across 25+ languages.
~2.7M parameters | Trains in ~30 min on free Colab T4 | 25+ languages
🚀 Quick Start
Open neurolex_train.ipynb in Google Colab (free tier T4 GPU) and run all cells. Training completes in ~30 minutes. No authentication needed — all datasets are public.
Why LLMs Fail at Creative Naming
Failure Mode
Paper
Impact
BPE vocabulary trap — can only recombine known tokens
Wug Test (arxiv:2310.15113)
Can't create truly novel morphemes
RLHF kills diversity — alignment creates attractor states
Creativity Has Left the Chat (arxiv:2406.05587)
Outputs are generic, predictable
Sampling prunes novelty — top-p/k removes rare forms
Lost in Sampling (arxiv:2605.27268)
Creative words unreachable
Analogical memorization — morphology via pattern matching, not rules
arxiv:2411.07990
Fails on novel morphological forms
No phonotactic awareness — doesn't model sound-feel mappings
Comparison generation — New cell to compare all strategy×vibe combinations side-by-side.
Sound Symbolism: Why Names "Feel" Right
Cross-linguistic research proves universal patterns in how sounds map to feelings:
SHARP/TECH: p, t, k, s, z, x, f, h, c + vowels i, e
→ "Apex", "Zyphra", "Kolvex" (precise, cutting-edge)
WARM/FRIENDLY: m, n, l, b, d, g, w, r, y + vowels o, u, a
→ "Moluna", "Bloom", "Lumara" (approachable, organic)
We use these mappings to automatically label training data with vibe tags, so the model learns sound→feel correlations directly.
Files
File
Description
neurolex_train.ipynb
Complete Colab notebook — run this!
model.py
Architecture (Condition Encoder + Character Decoder)