Published February 27, 2026 | Version 1.0.0

Leech-LoRA: Low-Rank Lattice Adaptation for Large Language Models

Authors/Creators

Description

We introduce Leech-LoRA, a parameter-efficient fine-tuning method that injects geometric priors from the Leech lattice into large pre-trained Transformer models.

Unlike standard LoRA which adds trainable low-rank matrices, Leech-LoRA adds a parallel path through a fixed orthogonal matrix derived from the Leech lattice’s 24-dimensional basis, scaled by a single learnable parameter per layer. This frozen geometric core acts as a symmetry filter, guiding the model’s representations toward the densest sphere-packing structure while leaving the original weights untouched. The method adds an insignificant number of parameters (one scalar per layer) and requires minimal computational overhead, yet it can substantially improve coherence, reduce hallucinations, and enhance extrapolation. We outline the mathematical framework, provide a PyTorch implementation sketch, and discuss expected outcomes when applied to models like LLaMA-1B. Leech-LoRA offers a practical bridge between fundamental geometry and large-scale language models.

Files

Envoy_E8_leech_lora.pdf

Files (187.4 kB)

Name Size Download all
md5:da8dc4e68e5a03643c22b15e8d5b6f30
187.4 kB Preview Download

Additional details

Related works

Is supplement to
Preprint: 10.5281/zenodo.18729723 (DOI)

Dates

Issued
2026-02-27

Software

Repository URL
https://github.com/SPUTNIKAI/LEECH-LORA
Programming language
Python
Development Status
Active