English

TRAWL: Tensor Reduced and Approximated Weights for Large Language Models

Computation and Language 2025-02-19 v3

Abstract

Recent research has shown that pruning large-scale language models for inference is an effective approach to improving model efficiency, significantly reducing model weights with minimal impact on performance. Interestingly, pruning can sometimes even enhance accuracy by removing noise that accumulates during training, particularly through matrix decompositions. However, recent work has primarily focused on single matrix decompositions or lower precision techniques, which may fail to fully capture structural patterns. To address these limitations, we introduce TRAWL (Tensor Reduced and Approximated Weights for Large Language Models), a technique that applies tensor decomposition across multiple weight matrices to effectively denoise LLMs by capturing global structural patterns. Our experiments show that TRAWL improves model performance by up to 16% over baseline models on benchmark datasets, without requiring additional data, training, or fine-tuning.

Keywords

Cite

@article{arxiv.2406.17261,
  title  = {TRAWL: Tensor Reduced and Approximated Weights for Large Language Models},
  author = {Yiran Luo and Het Patel and Yu Fu and Dawon Ahn and Jia Chen and Yue Dong and Evangelos E. Papalexakis},
  journal= {arXiv preprint arXiv:2406.17261},
  year   = {2025}
}

Comments

12 pages. To appear on PAKDD 2025 Special Session on 'Data Science: Foundations and Applications (DSFA)'

R2 v1 2026-06-28T17:18:14.136Z