Papers › Rethinking the Role of Tensor Decompositions in Post-Training LLM Compression

Rethinking the Role of Tensor Decompositions in Post-Training LLM Compression

2 Jun 2026arXiv:2606.03465added by Syntology

Artur Zagitov, Alexander Miasnikov, Maxim Krutikov, Vladimir Aletov, Gleb Molodtsov, Nail Bashirov, Artem Tsedenov, Aleksandr Beznosikov

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Post-training compression is essential for deploying large language models (LLMs) under tight resource constraints. Tensor decompositions have emerged as a promising direction, offering compact parameterizations well suited to Transformer weight structures. However, existing studies evaluate these methods in narrow settings, leaving unclear whether tensorization is effective at large-scale deployment. We systematically evaluate tensor compression across dense and MoE architectures, establishing performance trade-offs grounded in both empirical analysis and theoretical analysis. We identify a fundamental mismatch between the shared subspaces assumed by tensor decompositions and the heterogeneous representations learned by modern LLMs, thereby delineating their practical limits and clarifying their viable role in large-scale deployment. The code is available at https://github.com/brain-lab-research/TT-LLM.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2606.03465")

Code

Syntology Ran 11 of 13 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 11 ran with no contract checked.

By repository: found in paper text by Syntology: 13 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

brain-lab-research/TT-LLM found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 11 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

11ran
2unverified

Licence: 13 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from brain-lab-research/TT-LLM. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

factor_int_balanced brain-lab-research/TT-LLM/src/tt_llm/tensor_utils.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 245e53204100b72c · report
get_module_by_name brain-lab-research/TT-LLM/src/tt_llm/llama_tt.py found in paper text by Syntology ran no licence file found · pointer only · 54053c7ed589cd79 · report
infer_input_device brain-lab-research/TT-LLM/src/tt_llm/superweights.py found in paper text by Syntology ran no licence file found · pointer only · cd3d15ec465535aa · report
mixed_radix_unravel brain-lab-research/TT-LLM/src/tt_llm/tt_superweights.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 9b4e12658aeba2af · report
normalize_modes brain-lab-research/TT-LLM/src/tt_llm/tensor_utils.py found in paper text by Syntology ran no licence file found · pointer only · 167ead9d0f467ae9 · report
prime_factors brain-lab-research/TT-LLM/src/tt_llm/tensor_utils.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · dba3ae25db413cf8 · report
prune brain-lab-research/TT-LLM/src/tucker_llm/laser/matrix_utils.py found in paper text by Syntology ran no licence file found · pointer only · dfd3f0f25b0b9ad2 · report
rank brain-lab-research/TT-LLM/src/tucker_llm/laser/matrix_utils.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 15557c4657639788 · report
resolve_module brain-lab-research/TT-LLM/src/tt_llm/superweights.py found in paper text by Syntology ran no licence file found · pointer only · a09068db08c267a5 · report
resolve_transformer_layers brain-lab-research/TT-LLM/src/tt_llm/superweights.py found in paper text by Syntology ran no licence file found · pointer only · 3968f618f7a63eb3 · report
sorted_mat brain-lab-research/TT-LLM/src/tucker_llm/laser/matrix_utils.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 349808d7ef472b90 · report
projection_mode_map brain-lab-research/TT-LLM/src/tt_llm/llama_tt.py found in paper text by Syntology unverified no licence file found · pointer only · ff1ca01f4359bcdd · report
replace_llama_ffn_with_tt brain-lab-research/TT-LLM/src/tt_llm/llama_tt.py found in paper text by Syntology unverified no licence file found · pointer only · b0da99c1a090af3e · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.03465, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections