The Commonplace
Home Three-study pilot Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Aggressive serving-time quantization makes small open LLMs more deterministic and less diverse: 4-bit serving of an 8B Qwen3 model narrowed recommendation choices and cut lexical diversity, while 14B and 32B models showed stylistic shifts rather than content concentration and produced no evidence of amplified stereotypes.

Quantization Amplifies Determinism, Not Bias: Scale-Dependent Behavioral Effects of Serving-Time Weight Compression
Dachi Kurtskhalia · September 07, 2026
arxiv quasi_experimental medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Dachi Kurtskhalia unresolved corpus identity
Serving-time 4-bit quantization of a mid-sized Qwen3 model (8B) measurably reduces recommendation and lexical diversity—raising repeated-recommendation probability by ~5 percentage points—while larger models (14B, 32B) instead exhibit stylistic drift and no consistent stereotype amplification.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

No provider observation is available for this paper.

Missing data, not a zero citation count.

Weight quantization largely determines the economics of serving open-weight LLMs. Its costs are usually assessed with capability benchmarks, on which 4-bit quantization of mid-sized models is often considered "nearly free." We examine a different question: when several answers are valid, does quantization change what a model chooses to say? We serve three checkpoints (Qwen3-8B/14B/32B) at three weight precisions (W4A16 AWQ, W8A16 FP8-Marlin, and bf16), holding the hardware, software, and sampling configuration constant, and collect approximately 71,000 completions paired by prompt and seed across two custom, leak-checked prompt batteries. We pre-specified the analyses in three waves in version control. At 8B, int4 reduces output diversity: the probability that two samples for the same scenario recommend the same brand increases by 5.1 percentage points (prompt-paired sign-flip test, Holm p = .023; reproduced at +4.4pp on a full regeneration of the arm), and lexical diversity falls substantially (TTR -0.011, standardized effect -0.51; robust to a length-controlled measure). At 14B and 32B, no content-concentration measure reaches significance; instead, stylistic drift emerges (em-dash rate +0.46/1k words at 14B and +0.61/1k at 32B, both Holm p <= .0024). Pre-specified tests of stereotype direction are null at every scale: outputs concentrate on the modal answer for each prompt rather than on stereotypical answers. Mechanistically, the token-level distribution becomes flatter (decision-token entropy +0.091 bits, p = .015) while the semantic distribution, measured directly from first-token log probabilities, becomes more concentrated (collision +2.6pp, p = .023): individual tokens become less predictable even as meanings become more repetitive. At 8B, the smallest size tested, AWQ-int4 serving measurably narrows the range of suggestions; audits should assess concentration as well as bias.

Summary

Main Finding

Serving-time 4-bit weight quantization (AWQ int4) can make mid-sized LLMs more deterministic in what they say (concentrating outputs onto the modal answer) without systematically amplifying stereotypical directions. This concentration effect appears at 8B in the tested Qwen3 family (fewer distinct recommendations, lower lexical diversity) but not at 14B or 32B, where quantization instead produces measurable stylistic drift. Mechanistically, token-level uncertainty rises while semantic choice diversity falls — a dissociation that makes simple logit-based audits insufficient.

Key Points

  • Primary content effect (Qwen3-8B, AWQ int4 vs bf16):
    • Brand collision probability (same first-mentioned brand across two samples for the same prompt) increases by +0.051 (5.1 percentage points). Permutation test Holm-corrected p = .023 (wave-2 confirmatory).
    • Lexical diversity (type-token ratio) falls: ∆TTR = −0.0113 (p < 1e−4); MATTR-100 (length-robust) ∆ = −0.0066 (p < 1e−4).
    • Effect is heterogeneous: most prompts unchanged, a minority “collapse hard” (example: one prompt went from 4 brands in bf16 to Tesla in all int4 samples).
  • Larger models (14B, 32B):
    • No significant content-concentration measures.
    • Significant stylistic drift: em-dash rate increases +0.46/1k words at 14B and +0.61/1k at 32B (Holm p ≤ .0024).
  • No stereotype amplification:
    • Pre-specified tests of stereotype-direction are null across sizes and batteries; quantization amplifies determinism (concentration) but not a consistent bias toward stereotypical answers.
  • Mechanistic dissociation:
    • Token-level decision entropy increases under int4 (+0.091 bits, p = .015); top-1 token probability falls (~−3.8 pp, p = .024).
    • Semantic-level measures (first-token brand distribution measured from top-50 log-probs) show greater collision (+2.6 pp, p = .023): surface-form uncertainty rises even as semantic alternatives lose mass.
  • Robustness:
    • Collision effect reproduces on a full re-generation (+4.4 pp, p = .029).
    • At lower temperature (0.4) the collision contrast attenuates (direction preserved, loses significance), interpreted as ceiling effects from colder sampling.
  • Limitations:
    • Single model family (Qwen3) and single quantizer per precision; recommendation battery centered on US automotive domain; English only; 32B run had different tensor-parallel setting; heterogeneous per-prompt effects.

