paper: remove version labels from title/body, present as D4/E8 lattice variants#40
Merged
FluffyAIcode merged 1 commit intomainfrom Apr 24, 2026
Merged
Conversation
…attice variants
Per user request: present the paper as a single codec family with two
lattice instantiations, not as a v1.4 + v1.5 joint release.
Title: dropped the 'Extended: v1.4 (D4) + v1.5 (E8) Joint Release'
subtitle; dropped the 'v1.4 released / v1.5 released' date annotation.
The title is now: 'KakeyaLattice: Nested-Lattice KV-Cache Compression
with Kakeya-Style Discrete Codebooks' with date 'April 24, 2026'.
Abstract: kept as the narrative spine (per instruction) but all 'v1.4' /
'v1.5' labels replaced with 'D4 nested lattice variant' / 'E8 nested
lattice variant' throughout. Measured claims (+1.3-2.0 dB MSE gain,
28-53% |Delta ppl| reduction) unchanged.
Body prose: replaced all 'v1.4' / 'v1.5' literals with lattice-based
names. Section 3 header changed from 'The KakeyaLattice codec
(v1.4 and v1.5)' to 'The KakeyaLattice codec'. Section 6 header changed
from 'v1.5: the E8 extension' to 'Measured performance of the E8 nested
lattice variant'. Algorithm comments no longer reference v1.4/v1.5.
Table cells / captions: 'v1.4 Q=X' rendered as 'D4 Q=X',
'v1.5 Q=X' as 'E8 Q=X'. Latency table 'v1.4 D4'/'v1.5 E8' column
collapsed to just 'D4'/'E8' (redundant version prefix removed).
Caption labels 'v1.5 vs v1.4' rendered as 'E8 vs D4'.
Retained literal 'v1.4' / 'v1.5' ONLY in (per spec):
- Reproducibility manifest appendix (paths / git tag commands)
- Canonical naming appendix (explicitly lists both class names
+ module + release tags; this is its entire purpose)
- Bibliography entries citing the release snapshots
Package references updated from kakeyaturbo_py to kakeyalattice in the
methodology section and reproducibility paragraph of the conclusion.
Conclusion also extended with an E8 empirical-results paragraph (MSE
gain, |Delta ppl| reduction, NIAH preservation, +32 bit / 1.56-1.80x
latency cost).
Build: latexmk pdf -> 26 pages, 418 KB, no undefined references,
no LaTeX errors. Only cosmetic hyperref 'Token not allowed in a PDF
string (Unicode)' warnings for math-mode D_4 / E_8 inside TOC
bookmarks (hyperref cannot render math in PDF outline strings); the
printed document itself is unaffected.
This was referenced Apr 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Per the user's latest directive, the paper is reframed as a single codec family (KakeyaLattice) with two concrete lattice instantiations — a$D_4$ nested lattice variant and an $E_8$ nested lattice variant — rather than as a "v1.4 + v1.5 joint release". All body-level "v1.4" / "v1.5" version strings are replaced with descriptive lattice names, while the appendix-level release-tag references (naming appendix, reproducibility manifest, bibliography) are retained by design.
Title + date
Abstract
Narrative kept; every occurrence of "v1.4" / "v1.5" rewritten to "the D4 nested lattice variant" / "the E8 nested lattice variant". Measured numbers unchanged (+1.3–2.0 dB K-MSE gain, 28–53% |Δppl| reduction for the E8 variant, etc.).
Section headers
Body prose replacements (representative)
v1.4: Conway–Sloane Alg. 4→Conway–Sloane Alg. 4;v1.5: Conway–Sloane Alg. 5→Conway–Sloane Alg. 5.+32 bits per vector vs v1.4 at the same q_range→+32 bits per vector vs the D4 nested lattice variant at the same q_range.v1.4 uses D4…; v1.5 substitutes E8…→The D4 nested lattice variant gives…; the E8 nested lattice variant substitutes….kakeyaturbo_py→kakeyalattice;V14KakeyaZamirLatticeGPUis now introduced alongsideV15KakeyaZamirE8GPUas the two canonical classes under one package.frames v1.4 as a drop-in upstream PR→frames the D4 nested lattice variant as a drop-in upstream PR.kakeyalatticepackage + bothV14KakeyaZamirLatticeGPUandV15KakeyaZamirE8GPU+reports/v1_5_release/V15_FULL_4MODEL_REPORT.md.Table cells / captions
v1.4 Q=X/v1.5 Q=X→D4 Q=X/E8 Q=X.v1.5 vs v1.4(captions + headers) →E8 vs D4.v1.4 D4/v1.5 E8collapsed to justD4/E8(version prefix redundant with lattice column).v1.4column renamedD4,v1.4 K-MSErenamedD4 K-MSE, etc.v1.4 balanced→D4 balanced;v1.5 balanced→E8 balanced.Retained literal "v1.4" / "v1.5" (intentional, per user spec)
--q-values/--v15-q-valuesCLI flags andreports/v1_4_release//reports/v1_5_release/paths, because these are on-disk directory names and real CLI arguments.tag v1.4as the release snapshot.Build
Result: 26 pages, 418 KB, zero undefined references, zero LaTeX errors. The only remaining log messages are cosmetic hyperref warnings
Package hyperref Warning: Token not allowed in a PDF string (Unicode)coming from math-mode$D_4$/$E_8$symbols inside PDF-outline bookmark strings; the printed document itself is unaffected.Spot-checks on the rendered PDF
KakeyaLattice: Nested-Lattice KV-Cache Compression with Kakeya-Style Discrete Codebooks,April 24, 2026.The paper covers two concrete lattice instantiations of a single codec family: a D4 nested lattice variant and an E8 nested lattice variant.3 The KakeyaLattice codec,6 Measured performance of the E8 nested lattice variant.Files
reports/paper/kakeyalattice.tex(prose + tables edited)reports/paper/kakeyalattice.pdf(re-compiled)No code / hook / codec / benchmark / release-artifact changes in this PR.