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 →

LLMs primed with tenants' transaction-cost perceptions more faithfully reproduce survey responses on energy-efficient renovations than demographic-only prompts, with gains observed across GPT-3.5 and two fine-tuned open models; persona-grounded prompting offers a theory-linked path to more interpretable policy simulation.

Simulating Tenant Responses to Energy Policy Interventions with Transaction-Cost-Aware LLM Agent
Weijie Xia, Stefanie Horian, Hanyue Huang, Queena K. Qian, Jie Yang, Pedro P. Vergara · July 27, 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. Weijie Xia unresolved corpus identity
  2. Stefanie Horian unresolved corpus identity
  3. Hanyue Huang unresolved corpus identity
  4. Queena K. Qian unresolved corpus identity
  5. Jie Yang unresolved corpus identity
  6. Pedro P. Vergara unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Weijie Xia provider ID
  2. S. Horian provider ID
  3. Hanyue Huang provider ID
  4. Q. Qian provider ID
  5. Jie Yang provider ID
  6. Pedro P. Vergara provider ID
Conditioning LLMs on perceived transaction-cost (PTC) personas—rather than demographics alone—improves their accuracy in simulating Dutch tenants' survey responses about energy-efficient renovation across prompt-only and fine-tuned models.

Citation observations

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

Recent studies use Large language models (LLMs) to simulate human opinions and decisions by prompting models with demographic, attitudinal, or persona-based descriptions. Yet such simulations rarely model the practical, cognitive, or social frictions that shape how people respond to policy interventions. Perceived transaction cost (PTC) provides a useful lens for modeling the practical frictions that shape policy responses, such as information burden, administrative effort, coordination demands, and perceived uncertainty. We use this lens to develop a friction-aware persona modeling approach for LLM-based simulation. In the context of energy-efficient renovation (EER), tenants are represented not only by who they are demographically, but by how they perceive the costs, benefits, barriers, and uncertainties associated with proposed renovation plans. Using survey data collected from 1,068 citizens in the Netherlands, comprising approximately 40,548 survey question and answer pairs, we compare prompt-only and fine-tuned settings across GPT-3.5-turbo, Ministral-8B-Instruct, and Llama-3.1-8B-Instruct, and evaluate supervised fine-tuning (SFT) and Group Relative Policy Optimization (GRPO) for local open-weight models. Results show that incorporating PTC-based personas and reasoning consistently improves model performance across both prompt-only and fine-tuned settings, suggesting that PTC-based persona design provides a useful bridge between institutional policy theory and interpretable LLM-based policy simulation. Code is available at https://github.com/xiaweijie1996/socialagent.

Summary

Main Finding

Grounding LLM-based tenant simulations in theory-driven perceived transaction-cost (PTC) personas (barriers + benefits) and an explicit PTC reasoning step substantially improves how well models reproduce real tenant survey responses about energy-efficient renovation (EER). This improvement holds across prompt-only and fine-tuned settings (GPT-3.5 prompt baseline; Mistral-8B and Llama-3.1-8B adapted via QLoRA), and the approach provides a interpretable bridge between transaction-cost policy theory and LLM-based policy simulation.

Key Points

  • Problem addressed: Existing LLM-based persona simulations often condition on demographics only and miss practical/cognitive/social frictions (information burden, administrative effort, coordination, uncertainty) that shape policy responses.
  • Conceptual contribution: Introduces PTC-aware persona modeling — representing tenants by empirically derived benefit and barrier personas (BE1–BE5, BA1–BA7) plus an explicit short reasoning checklist about burden, uncertainty, personal gains, and likely direction before producing an answer.
  • Prompt design: Each instance combines a system instruction, an assigned PTC persona prompt, a PTC reasoning prompt, the verbatim survey question, and a required (2–4 sentences) + (single integer Likert) output format.
  • Modeling strategies compared:
    • Prompt-only GPT-3.5-turbo under three prompt conditions (no PTC, PTC persona, persona + reasoning).
    • Open-weight local models (Mistral-8B-Instruct, Llama-3.1-8B-Instruct) adapted with QLoRA under:
      • Supervised fine-tuning (SFT) to reproduce survey reasoning traces + labels.
      • Group Relative Policy Optimization (GRPO) — a reward-guided policy update that normalizes rewards within sampled groups (no learned value model) and includes a KL penalty to the reference policy.
  • Reward in GRPO: weighted sum of (i) ordinal accuracy (smoothly decreasing with distance from true label), (ii) output-format validity, and (iii) length control for the reasoning trace and answer.
  • Evaluation metrics: MAE (ordinal error), exact-match accuracy, relaxed accuracy (within ±1).
  • Empirical result (summary): Including PTC personas and the PTC reasoning prompt consistently lowers MAE and increases (exact and relaxed) accuracy compared to demographic-only prompting; fine-tuning and reward-guided adaptation further refine outputs. (Paper provides detailed experimental comparisons.)

