Commit f148bde
state: R40 meaningful prompt + thinking-mode — new attractor (requirements loop)
User insight: meaningful questions needed for meaningful long output.
Tested rich structured KR ML-paradigms prompt + TQ_ENABLE_THINKING=1.
Thinking mode engages correctly (English CoT starts), but hits a NEW
repetition attractor at 71 tokens: "requirements/requirements/...".
EOS rank profile shows this is NOT an EOS-block (rank stays ~100-222);
it's a pure semantic lock — model stuck on one word, margin peaks at
7.8 logits on it.
So 35B long-gen has THREE distinct failure modes that coexist:
1. EOS-block (R39): model wants to stop, top1 overrules → alphabet walk
2. Semantic lock-in (R40): model locked on one word attractor
3. Router collapse (pre-v0.28.0): 117-tok math loop, T=2.0 fixed this
Brutal honesty: 1000-tok coherent not achievable today. All three modes
appear regardless of prompt quality or thinking mode. T=2.0 softened
one attractor but left others.
Paths for future: position-aware rep-penalty, DRY sampler, upstream
chat-template work, or different base model.
Diagnostic suite now covers all three modes (logit-probe + residual-probe
+ moe-probe + delta-probe). This session's Phase 3 ends with infrastructure
complete, honest null on 1000-tok ceiling.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent c551293 commit f148bde
1 file changed
Lines changed: 55 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 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 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
6 | 61 | | |
7 | 62 | | |
8 | 63 | | |
| |||
0 commit comments