Data & Methods

  • Models and precisions:
    • Qwen3 checkpoints: 8B, 14B, 32B.
    • Weight precisions compared: W4A16 (AWQ int4), W8A16 (FP8-Marlin, weight-only), bf16.
    • Activations kept bf16; identical serving stack (vLLM 0.11.0), same hardware per precision tier within a model, consistent flags.
  • Sampling and pairing:
    • Temperature 0.8, top-p 0.95, max 400 tokens.
    • For each prompt and precision tier: n = 20 samples using the same seeds across tiers to remove sampling-RNG differences.
    • Total ≈71,000 completions across the 3×3 grid and two batteries.
  • Prompt batteries (leak-checked, adversarially reviewed):
    • Cultural battery: 218 country-eliciting prompts + 80 style-control prompts (with explicit “pull” labels for some prompts).
    • Recommendation battery: 96 brand-blind car-buying scenarios (brand_pull labels).
    • Gazetteers and disambiguation rules for extraction (78-country and 57-make gazetteers, adversarial tests).
  • Measurements and statistical protocol:
    • Main metrics: collision probability (first-mentioned entity), rarefied entropy, type-token ratio (TTR), MATTR-100, em-dash rate, stylistic markers.
    • Mechanistic instruments: token-level top-20 log-probs per generated token; first-token brand distribution via fixed prompt “The brand I would recommend is,” top-50 probabilities (exact mapping to makes given tokenizer).
    • Analyses pre-specified in a three-wave declare-then-run protocol; unit of analysis = prompt.
    • Tests: paired sign-flip permutation tests (10,000 flips) with prompt-cluster bootstrap CIs; Holm correction within declared families.

Implications for AI Economics

  • Cost vs behavioral-value tradeoffs:
    • Weight quantization reduces serving costs, but savings can change the distribution of outputs in economically meaningful ways (e.g., concentration of recommendations). Standard capability benchmarks that focus on accuracy or a single correct answer miss these distributional shifts.
    • For recommendation systems (marketplaces, retail assistants), reduced diversity can lower exposure for long-tail inventory, potentially reducing sales, discovery, and welfare even if average “accuracy” is unchanged.
  • Audit and evaluation:
    • Audits should include concentration/diversity metrics (collision probability, support size across repeated samplings, mass on top-k items, lexical diversity measures) in addition to bias/stereotype checks.
    • Token-logit inspections alone may miss semantic concentration because token-level entropy can increase while semantic choices concentrate.
  • Deployment mitigations and product choices:
    • If diversity of outputs matters economically, options include: using a larger model at the same precision (observed to avoid the 8B collapse here), diversity-promoting decoding strategies, explicit conditioning on available inventory or business constraints, or re-tuning/calibrating quantizers on domain-relevant calibration sets (follow-up work suggested).
    • Firms should weigh incremental serving-cost savings from aggressive quantization against potential revenue or fairness costs from reduced diversity of outcomes.
  • Policy and marketplace effects:
    • Quantization-induced concentration could systematically reduce tail exposure across many deployed assistants, with broader market consequences (reduced discoverability, concentration of demand on incumbents). This is a determinism-amplification channel distinct from classical bias amplification and requires its own monitoring.
  • Research/economic modeling:
    • When modeling the effect of model compression on downstream value, incorporate distributional measures (not only expected utility under a single answer) and simulate impacts on multi-option decision environments (e.g., catalog coverage, long-tail sales).

Short recommendation for practitioners: when deploying quantized LLMs for tasks where multiple valid suggestions matter, add concentration/diversity metrics to your pre-deployment audit; if you observe harmful concentration, test larger quantized checkpoints, change decoding, or condition outputs to preserve coverage.

Assessment

