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 →

Base language models better reproduce population-level diversity when sampled as individual respondents, while post-trained models are superior at directly estimating aggregate distributions — suggesting different model choices for text-generating simulation versus distributional estimation.

Emulate or Estimate? The Divergent Strengths of Base and Post-Trained Language Models for Opinion Simulation
Seth Grief-Albert, Jessica Bo, Difan Jiao, Ashton Anderson · August 04, 2026
arxiv descriptive 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. Seth Grief-Albert unresolved corpus identity
  2. Jessica Bo unresolved corpus identity
  3. Difan Jiao unresolved corpus identity
  4. Ashton Anderson unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Seth Grief-Albert provider ID
  2. Jessica Y. Bo provider ID
  3. Difan Jiao provider ID
  4. Ashton Anderson provider ID
Across matched model pairs on Pew survey data, base LLMs better emulate individual-level open-response distributions and preserve demographic structure, while post-trained LLMs produce more accurate explicit estimates of population distributions.

Citation observations

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

Large language models are increasingly used to simulate human opinions, but prior work reports conflicting results: some studies find promising alignment with human survey data, while others find persona collapse and weak demographic sensitivity. We show that much of this conflict stems from conflating two distinct tasks. We call the first task emulation, in which models generate individual responses that aggregate into a population distribution. We call the second task estimation, in which models directly predict the population distribution. Evaluating six matched base and post-trained models on the Pew American Trends Panel, we find that base models are stronger emulators: they produce response distributions closer to human ground truth and better preserve demographic structure. Post-trained models are stronger estimators, producing more accurate distributional predictions when asked directly. We propose that model selection for human simulation should be guided by whether the task requires generating text or predicting distributions.

Summary

Main Finding

The paper distinguishes two tasks for using LLMs to simulate public opinion—emulation (generating individual responses that aggregate into a population distribution) and estimation (directly predicting the population distribution)—and shows a clear tradeoff: base (pretrained) models are better emulators (produce sampled, text outputs whose aggregated distribution and demographic structure more closely match human surveys), while post-trained/instruct-tuned models are better estimators (produce more accurate, well-calibrated distributional predictions when asked directly).

Key Points

  • Emulation vs Estimation
    • Emulation: model generates open-text responses as if an individual respondent; population distribution emerges from sampling and mapping responses to survey categories.
    • Estimation: model is prompted to return a probability distribution (e.g., JSON) over the survey answer options directly.
  • Empirical result summary
    • Base models outperform matched post-trained variants on emulation error (both TVD and Wasserstein) across all evaluated models and demographic conditions.
    • Post-trained models outperform base models on estimation error and approach or beat uniform baseline consistently; frontier model Claude Opus 4.6 achieved the best estimation accuracy.
  • Demographic structure
    • Base models preserve demographic pairwise structure better (Spearman ρ ≈ 0.61–0.75, p < 0.02) but compress inter-group distance to ≈70% of human magnitude.
    • Post-trained models show weaker alignment (ρ ≈ 0.35–0.59) and tend to exaggerate inter-group differences (~2×), consistent with persona/stereotype collapse.
  • Mechanism / interpretation
    • Post-training concentrates the model into a single “Assistant” persona that can be good at metacognitive verbalization (estimating distributions) but reduces output diversity needed for faithful emulation.
    • Base models retain a broader mixture of personas in generation, yielding more heterogeneous sampled outputs that better reflect within-group spread.
  • Robustness & methodology
    • Authors favor open-response emulation (with an LLM judge mapping free text to categories; κ = 0.66 vs expert annotator) to avoid positional bias found in first-token extraction. First-token analyses in appendix corroborate main findings.
    • Post-trained emulation exhibits mode/persona collapse (8–14× higher bigram similarity), not solved by higher sampling temperature.
  • Limitations noted by authors
    • Unclear whether the emulation–estimation tradeoff persists at frontier base-model scales (frontier base variants not publicly available).
    • Temporal mismatch: evaluation uses Pew 2019 survey data while model pretraining spans up to 2024–25, so models may reflect temporally blended opinions.
    • Study confined to survey-opinion items; multi-turn or richer behavioral tasks remain to be tested.

