paper-with-me

Papers

Investigating the Impact of Quantization Methods on the Safety and Reliability of Large Language Models

2025-02-18 · Artyom Kharinaev, Viktor Moskvoretskii, Egor Shvetsov, Kseniia Studenikina, Bykov Mikhail, Evgeny Burnaev

Large Language Models (LLMs) have emerged as powerful tools for addressing modern challenges and enabling practical applications. However, their computational expense remains a significant barrier to widespread adoption. Quantization has emerged as a promising technique to democratize access and enable low resource device deployment. Despite these advancements, the safety and trustworthiness of quantized models remain underexplored, as prior studies often overlook contemporary architectures and rely on overly simplistic benchmarks and evaluations. To address this gap, we introduce OpenSafetyMini, a novel open-ended safety dataset designed to better distinguish between models. We evaluate 4 state-of-the-art quantization techniques across LLaMA and Mistral models using 4 benchmarks, including human evaluations. Our findings reveal that the optimal quantization method varies for 4-bit precision, while vector quantization techniques deliver the best safety and trustworthiness performance at 2-bit precision, providing foundation for future research.

📄 PDF Abstract BibTeX arXiv:2502.15799

Code (1)

On-Point-RND/OpenSafetyMini-Investigating-the-Impact-of-Quantization-Methods-on-the-Safety-and-Reliability-of-LLM 공식 구현

Tasks

Quantization

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

Beyond Perplexity: Multi-dimensional Safety Evaluation of LLM Compression

2024-07-06 · Zhichao Xu, Ashim Gupta, Tao Li, Oliver Bentham 외

Increasingly, model compression techniques enable large language models (LLMs) to be deployed in real-world applications. As a result of this momentum towards local deployment, compressed LLMs will interact with a large …

Language ModelingLanguage ModellingModel CompressionQuantization

Evaluating the Impact of Post-Training Quantization on Reliable VQA with Multimodal LLMs

2026-02-08 · Paul Jonas Kurz, Tobias Jan Wieczorek, Mohamed A. Abdelsalam, Rahaf Aljundi 외 arxiv

Multimodal Large Language Models (MLLM) are increasingly deployed in domains where both reliability and efficiency are critical. However, current models remain overconfident, producing highly certain but incorrect answer…

Visual Question Answering

Less Precise Can Be More Reliable: A Systematic Evaluation of Quantization's Impact on VLMs Beyond Accuracy

2025-09-25 · Aymen Bouguerra, Daniel Montoya, Alexandra Gomez-Villa, Chokri Mraidha 외 arxiv

Vision-Language Models (VLMs) such as CLIP have revolutionized zero-shot classification and safety-critical tasks, including Out-of-Distribution (OOD) detection. However, their high computational cost hinders efficient r…

Q-resafe: Assessing Safety Risks and Quantization-aware Safety Patching for Quantized Large Language Models

2025-06-25 · KeJia Chen, Jiawen Zhang, Jiacong Hu, Yu Wang 외

Quantized large language models (LLMs) have gained increasing attention and significance for enabling deployment in resource-constrained environments. However, emerging studies on a few calibration dataset-free quantizat…

Quantization

Preserving Fairness and Safety in Quantized LLMs Through Critical Weight Protection

2026-01-17 · Muhammad Alif Al Hakim, Alfan Farizki Wicaksono, Fajri Koto arxiv

Quantization is widely adopted to reduce the computational cost of large language models (LLMs); however, its implications for fairness and safety, particularly in dynamic quantization and multilingual contexts, remain u…