Data & Methods

  • Data:
    • Survey of tenants in the Netherlands: 1,068 respondent records, ≈40,548 question–answer pairs (≈24,242 attitude-related; rest demographic).
    • For fine-tuning: 4,600 attitude-related Q–A pairs (~20% of attitude subset) used for training; remainder held out for evaluation.
    • Each record includes socio-demographic context used to assign benefit and barrier personas via a persona predictor developed in prior work on Dutch social-housing tenants.
    • Persona distribution and full persona definitions available in appendix; code and data linked in paper repositories.
  • Prompt & persona construction:
    • Each respondent assigned one benefit persona (BE1–BE5) and one barrier persona (BA1–BA7) inferred from contextual covariates rather than ad hoc descriptors.
    • PTC reasoning checklist nudges the model to consider burden, uncertainty, personal gains, and likely direction before answering.
  • Models & training:
    • Prompt-only baseline: GPT-3.5-turbo under progressively richer prompts.
    • Open models: Ministral-8B-Instruct and Llama-3.1-8B-Instruct; adapters trained with QLoRA.
    • SFT objective: maximize likelihood of labeled survey responses (including reasoning trace).
    • GRPO: group-normalized advantage, KL penalty to reference policy; reward composed of accuracy, format, and length components.
  • Evaluation:
    • Individual-response level: MAE, exact accuracy, Acc±1.
    • Comparisons across prompt-only vs. persona+reasoning and across SFT vs. GRPO adaptations.

Implications for AI Economics

  • Theory-grounded persona conditioning matters: Incorporating institutional and behavioral theory (transaction-costs) into LLM persona design improves fidelity of agent-based or synthetic-survey simulations. For AI economics, this shows value in encoding mechanism-level frictions (search cost, administrative burden, coordination) rather than relying on demographics alone.
  • Mechanism-aware policy simulation: PTC personas + explicit reasoning traces produce more interpretable agent responses, enabling richer counterfactual and subgroup analyses (e.g., how reducing administrative burden affects uptake across persona types).
  • Practical modeling pipeline: Using QLoRA adapters with SFT and reward-guided GRPO provides a resource-efficient path to align open models to survey data and desired output formats — useful for economists who need calibrated synthetic agents but lack large compute budgets.
  • Usefulness and limits for policy design:
    • Use cases: rapid scenario testing, mechanism-level sensitivity analysis, generating conditional predictions for policy design (e.g., targeting informational interventions vs. financial subsidies).
    • Cautions: synthetic respondent outputs are not a replacement for human survey data. Issues remain—representativeness (single-country, social-housing tenants), prompt/model sensitivity, potential biases from persona predictors, and ethical considerations when using simulated populations for policy decisions.
  • Research directions: extend PTC-persona approach to broader populations and policy domains; calibrate and validate synthetic agents against external behavioral outcomes (not only survey labels); combine with causal inference frameworks to support policy counterfactuals; explore alternative reward designs and interpretability checks to ensure robust subgroup inferences.

If you want, I can extract and summarize the paper’s quantitative results (MAE / accuracy numbers and model-wise comparisons) from the results section and present a table of performance gains from adding PTC personas and from SFT vs GRPO.

Assessment