Data & Methods

  • Dataset: 59 four-option economic-opinion items from Pew Research Center American Trends Panel Wave 54 (fielded Sep 16–29, 2019). Refusals dropped and distributions renormalized.
  • Demographic conditions: marginal (unconditioned) + six groups (Democrat, Republican, Very Liberal, Very Conservative, Upper-income, Protestant).
  • Models evaluated: three matched base/post-trained pairs (Qwen3-14B, Olmo-3-7B, Olmo-3.1-32B) plus Claude Opus 4.6 as a frontier estimation reference.
  • Emulation pipeline:
    • Open-response interviewer-participant dialogue; demographic conditioning via a preceding turn (base) or system instruction (post-trained).
    • Responses mapped to survey options by an LLM judge; agreement with expert annotator Cohen’s κ = 0.66.
    • Sampling with temperature (post-trained higher temp to increase diversity); aggregated to empirical distribution.
  • Estimation pipeline:
    • Prompted with multiple-choice items and asked to return a probability distribution (JSON).
    • Post-trained models evaluated with a single greedy sample (stable); base models averaged across multiple samples due to variability.
  • Metrics:
    • Total Variation Distance (TVD) — distributional divergence.
    • Wasserstein distance — respects ordinal proximity of answer options.
    • Also assessed bigram similarity to detect mode collapse and Spearman correlations over pairwise inter-group TVD for structural alignment.
  • Key quantitative outcomes:
    • Base models consistently had lower emulation Wasserstein and TVD than matched post-trained models.
    • Base model inter-group distances ≈ 70% of human; post-trained ≈ 200% (exaggeration).
    • Post-trained models had much better estimation error; estimation error decreased with model scale.

Implications for AI Economics

  • Choose model type by downstream objective
    • If task requires generated respondent text (synthetic survey respondents, qualitative responses, agent-based simulations, multi-turn interactive agents), use base/pretrained models because they better preserve within-group variance and demographic structure in sampled outputs.
    • If task requires accurate aggregate forecasts (polling estimates, point forecasts of market shares or opinion proportions), use post-trained/instruct-tuned models which produce better calibrated distributional estimates when asked directly.
  • Practical applications in economics and policy
    • Market research and demand estimation: use post-trained estimators for point predictions of population shares, willingness-to-pay categories, or sentiment proportions.
    • Policy counterfactuals and scenario testing with synthetic agents: prefer base models to capture distributional heterogeneity within demographic groups, reducing risk of overstating polarization or exaggerating subgroup differences.
    • Agent-based models and simulated populations: base models are preferable when you need diverse generated behaviors; however, validate aggregated statistics against real data and consider calibration using estimation-mode outputs if needed.
  • Measurement & inference cautions
    • Persona collapse in post-trained models can bias subgroup heterogeneity estimates and exaggerate differences, which would distort welfare or inequality analyses if uncorrected.
    • Compressed inter-group differences in base models could understate true heterogeneity, biasing subgroup-targeted policy evaluations toward conservatism.
    • Temporal misalignment between model training data and current populations can mislead forecasting; economic researchers should either use temporally aligned datasets or treat model outputs as temporally blended priors requiring adjustment.
  • Methodological recommendations
    • Use both paradigms where feasible: generate synthetic respondents with base models (emulation) and cross-check or recalibrate aggregated predictions with post-trained estimators.
    • Prefer open-response emulation (with validated mapping) over first-token probability extraction to avoid positional and label-ordering confounds when the goal is to generate interpretable text.
    • Report both TVD and Wasserstein (or other metrics sensitive to ordinal structure) when comparing model outputs to empirical distributions.
    • Validate any deployed synthetic-population-based decision tools against recent, real survey data and stress-test subgroup-sensitive outcomes to detect persona collapse or compression.
  • Ethical and policy considerations
    • Simulated demographic responses risk reinforcing stereotypes—measure and preserve opinion spread rather than only modal behavior.
    • Deployment of synthetic respondents for policy design, pricing, or market segmentation must include fairness and validation checks; misrepresenting subgroup opinions can lead to harmful or inequitable decisions.
  • Research directions relevant to AI economics
    • Investigate hybrid pipelines: use base models for text generation and diversity, with post-trained models for calibration, or develop post-training methods that preserve generative diversity while improving estimation.
    • Study whether the emulation–estimation tradeoff persists at larger base-model scales or with different post-training regimes (e.g., persona-preserving fine-tuning).
    • Explore temporal adaptation methods (continual fine-tuning or modular disentanglement) to ensure models reflect contemporary economic conditions for forecasting tasks.

Assessment

