Commit fa9c101
committed
docs(paper): integrate full E2b Zipf curve into §6.4 — N=100k datapoint landed
E2b Zipf campaign completed (PID 62255). The full N=1k/10k/100k curve at
K=5000 access events α=1.5 reveals the regime story sharper than the
2-point partial:
| N | K/N | full R@10 | flat R@10 | full MRR | flat MRR |
| 10^3 | 5.0 | 1.000 | 1.000 | 1.000 | 0.980 |
| 10^4 | 0.5 | 1.000 | 1.000 | 0.985 | 1.000 |
| 10^5 | 0.05 | 1.000 | 0.970 | 0.910 | 0.970 |
R@10 vs MRR are complementary metrics:
- R@10: cortex_full holds 1.000 across full K/N range (always finds answer);
flat starts missing at K/N=0.05.
- MRR: cortex_full degrades monotonically with K/N (1.000 -> 0.985 -> 0.910),
consistent with regime parameter 2 — heat is signal only when items have
differential access histories.
Updated both:
- markdown source (\§6.4 zipf bullet rewritten with full table)
- LaTeX main.tex (booktabs table + complementary-stories prose)
PDF rebuilt clean: 0 missing refs, 0 missing citations.1 parent ffcad91 commit fa9c101
2 files changed
Lines changed: 36 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
594 | 616 | | |
595 | 617 | | |
596 | 618 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
178 | 186 | | |
179 | 187 | | |
180 | 188 | | |
| |||
0 commit comments