The Commonplace
Home 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 →

Instruction-tuned LLMs rarely produce genuine per-call randomness — they 'know' population distributions but 'do' deterministic answers, skewing silicon-sampling surveys; asking models to describe distributions or randomizing prompt surface features recovers much of the lost variation.

Instruction-Tuned Language Models Cannot Sample from Distributions They Can Describe
Chaemin Jang, Dongman Lee, Jihee Kim · July 28, 2026
arxiv descriptive high 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. Chaemin Jang unresolved corpus identity
  2. Dongman Lee unresolved corpus identity
  3. Jihee Kim unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Chaemi Jang provider ID
  2. Dongman Lee provider ID
  3. Jihee Kim provider ID
Instruction-tuned language models systematically collapse to a single per-call output (failing to sample from requested distributions) while retaining the ability to accurately describe those distributions in a single call, an alignment-induced KNOWS/DOES split that can be partly mitigated by describing-as-distribution prompts or by prompt perturbation (PPA).

Citation observations

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

Silicon sampling uses language models as proxies for human survey respondents, treating each model call as an independent draw from the persona's response distribution. We show this draw does not exist: instruction-tuned models do not sample from distributions, they collapse to a single output. The same persona on the same question returns the same answer on more than half of items in a public-opinion benchmark. The collapse is sharp: the model's internal probabilities concentrate on a single option, and the failure is substantially amplified by instruction tuning: across three model families with materially different post-training pipelines, every instruction-tuned model fails on every task we test, while base models fail far less often. Strikingly, the same model that cannot sample from a distribution can describe it accurately in a single call. We call this gap the KNOWS/DOES split, and trace it to a degenerate sampling primitive visible in the logits and induced by alignment training. Exploiting this split, asking the model to describe the response distribution in one call more than halves the error against human survey data compared to persona aggregation. For applications that require per-persona outputs, we propose Prompt-Perturbed Argyle (PPA), which reduces the same error by 21% at no added cost.

Summary

Main Finding

Instruction-tuned language models do not behave like samplers of a stated conditional distribution: when asked to produce one response per persona-call they collapse to a single deterministic output (mode collapse), even though the same models can accurately describe the target distribution in a single call. The authors name this the KNOWS/DOES split. Alignment/instruction tuning induces a degenerate sampling primitive visible in logits, and this failure undermines common "silicon sampling" pipelines that treat each model call as an independent draw from a persona-conditional distribution.

Key Points

  • Categorical collapse: on a set of synthetic categorical targets (skewed, bimodal, multi-way), instruction-tuned models produce a single answer in over 94% of calls. Example: asked for a uniform integer 1–100, the model returned 42 in 78% of calls.
  • Logit-level pathology: at temperature 0 the top-two logit gap can exceed 14 nats; this concentration occurs before decoding, so temperature/top-p adjustments cannot recover the intended distributions.
  • Degenerate random primitive: direct prompts to "pick a uniform random X" concentrate on a format-specific favored value (e.g., coin flip → heads 85%), and forbidding the modal value moves mass to another favored value instead of spreading it.
  • KNOWS/DOES split: the same model that cannot produce per-call samples can often describe the full distribution accurately in one call (e.g., JSON probabilities or a list of exemplars). Describe-pathway interventions (V8/V9) achieved very low TV distance (~0.03), while plain per-call sampling methods had high TV (~0.52).
  • Alignment-induced: comparing pretrained base models to their instruction-tuned counterparts across three families (Llama-3.1-8B, Mistral-7B-v0.3, Qwen2.5-7B) shows instruction tuning substantially increases TV-to-target on sampling tasks (mean TV gaps ~0.19–0.28), implicating alignment/instruction-tuning rather than core language modeling.
  • Real-world impact (OpinionQA): on 100 Pew-based OpinionQA items, standard persona-aggregation (Argyle-style silicon sampling) produced little per-call variation (57% of (persona,item) pairs returned same answer across 50 calls) and had TV-to-Pew = 0.46. The describe pathway (one call per item returning distribution) halved the gap (TV = 0.22).
  • Mitigation for per-persona needs: Prompt-Perturbed Argyle (PPA) perturbs surface prompt features (option order, question phrasing, persona placement) across calls while keeping persona semantics fixed. PPA (same-cost) reduced mean TV by 0.10 (21% relative reduction; from 0.46 → 0.36) on OpinionQA.
  • Chain-of-thought / algorithmic scaffolds fail: embedding a sampling algorithm (inverse CDF with internal random u) fails because the internal random u produced by the model is itself non-uniform and degenerate.

