paper-with-me

홈 › Papers

English K_Quantization of LLMs Does Not Disproportionately Diminish Multilingual Performance

2025-03-05 · Karl Audun Borgersen

For consumer usage of locally deployed LLMs, the GGUF format and k_quantization are invaluable tools for maintaining the performance of the original model while reducing it to sizes deployable with consumer-grade hardware. The number of bits dedicated to each weight from the original model is reduced based on how important they are thought to be during model inference. This importance is arrived at through the application of an 'importance matrix'-a relatively small text document meant to be representative of the LLM's standard use-cases. In the vast majority of quants available online, this document is primarily written in English. It was therefore an open question whether performance on English language tasks was preserved through the sacrifice of multilingual performance and whether it can be preserved with alternate importance matrices. This article investigates these hypotheses by quantizing Llama3.3 70B on importance matrices written in three languages (English, Norwegian, and Malayalam) and evaluating them on the MixEval dataset in both English and Norwegian. All experiments related to k_quantization yielded non-significant results (In all cases p > 0.237) indicating that current quantization practices do not disproportionately harm multilingual performance.

📄 PDF Abstract BibTeX arXiv:2503.03592

Code (0)

등록된 구현이 없습니다.

Tasks

Quantization

Similar Papers 제목 키워드 기반

Does quantization affect models' performance on long-context tasks?

2025-05-26 · Anmol Mekala, Anirudh Atmakuru, Yixiao Song, Marzena Karpinska 외

Large language models (LLMs) now support context windows exceeding 128K tokens, but this comes with significant memory requirements and high inference latency. Quantization can mitigate these costs, but may degrade perfo…

Quantization

LLM Targeted Underperformance Disproportionately Impacts Vulnerable Users

2024-06-25 · Elinor Poole-Dayan, Deb Roy, Jad Kabbara

While state-of-the-art Large Language Models (LLMs) have shown impressive performance on many tasks, there has been extensive research on undesirable model behavior such as hallucinations and bias. In this work, we inves…

When Quantization Affects Confidence of Large Language Models?

2024-05-01 · Irina Proskurina, Luc Brun, Guillaume Metzler, Julien Velcin

Recent studies introduced effective compression techniques for Large Language Models (LLMs) via post-training quantization or low-bit weight representation. Although quantized weights offer storage efficiency and allow f…

Language ModelingLanguage ModellingQuantization

How Does Quantization Affect Multilingual LLMs?

2024-07-03 · Kelly Marchisio, Saurabh Dash, Hongyu Chen, Dennis Aumiller 외

Quantization techniques are widely used to improve inference speed and deployment of large language models. While a wide body of work examines the impact of quantization on LLMs in English, none have evaluated across lan…

Mathematical ReasoningQuantization

Compression Scaling Laws:Unifying Sparsity and Quantization

2025-02-23 · Elias Frantar, Utku Evci, Wonpyo Park, Neil Houlsby 외

We investigate how different compression techniques -- such as weight and activation quantization, and weight sparsity -- affect the scaling behavior of large language models (LLMs) during pretraining. Building on previo…

Quantization