Paper Typequasi_experimental Evidence Strengthmedium — The paper presents pre-registered, high-reproducibility within-model contrasts with large numbers of generative samples (~71k completions), paired-seed design, nonparametric permutation inference, and multiple robustness checks, giving strong internal validity for the reported effects in this model family and settings; however the evidence is limited to one model family (Qwen3), a single quantizer per precision rung, English and largely a single recommendation domain (US automotive), and there are hardware/parallelism differences at 32B, all of which constrain external validity. Methods Rigorhigh — Design uses controlled, within-prompt paired draws with fixed seeds, pre-specification in version control, appropriate nonparametric tests and multiple-comparison correction, direct mechanism measurements (log-probs, first-token mass), adversarially reviewed prompt batteries and leakage checks, and reproduction/regeneration checks; limitations remain (single family, one quantizer per precision, TP/hardware difference at 32B, domain/language scope). SampleThree official Qwen3 checkpoints (8B, 14B, 32B) each served at three weight precisions (W4A16 AWQ int4, W8A16 FP8-Marlin, and bf16) with activations in bf16; approx. 71,000 completions collected across two custom, leak-checked prompt batteries (cultural battery: 218 country-eliciting prompts + 80 style-control prompts; recommendation battery: 96 brand-blind automotive scenarios), sampling at temperature 0.8 and top-p 0.95 with n=20 paired seeds per prompt/tier; additional mechanism logs (top-20 per-token log-probs) and a first-token top-50 measurement were recorded; robustness runs at temperature 0.4 and a full regeneration of the 8B arm were also performed. Themesadoption productivity org_design IdentificationWithin-model, within-prompt paired contrasts across serving precisions (int4 AWQ vs W8 FP8-Marlin vs bf16) using identical checkpoints, identical hardware/engine flags per comparison, the same sampling seeds (n=20 draws per prompt per tier) to remove sampling RNG variation, pre-specified (declare-then-run) analysis waves, two-sided sign-flip permutation tests with Holm correction and prompt-cluster bootstrap CIs; mechanism checks use token-level log-probability summaries and a fixed first-token measurement frame. GeneralizabilitySingle model family (Qwen3) — effects may be family-specific., Only one quantizer implementation per precision rung (AWQ for W4 and Marlin FP8 for W8) — other quantizers could behave differently., Recommendation experiments concentrated on English and a single domain (US-focused automotive), limiting cross-domain/language inference., 32B comparisons include a tensor-parallelism/hardware difference (TP=8 on a different instance), complicating scale-level attribution., W8 condition is weight-only on Ampere and not representative of W8A8 serving variants., Sampling settings (temperature, top-p) and decision-frame choices may affect magnitude and detectability of effects., Heterogeneous per-prompt effects: majority of prompts show no change while a minority collapse hard, so population-level averages mask scenario-level risk.

Claims (9)

ClaimDirectionOutcomeConfidence & EvidenceDetails
At 8B, serving with AWQ int4 increases the probability that two samples for the same car-buying scenario recommend the same brand by 5.1 percentage points relative to bf16. Output Quality positive Within-prompt brand collision probability
Reading fidelity high
Study strength high
n=91
+0.051 (+5.1 percentage points)
0.8
The 8B int4 condition reduces lexical diversity, with type-token ratio falling by 0.0113 relative to bf16. Output Quality negative Type-token ratio and moving-average type-token ratio
Reading fidelity high
Study strength high
TTR −0.0113; MATTR-100 −0.0066
0.8
The 8B recommendation-diversity effect is reproduced in a full regeneration, with brand collision increasing by 4.4 percentage points under int4. Output Quality positive Within-prompt probability of repeated brand recommendations
Reading fidelity high
Study strength medium
+4.4 percentage points
0.48
At 14B and 32B, the paper finds no statistically significant content-concentration effect for brand recommendations. Output Quality null_result Brand collision probability
Reading fidelity high
Study strength medium
n=92
14B: −0.007; 32B: −0.023; both non-significant
0.48
Quantization increases em-dash usage at larger model sizes: by 0.46 em-dashes per 1,000 words at 14B and 0.61 per 1,000 words at 32B. Output Quality positive Em-dash rate in generated text
Reading fidelity high
Study strength high
n=218
+0.46/1k words at 14B; +0.61/1k words at 32B
0.8
The study finds no consistent stereotype amplification from int4 quantization at any tested model size. Ai Safety And Ethics null_result Stereotype-set share and compliance with stereotype or pull targets
Reading fidelity high
Study strength medium
n=23
Stereotype-set share: −0.011 to −0.017; brand pull compliance: −0.007 to +0.017
0.48
At 32B, int4 reduces compliance with weak country stereotypes by 4.4 percentage points. Ai Safety And Ethics negative Compliance with weak country stereotypes
Reading fidelity high
Study strength medium
n=58
−4.4 percentage points
0.48
At 8B, int4 increases decision-token entropy by 0.091 bits while simultaneously increasing exact brand-answer collision by 2.6 percentage points. Output Quality mixed Decision-token entropy and semantic brand-answer collision
Reading fidelity high
Study strength high
Decision-token entropy +0.091 bits; exact brand collision +2.6 percentage points
0.8
The 8B concentration effect is heterogeneous across prompts: most scenarios do not change, while a minority show substantial collapse toward a modal answer. Output Quality mixed Per-prompt diversity of recommended brands
Reading fidelity high
Study strength medium
n=96
Median per-prompt collision delta 0; example: Tesla 13/20 under bf16 versus 20/20 under int4
0.48

Notes