Data & Methods

  • Models and families:
    • Primary behavioral experiments used gpt-4o (temp 1.0; 200 calls per condition; temp 0 for logit reads).
    • Base vs instruct comparisons used Llama-3.1-8B, Mistral-7B-v0.3, Qwen2.5-7B and their instruction-tuned variants.
    • Cross-family replication in appendices covered five additional instruction-tuned families.
  • Synthetic tasks:
    • Five non-trivial categorical targets (skewed binary, mixture, three-way, bimodal, skewed 5-way) plus uniform random-number prompts in several formats (integer 1–100, coin flip, float).
    • Metric: total variation (TV) distance between empirical distribution of 200 calls and the target distribution.
    • Key synthetic results: empirical distributions concentrated on a single option in >94% of calls; top-two logit gaps 3.75–16+ nats.
  • Intervention study (ten interventions V0–V9):
    • V0–V7: various per-call sampling prompts including CoT and algorithmic scaffolds (DOES interventions) — all failed (mean TV ~0.43–0.52).
    • V8–V9: describe-as-list and describe-as-JSON (KNOWS interventions) — both succeeded (mean TV ~0.03).
  • OpinionQA application:
    • 100 OpinionQA items mapped to 5-point Likert; 100 personas per item (Argyle protocol); per-item describe pipeline uses a single call returning JSON population probabilities.
    • Results: Standard Argyle TV-to-Pew = 0.46; describe pathway TV = 0.22. Demographically-matched Argyle (control) produced similar TV to standard Argyle, ruling out persona mismatch as the primary cause.
  • Prompt-Perturbed Argyle (PPA):
    • Perturbations: option ordering (4 variants), question phrasing (3 variants), persona position (3 variants); 36 possible combinations, sampled uniformly across 100 calls per item.
    • Outcome: same API cost as baseline; mean TV reduced by 0.10 (21% relative, p ≪ 0.001).
  • Diagnostics:
    • Per-call Shannon entropy measured; logit gap reads via top-20 logprobs at temp 0; sequence-rank correlations for describe-as-list to show the lists are near-deterministic counts rather than independent samples.

Implications for AI Economics

  • Silicon sampling caution: studies using LLMs as synthetic survey respondents or agent populations must not assume per-call outputs are independent draws from an intended distribution for instruction-tuned models. Aggregation of per-call responses (persona aggregation) can severely understate within-stratum variance and produce biased population estimates.
  • Prefer describe-for-population estimates: when only population-level statistics are required (e.g., estimating marginal distributions, opinion shares), prompting the model to describe the distribution in a single call (JSON probabilities / counts) yields substantially better calibration to human surveys.
  • For agent-based and micro-founded simulations: many economic simulations require one response per agent that conditions downstream behavior. Because instruction-tuned models often return the same deterministic response for a given persona, simulation dynamics and variance will be mismeasured. Use PPA-like prompt perturbations to induce per-call heterogeneity without extra cost, but note PPA reduces error only partially (21% relative improvement here).
  • Training and mechanism implications for economic modeling:
    • Alignment/instruction tuning alters not only model behavior on safety/alignment axes but also the fundamental sampling primitives; this can bias any economic analysis that relies on synthetic heterogeneity.
    • Researchers using synthetic data should validate that the model's per-call sampling primitive is well-behaved (check per-call entropy, logit gaps, repeatability) before using generated populations as microdata.
  • Policy and robustness:
    • Policy conclusions drawn from LLM-based synthetic populations (e.g., predicted public reaction, distributional impacts) may be fragile if they depend on within-group variance. Mischaracterized variance can mislead policy design or welfare analysis.
  • Practical checks and mitigations for practitioners:
    • Run diagnostic probes: repeat calls per (persona,item) and compute TV/per-call entropy; check logit top-two gaps at temp 0.
    • Compare describe vs sample pipelines on target metrics; if describe outperforms sample, suspect KNOWS/DOES split.
    • Use same-cost prompt perturbation strategies (PPA) for per-agent heterogeneity; consider combining PPA with model families or base models that show less collapse.
  • Directions for further research (economic relevance):
    • Quantify how mode collapse affects counterfactual simulations, equilibrium outcomes, and estimated policy elasticities in agent-based economic models.
    • Investigate training/regulation strategies that retain alignment benefits while preserving a faithful sampling primitive (e.g., explicit calibration objectives, different fine-tuning recipes).
    • Explore methods to reconstruct valid joint or conditional distributions for downstream micro-simulation when per-call sampling is unreliable.

Limitations to bear in mind: experiments focus on specific models, instruction-tuning pipelines, and categorical tasks (plus OpinionQA); results may vary across architectures, newer alignment methods, or explicit calibration in future releases. Still, the diagnostic framework (KNOWS/DOES) and practical mitigations (describe-pathway, PPA) are directly actionable for researchers using LLMs in economics.

Assessment

