paper-with-me

Papers

Compress and Forget: bitsandbytes Quantization Amplifies Proactive Interference in LLMs

2026-08-19 · Shayan Shahrabi-Farahani, Dara Rahmati arxiv

Proactive interference (PI) is a documented failure mode in large language models in which retrieval of a repeatedly overwritten value degrades as prior overwrites accumulate, mirroring a classical phenomenon in human working memory. Post-training quantization (PTQ) is now the default deployment path for open-weight models, yet its effect on this failure mode has not been tested. We evaluate three precision levels (FP16, INT8, INT4/NF4, via bitsandbytes) across three architecturally distinct instruction-tuned models (Qwen2.5-7B-Instruct, Mistral-7B-Instruct-v0.3, Phi-3.5-mini-instruct), holding the retrieval task fixed. INT4 quantization significantly reduces accuracy under high interference in every model (e.g., from 81.0% to 68.3% for Qwen), confirmed by paired McNemar's tests ($p \le 2.6 \times 10^{-6}$) and a mixed-effects regression spanning all interference levels; INT8, often assumed safe, also carries a smaller but real penalty in two of three models. The effect is specific to semantically similar (word-type) distractors and reverses sign under a numeric control condition, and is mechanistically linked to a rise in same-key intrusion errors under INT4 (from 21.5% to 24.6% of trials, $p = 4.8 \times 10^{-7}$). A follow-up ablation shows the effect originates in the quantized transformer backbone rather than the output projection layer. These results suggest that bitsandbytes 4-bit quantization can impose an additional cost on applications relying on long, updatable, semantically dense contexts, even when aggregate benchmark accuracy appears largely unaffected. We release our code and tokenizer-verified vocabulary construction method at https://github.com/ShayanShahrabi/compress-and-forget

📄 PDF Abstract BibTeX arXiv:2608.18578

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Quantizing Whisper-small: How design choices affect ASR performance

2025-11-11 · Arthur Söhler, Julian Irigoyen, Andreas Søeborg Kirkedal arxiv

Large speech recognition models like Whisper-small achieve high accuracy but are difficult to deploy on edge devices due to their high computational demand. To this end, we present a unified, cross-library evaluation of …

Speech Recognition

You Never Know: Quantization Induces Inconsistent Biases in Vision-Language Foundation Models

2024-10-26 · Eric Slyman, Anirudh Kanneganti, Sanghyun Hong, Stefan Lee

We study the impact of a standard practice in compressing foundation vision-language models - quantization - on the models' ability to produce socially-fair outputs. In contrast to prior findings with unimodal models tha…

Quantization

Optimizing LLMs Using Quantization for Mobile Execution

2025-12-06 · Agatsya Yadav, Renta Chintala Bhargavi arxiv

Large Language Models (LLMs) offer powerful capabilities, but their significant size and computational requirements hinder deployment on resource-constrained mobile devices. This paper investigates Post-Training Quantiza…

ARCHead: Activation-Metric Residual Correction for Large Language Model Output Heads

2026-08-03 · Şuayp Talha Kocabay, Talha Rüzgar Akkuş, Kamer Ali Yuksel hf

Weight-only quantization substantially reduces the storage of large language model (LLM) transformer blocks, but practical backends often retain the final language-modeling head (LM-head) in BF16 or FP16. Quantizing this…

Overcoming Forgetting Catastrophe in Quantization-Aware Training

2023-01-01 · ICCV 2023 1 · Ting-An Chen, De-Nian Yang, Ming-Syan Chen

Quantization is an effective approach for memory cost reduction by compressing networks to lower bits. However, existing quantization processes learned only from the current data tend to suffer from forgetting catast…

Lifelong learningQuantization