paper-with-me

Papers

How Does Quantization Affect Multilingual LLMs?

2024-07-03 · Kelly Marchisio, Saurabh Dash, Hongyu Chen, Dennis Aumiller, Ahmet Üstün, Sara Hooker, Sebastian Ruder

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 languages. We conduct a thorough analysis of quantized multilingual LLMs, focusing on performance across languages and at varying scales. We use automatic benchmarks, LLM-as-a-Judge, and human evaluation, finding that (1) harmful effects of quantization are apparent in human evaluation, which automatic metrics severely underestimate: a 1.7% average drop in Japanese across automatic tasks corresponds to a 16.0% drop reported by human evaluators on realistic prompts; (2) languages are disparately affected by quantization, with non-Latin script languages impacted worst; and (3) challenging tasks like mathematical reasoning degrade fastest. As the ability to serve low-compute models is critical for wide global adoption of NLP technologies, our results urge consideration of multilingual performance as a key evaluation criterion for efficient models.

📄 PDF Abstract BibTeX arXiv:2407.03211

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical ReasoningQuantization

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar 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 hardwar…

Quantization

The Impact of Quantization on Retrieval-Augmented Generation: An Analysis of Small LLMs

2024-06-10 · Mert Yazan, Suzan Verberne, Frederik Situmeang

Post-training quantization reduces the computational demand of Large Language Models (LLMs) but can weaken some of their capabilities. Since LLM abilities emerge with scale, smaller LLMs are more sensitive to quantizatio…

QuantizationRAGRetrievalRetrieval-augmented Generation

EasyQuant: An Efficient Data-free Quantization Algorithm for LLMs

2024-03-05 · Hanlin Tang, Yifu Sun, Decheng Wu, Kai Liu 외

Large language models (LLMs) have proven to be very superior to conventional methods in various tasks. However, their expensive computations and high memory requirements are prohibitive for deployment. Model quantization…

Data Free QuantizationQuantization

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

The Uneven Impact of Post-Training Quantization in Machine Translation

2025-08-28 · Benjamin Marie, Atsushi Fujita arxiv

Quantization is essential for deploying large language models (LLMs) on resource-constrained hardware, but its implications for multilingual tasks remain underexplored. We conduct the first large-scale evaluation of post…

Machine Translation