paper-with-me

홈 › Papers

TRAWL: Tensor Reduced and Approximated Weights for Large Language Models

2024-06-25 · Yiran Luo, Het Patel, Yu Fu, Dawon Ahn, Jia Chen, Yue Dong, Evangelos E. Papalexakis

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.

📄 PDF Abstract BibTeX arXiv:2406.17261

Code (1)

HettyPatel/TRAWL pytorch

Tasks

Language ModellingLarge Language ModelModel OptimizationTensor Decomposition

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Likelihood-based inference and forecasting for trawl processes: a stochastic optimization approach

2023-08-30 · Dan Leonte, Almut E. D. Veraart

We consider trawl processes, which are stationary and infinitely divisible stochastic processes and can describe a wide range of statistical properties, such as heavy tails and long memory. In this paper, we develop the …

parameter estimationStochastic Optimization

Low-Rank Tensor Approximation of Weights in Large Language Models via Cosine Lanczos Bidiagonalization

2026-01-23 · A. El Ichi, K. Jbilou arxiv

Large Language Models (LLMs) have demonstrated remarkable capabilities across diverse natural language tasks but suffer from extremely large memory footprints and computational costs. In this paper, we introduce a tensor…

Generalized Tensor Summation Compressive Sensing Network (GTSNET): An Easy to Learn Compressive Sensing Operation

2021-08-04 · Mehmet Yamac, Ugur Akpinar, Erdem Sahin, Serkan Kiranyaz 외

In CS literature, the efforts can be divided into two groups: finding a measurement matrix that preserves the compressed information at the maximum level, and finding a reconstruction algorithm for the compressed informa…

Compressive Sensing

Tucker Diffusion Model for High-dimensional Tensor Generation

2026-04-01 · Jianhua Guo, Xinbing Kong, Zeyu Li, Junfan Mao arxiv

Statistical inference on large-dimensional tensor data has been extensively studied in the literature and widely used in economics, biology, machine learning, and other fields, but how to generate a structured tensor wit…

Training and inference of large language models using 8-bit floating point

2023-09-29 · Sergio P. Perez, Yan Zhang, James Briggs, Charlie Blake 외

FP8 formats are gaining popularity to boost the computational efficiency for training and inference of large deep learning models. Their main challenge is that a careful choice of scaling is needed to prevent degradation…

Computational Efficiency