Paper Typedescriptive Evidence Strengthhigh — Multiple controlled experiments across several model families (gpt-4o, Llama-3.1-8B, Mistral-7B-v0.3, Qwen2.5-7B and instruction-tuned counterparts), synthetic targets with known ground truth, replication across tasks, logit-level analyses, and application to a real OpinionQA benchmark support the core empirical claims with consistent results and statistical tests. Methods Rigorhigh — Carefully designed interventions (synthetic targets and real survey items), large numbers of repeated calls per condition (e.g., 200 calls), base-vs-instruct contrasts, logit reads at temperature=0, and pre-registered protocols for some comparisons; they also test multiple mitigation strategies and provide mechanistic logit-level evidence tying the effect to alignment training. SampleBehavioral runs typically use gpt-4o (temperature 1.0) with 200 calls per condition and temperature-0 top-20 logprobs for logit reads; additional comparisons use Llama-3.1-8B, Mistral-7B-v0.3, and Qwen2.5-7B and their instruction-tuned variants; synthetic categorical targets (uniform, skewed binary, bimodal, multi-way) and the 100-item OpinionQA benchmark mapped to Pew survey distributions with 100 personas per item (demographically-matched variants used); interventions include prompt-level manipulations, algorithmic chain-of-thought, describe-as-distribution prompts, and the Prompt-Perturbed Argyle (PPA) pipeline. Themeshuman_ai_collab adoption IdentificationControlled behavioral experiments comparing instruction-tuned models to their pretrained base counterparts across multiple model families and tasks; synthetic categorical targets (with known ground-truth distributions) and a real-world OpinionQA benchmark using demographically-matched persona sets; statistical comparisons (TV distance, entropy, hypothesis tests) to attribute failure to alignment/instruction tuning and to evaluate interventions (describe prompts, PPA). GeneralizabilityExperiments are limited to the specific model families and instruction-tuned checkpoints tested; other instruction-tuned models (different sizes, alignment pipelines, or proprietary fine-tuning) may behave differently., Tasks emphasize categorical/survey-style outputs (Likert/finite options); results may not directly transfer to continuous generation or open-ended text tasks., Findings depend on available API decoding/temperature ranges and on the prompt templates used; extreme decoding strategies or model-internal sampling primitives not exposed by APIs could alter outcomes., Mitigations like PPA exploit surface-form sensitivity; success may vary with different persona encodings, languages, or downstream reasoning that conditions on per-agent outputs.

Claims (9)

ClaimDirectionOutcomeConfidence & EvidenceDetails
On five non-trivial synthetic categorical sampling tasks, gpt-4o produced a single answer in more than 94% of calls, regardless of the target distribution's shape. Output Quality negative Accuracy of per-call sampling relative to a specified categorical distribution
Reading fidelity high
Study strength high
n=200
over 94% of calls
0.3
When asked to generate a uniform random integer from 1 to 100, gpt-4o returned 42 in 78% of calls. Other negative Uniformity of randomly generated integer outputs
Reading fidelity high
Study strength high
n=200
42 in 78% of calls
0.3
Instruction tuning increased total-variation distance from the target distribution on every task across all three evaluated model families. Output Quality negative Total-variation distance between empirical output distributions and target distributions
Reading fidelity high
Study strength medium
n=200
mean TV gap of 0.19 for Llama, 0.22 for Mistral, and 0.28 for Qwen
0.18
Every tested intervention that asked the model to produce one sample per call failed on every synthetic task, whereas both interventions that asked the model to describe the distribution succeeded on all five tasks. Output Quality mixed Total-variation distance from the target categorical distributions
Reading fidelity high
Study strength high
n=200
DOES TV > 0.20 on every task; KNOWS TV within 0.05
0.3
On 100 OpinionQA items, standard persona aggregation produced deterministic answers for 57% of repeated persona-item cells and had a total-variation distance of 0.46 from Pew survey distributions. Output Quality negative Variation and distributional accuracy of persona-aggregated survey responses relative to Pew distributions
Reading fidelity high
Study strength high
n=100
57% deterministic cells; TV-to-Pew = 0.46
0.3
A single-call describe pathway reduced total-variation distance to Pew survey distributions from 0.46 under standard persona aggregation to 0.22. Output Quality positive Accuracy of estimated population response distributions relative to Pew survey distributions
Reading fidelity high
Study strength high
n=100
TV 0.46 vs. 0.22
0.3
Matching simulated personas to the demographics of actual Pew respondents did not materially improve the standard Argyle estimate: matched Argyle had TV 0.484 versus 0.459 for standard Argyle. Output Quality null_result Total-variation distance between simulated and Pew response distributions
Reading fidelity high
Study strength medium
n=100
TV 0.484 vs. 0.459; p = 0.086
0.18
Prompt-Perturbed Argyle reduced mean total-variation distance by 0.10, or 21% relative to standard Argyle, without increasing API cost. Output Quality positive Accuracy of persona-level aggregated response distributions relative to Pew distributions
Reading fidelity high
Study strength high
n=100
0.10 TV reduction; 21% relative reduction
0.3
The top-two logit gap at temperature zero reached more than 14 nats on some synthetic targets, making recovery of a 70/30 target through standard API temperature controls infeasible. Other negative Concentration of model token probabilities before decoding
Reading fidelity high
Study strength medium
over 14 nats; required temperature near 17 versus API maximum 2
0.18

Notes