首页 > AI前沿 > The Effect of Quantization on Clinical Benchmarks: Accuracy and Safety Across Model Families

The Effect of Quantization on Clinical Benchmarks: Accuracy and Safety Across Model Families

arXiv机器学习 2026-09-02 16:18 7 阅读 查看原文

Quantization enables deployment of large language models on resource-constrained clinical edge devices, but its effect on clinical accuracy and safety remains understudied.

We evaluate five 7-8B parameter models at FP16, GPTQ-INT8, and GPTQ-INT4 precision across five benchmarks: MedQA, MedMCQA, Med-HALT, a risk-stratified sample of HealthBench, and MedSafetyBench.

The study jointly varies quantization bit width, model family, and clinical task type, with explicit risk stratification and safety measures.

INT8 GPTQ is universally safe (max. degradation -1.9%-1.9%), while INT4 degradation is substantial and model-dependent:

BioMistral-7B, clinically fine-tuned, loses 19.7% on MedMCQA, more than any general-purpose model, showing clinical fine-tuning does not confer compression robustness.

MedMCQA degrades more than MedQA under INT4; Med-HALT is largely unaffected.

On HealthBench's emergency-risk subgroup, Qwen2.5-7B degrades by 26.8% under INT4, suggesting high-risk scenarios are disproportionately vulnerable to compression.

On MedSafetyBench, the model family dominates over precision (refusal rates range 10.2%-74.9% at FP16), though Qwen2.5-7B (-17.8%) and Meditron-7B (-28.3%) show substantial INT4 safety degradation;

notably, Qwen2.5-7B is simultaneously the most accuracy-robust model, demonstrating that accuracy and safety robustness are independent properties.

We additionally test two recovery methods, clinical calibration substitution and QLoRA fine-tuning, both producing the same trade-off:

  • MedMCQA recovers while MedQA further degrades, indicating recovery strategies require task-specific validation rather than being assumed universally beneficial.

These findings indicate INT8 is broadly safe for clinical deployment, while INT4 safety must be assessed per-model and per-task, and that safety alignment is determined primarily by instruction tuning rather than clinical domain adaptation.