Paper Typedescriptive Evidence Strengthmedium — The study uses real-world survey ground truth and multiple matched model pairs, standard distributional metrics (TVD, Wasserstein), and bootstrap CIs, producing consistent patterns across models and conditions; however, scope is limited (59 survey items, seven demographic conditions, non-frontier base models unavailable, temporal mismatch between survey and training data), so conclusions are well-supported for the evaluated setting but not broadly causal or fully generalizable. Methods Rigormedium — Design strengths include matched base/post-trained comparisons, two clearly defined paradigms, multiple complementary metrics, bootstrapped uncertainty, and validation of the label-mapping pipeline; weaknesses include reliance on a single survey wave (2019), moderate annotator/LLM-judge agreement (Cohen's κ = 0.66), choices in prompting and sampling (temperature settings, use of an LLM judge) that can influence results, and limited model variety (no released frontier base variants). Sample59 four-option survey items from Pew Research Center's American Trends Panel Wave 54 (fielded Sept 16–29, 2019) focused on economic opinions; refusals dropped and distributions renormalized. Seven conditioning contexts: marginal (unconditioned) plus six demographic conditions spanning political (Democrat, Republican), ideological (Very Liberal, Very Conservative), economic (Upper-income), and religious (Protestant) axes. Models evaluated: matched base and post-trained variants for Qwen3-14B, Olmo-3-7B, Olmo-3.1-32B (open-weight), plus Claude Opus 4.6 used as a frontier estimation reference; sampling and decoding choices vary by paradigm (post-trained emulation temperature 1.5; multiple samples for base estimation). Themeshuman_ai_collab governance IdentificationNo causal identification strategy; the paper performs comparative evaluation of matched base vs post-trained language model variants across two operational paradigms (emulation via open-response sampling and estimation via explicit distribution verbalization) using ground-truth survey distributions from the Pew American Trends Panel. GeneralizabilityFindings limited to survey-opinion tasks (59 four-option items) and may not extend to richer behavioural settings (multi-turn dialogue, agent-based simulation)., Temporal mismatch: human survey data from 2019 vs model training corpora through 2024-25, so models may reflect temporally blended opinions., Frontier base-model variants were not available, so results may not hold at much larger scales or other architectures., Prompt formulations, sampling temperatures, and the LLM-based label-mapping pipeline (κ = 0.66) could influence outcomes and limit replication across different elicitation choices., Population/data are U.S.-centric Pew survey respondents; cultural and cross-national generalization is uncertain.

Claims (9)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Base models produce emulated response distributions consistently closer to human ground truth than their post-trained counterparts across all six evaluated models and all seven demographic conditions. Output Quality positive Distributional fidelity of emulated survey responses relative to human ground-truth distributions
Reading fidelity high
Study strength high
n=59
Base models had lower emulation error in all six model comparisons across both TVD and Wasserstein metrics
0.3
Base models outperform their post-trained counterparts on Wasserstein distance in every model-condition comparison and beat a uniform reference in 20 of 21 comparisons. Output Quality positive Wasserstein distributional distance between emulated and human response distributions
Reading fidelity high
Study strength high
n=21
20 of 21 comparisons beat the uniform reference
0.3
Base models align more strongly with human demographic structure than post-trained models when emulating survey responses. Output Quality positive Alignment between model-implied and human-implied pairwise demographic distributional distances
Reading fidelity high
Study strength high
n=6
Base-model Spearman rho = 0.61–0.75; post-trained-model rho = 0.35–0.59
0.3
Base models compress inter-group demographic differences to approximately 70% of human magnitude, whereas post-trained models exaggerate inter-group differences by approximately two times. Output Quality mixed Magnitude of inter-group demographic distributional differences relative to human survey data
Reading fidelity high
Study strength medium
n=6
approximately 70% of human magnitude for base models; approximately 2× for post-trained models
0.18
Post-trained models generate substantially more similar and less diverse outputs than base models during emulation, with bigram-level similarity reported as 8.0–14.0 times higher. Output Quality negative Output diversity during open-response emulation
Reading fidelity high
Study strength medium
n=6
8.0–14.0× more similar at the bigram level
0.18
Post-trained models produce more accurate direct estimates of human opinion distributions than base models and the uniform baseline. Decision Quality positive Accuracy of directly predicted population response distributions
Reading fidelity high
Study strength high
n=59
Post-trained estimation error ranged from TVD 0.185–0.285 and Wasserstein 0.347–0.603; Claude Opus 4.6 achieved TVD 0.142 and Wasserstein 0.267
0.3
Estimation error decreases with model scale among the evaluated post-trained models, with Claude Opus 4.6 achieving the strongest estimation performance. Decision Quality positive Distributional estimation error measured by TVD and Wasserstein distance
Reading fidelity high
Study strength medium
n=59
Claude Opus 4.6: TVD 0.142; Wasserstein 0.267
0.18
Base models retain useful knowledge about human opinion distributions before post-training, matching or exceeding the uniform baseline in most estimation configurations. Decision Quality positive Accuracy of direct population-distribution estimates from base models
Reading fidelity high
Study strength medium
n=59
Qwen3-14B Base: TVD 0.236, Wasserstein 0.492; Olmo-3-7B Base: TVD 0.278, Wasserstein 0.605; Olmo-3.1-32B Base: TVD 0.223, Wasserstein 0.460; uniform: TVD 0.271, Wasserstein 0.582
0.18
The authors recommend selecting base models for opinion-simulation tasks requiring generated text and post-trained models for tasks requiring direct distributional estimates. Task Allocation mixed Task-specific suitability of base versus post-trained models for opinion simulation
Reading fidelity high
Study strength medium
n=59
0.18

Notes