Paper Typedescriptive Evidence Strengthmedium — The paper evaluates models on a held-out portion of a real survey dataset (1,068 respondents, ~40.5k Q/A pairs) and reports task-appropriate metrics (MAE, exact and ±1 accuracy), providing direct empirical evidence that PTC-conditioned prompting/fine-tuning improves prediction of survey responses; however, there is no external validation on different populations or behavioral outcomes and limited information on robustness checks, so conclusions are moderately supported but not definitive. Methods Rigormedium — The authors use a sensible experimental design (prompt-only baseline, supervised fine-tuning with QLoRA, and GRPO reward optimization), clearly specified reward components and evaluation metrics, and withhold test data, but important details are not fully reported in the supplied text (e.g., cross-validation, hyperparameter tuning, potential label leakage, robustness to prompt variants, and out-of-sample validation), limiting the methodological rigor. SampleSurvey dataset of 1,068 tenant consultation records in the Netherlands with ~40,548 question–answer pairs (about 24,242 attitude-related items and the rest demographic). Fine-tuning used ~4,600 attitude-related pairs (~20%) for training and the remaining attitude pairs for evaluation; each response is a 5-point Likert item and each record includes basic socio-demographics (age, income level, household composition). Respondents are assigned one of 7 barrier and one of 5 benefit PTC personas derived from prior work. Themesadoption human_ai_collab GeneralizabilityLimited to Dutch tenant population and the specific sample (likely social-housing tenants); results may not generalize to other countries, housing markets, or homeowner populations., Evaluation targets survey responses (stated attitudes) rather than observed renovation behavior, so improved prediction of survey answers may not translate to accurate behavioral forecasts., Models and fine-tuning methods evaluated (GPT-3.5-turbo prompt-only, Mistral/Llama 8B open-weight models with QLoRA/SFT/GRPO) may produce different results with other LLM families, sizes, or fine-tuning setups., Persona predictor uses prior-study mappings; persona construction may not generalize to datasets that lack the same covariates or persona structure., Potential sensitivity to prompt wording, reward design, and training/test splits not fully explored in supplied text.

Claims (8)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Incorporating perceived transaction-cost (PTC) personas and PTC-based reasoning improves LLM simulation performance across both prompt-only and fine-tuned settings. Output Quality positive Agreement between simulated tenant survey responses and observed survey labels
Reading fidelity high
Study strength medium
n=1068
0.18
The study uses survey data from 1,068 tenants in the Netherlands, comprising approximately 40,548 survey question-and-answer pairs. Other null_result Survey-based tenant responses used for policy simulation
Reading fidelity high
Study strength high
n=1068
approximately 40,548 question-and-answer pairs
0.3
The dataset contains approximately 24,242 attitude-related question-and-answer pairs, with 4,600 used for fine-tuning and the remaining attitude-related pairs used for evaluation. Other null_result Attitude-related tenant responses on energy-policy items
Reading fidelity high
Study strength high
n=24242
4,600 pairs used for fine-tuning; approximately 20% of the attitude-related subset
0.3
PTC-aware personas are constructed from empirical survey indicators of perceived renovation benefits and barriers rather than from ad hoc role descriptions or demographic stereotypes. Ai Safety And Ethics positive Interpretability and empirical grounding of tenant persona representations
Reading fidelity high
Study strength medium
n=1068
0.18
Each survey instance is assigned one benefit persona and one barrier persona. Task Allocation null_result Persona-conditioned representation of tenant policy preferences and frictions
Reading fidelity high
Study strength medium
n=1068
0.18
The study evaluates GPT-3.5-turbo in a prompt-only setting and Ministral-8B-Instruct and Llama-3.1-8B-Instruct in fine-tuned settings. Output Quality null_result Model performance in simulating tenant survey responses
Reading fidelity high
Study strength high
n=3
0.3
The fine-tuning experiments use QLoRA with both supervised fine-tuning (SFT) and Group Relative Policy Optimization (GRPO). Output Quality null_result Model adaptation for survey-response simulation
Reading fidelity high
Study strength high
n=4600
0.3
Model performance is evaluated using mean absolute error, exact-match accuracy, and accuracy within one Likert-scale point of the observed response. Error Rate mixed Ordinal prediction error and classification agreement with observed survey labels
Reading fidelity high
Study strength high
not reported
0.3

Notes