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 →

Language models reveal measurable, lab-dependent risk aversion but are context-sensitive: logits map to an exact random-utility model allowing researchers to estimate—and, via fine-tuning, implant—risk preferences, yet presentation and labeling can change the intensity of their choices.

The Innate Economic Preferences of Language Models
Joy Buchanan, Joshua Foster · July 28, 2026
arxiv quasi_experimental medium evidence 8/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. Joy Buchanan unresolved corpus identity
  2. Joshua Foster unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Joy A. Buchanan provider ID
  2. Joshua Foster provider ID
The paper shows that LLM softmax decoding maps exactly to a random-utility model allowing structural recovery of risk preferences—finding universal but heterogeneous risk aversion across twelve models, systematic violations of invariance/IIA to presentation, and that fine-tuning can reliably set a target risk attitude.

Citation observations

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

Language models increasingly settle real resource tradeoffs on behalf of principals yet their economic preferences remain unobserved. We demonstrate their generation rule is isomorphic to the random utility model of discrete choice. This allows internal logit scores to structurally identify preferences. Estimating risk attitudes across twelve models in a portfolio task reveals universal but heterogeneous risk aversion. Although models reject strictly dominated options, their elicited preferences fail invariance tests and violate the independence of irrelevant alternatives across varying experimental prompts. Finally, fine tuning establishes that a principal can explicitly engineer a target risk attitude.

Summary

Main Finding

Language models’ single-token decoding rule is structurally equivalent to a random-utility (multinomial logit) choice model: the model’s raw logits act as the systematic utility index and decoding temperature is the scale of i.i.d. Gumbel noise. This makes economic preferences directly observable (for open models) or structurally identifiable (for closed models). Applied to a controlled portfolio-choice task, all evaluated models display innate risk aversion but the degree varies across models/labs. Models respect dominance, continuity, and transitivity but violate label-invariance (reflexivity) and independence of irrelevant alternatives (IIA): preferences change with how options are presented. Finally, fine-tuning can reliably implant a target risk attitude into a model.

Key Points

  • Exact structural mapping: softmax decoding P(i|x,τ) = exp(ui/τ)/Σ exp(uj/τ) admits random-utility representation Ui = ui + τϵi with ϵ i.i.d. Gumbel → multinomial logit (McFadden).
  • Logits = observed systematic utility (ui = κVi + ζ(x)); κ scales utility into logit units, ζ(x) is a menu-wide common shift.
  • Six revealed-preference diagnostics operationalized: completeness (menu adherence), reflexivity (label invariance), monotonicity (mean–risk dominance), transitivity, continuity, and independence of irrelevant alternatives (IIA).
  • Experimental design: forced single-token choices among portfolios (expected return, standard deviation). Utility specified as quadratic in attributes → single risk-aversion parameter.
  • Estimation:
    • Open-weight models: read logits directly to recover utility indices.
    • Closed/proprietary models: recover parameters via maximum likelihood from repeated sampled choices (as in human-subject discrete-choice estimation).
  • Empirical findings:
    • Models reject strictly dominated options and show smooth, transitive rankings (monotonicity, continuity, transitivity largely hold).
    • Reflexivity and IIA fail: changing label/position or adding a dominated option can change choice probabilities and the intensity of preference between unchanged options (context/prompt dependence).
    • All twelve models evaluated are risk averse, but heterogeneously so across labs (OpenAI, Anthropic, Google, Alibaba, etc.).
    • Fine-tuning an open-source model can induce targeted risk-aversion parameters with high precision.
  • Identification insight: because logits are observable for some models, preference identification does not rest on the usual unobserved-shock assumptions; temperature determines effective scale κ/τ.

Data & Methods

  • Two-step measurement program:
  • Diagnostic battery: present menus and compute indices for the six axioms. Completeness index C(x,τ) = Σ_{i∈C} exp(κVi/τ) / Σ_{k∈V} exp(κVk/τ) measures menu adherence (exact completeness unattainable at positive τ unless out-of-menu logits are masked).
  • Structural estimation: controlled portfolio environment where options are described by expected return and SD; maintain a quadratic utility functional form so risk attitude reduces to one parameter.
  • Models tested: a portfolio of twelve language models spanning open-source and frontier proprietary models.
  • Measurement modalities:
    • For inspectable models: extract logit vectors from a single forward pass and map directly to utility indices.
    • For black-box models: collect repeated sampled choices under fixed prompts and perform MLE as in discrete-choice econometrics.
  • Fine-tuning experiment: standard supervised/targeted fine-tuning to shift weights so induced logits implement desired κ (risk preference); validated by re-running the choice task and recovering the target parameter.

Implications for AI Economics

  • Delegation risk and market effects:
    • When principals delegate allocation decisions, models impose default economic preferences that are systematic and lab-specific; when many agents act with the same model preference, market allocations could shift measurably.
    • Because preference intensity (choice probabilities) is context-sensitive (violations of reflexivity and IIA), prompt formatting and option presentation can materially affect outcomes — a practical source of allocator-level heterogeneity and strategic vulnerability near indifference.
  • Measurement, transparency, and regulation:
    • The logits→utility mapping provides an operational protocol for auditing an agent’s default preferences. Regulators or principals could require disclosure of default risk parameters or access to logits/temperatures for oversight.
    • Standardized diagnostic tests (the six axioms + structural estimation) are recommended to certify models used for economic delegation.
  • Alignment and control:
    • Fine-tuning is a straightforward lever to set a model’s risk attitude precisely; therefore principals can (and should) either fine-tune agents to match declared preferences or require proof of alignment.
    • Prompt engineering alone is insufficient as invariance fails; robust specification likely requires weight-level interventions (fine-tuning), masking, or explicit preference constraints.
  • Modeling and research directions:
    • Economic models that consider AI agents should treat model identity (lab/model family) as a feature determining risk preferences.
    • Extend this program beyond risk (e.g., time preferences, social preferences, ambiguity aversion), multi-step decision-making, and agents that output sequences or actions rather than single tokens.
    • Investigate market-level equilibrium effects if large numbers of delegated choices are made by similarly biased agents and potential manipulability when context-dependence is exploitable.

If you want, I can: - Extract the formal definitions/indices (completeness index, reflexivity condition, etc.) into a short cheat-sheet. - Sketch how to implement the diagnostic + estimation pipeline in code (both for open and closed models).

Assessment

Paper Typequasi_experimental Evidence Strengthmedium — Design has strong internal identification: the mapping from logits to a random-utility representation is formal and, for open models, directly observable; the paper runs controlled counterfactual menus and structural estimation and validates fine-tuning. Limitations reduce overall strength: only a modest number of models (12) are tested, closed models require sampling-based recovery and may have undocumented decoding settings, the task is restricted to single-step portfolio (mean–SD) choices which limits ecological validity, and invariance/temperature/prompt-sensitivity issues leave ambiguity about field deployment. Methods Rigormedium — High theoretical rigor in deriving the random-utility representation and proposing explicit revealed-preference diagnostics; experiment uses exogenous variation in menu attributes and structural estimators. Weaknesses: possible sensitivity to prompt wording, decoding settings (temperature, sampling/stochasticity) especially for proprietary models, limited sample of models and tasks, and potential unreported robustness checks (e.g. different prompt phrasings, alternative utility specifications, calibration of temperature across closed models). SampleControlled lab-style experiments on a portfolio choice task (two-dimensional: expected return and standard deviation) applied to twelve language models from multiple labs (including open-weight models where logits are read directly and proprietary frontier models from OpenAI, Anthropic, Google where internals are hidden and choices are sampled); single-token forced-choice format with menus varied exogenously; structural estimation under a quadratic utility (single risk-aversion parameter); repeated-sampling MLE for closed models; fine-tuning experiment applied to an open-source model to impose target risk attitudes. Themeshuman_ai_collab governance IdentificationExploit the LLM decoding rule: softmax over logits is shown to admit an exact random-utility (multinomial logit) representation so that (i) for open-weight models the systematic utility index (logits) is observed directly from a forward pass and thus preference parameters (e.g., risk aversion under an affine/quadratic specification) are recovered structurally, and (ii) for closed/proprietary models repeated sampled choices under exogenously varied menus are used in a standard maximum-likelihood multinomial logit estimator to recover the same parameters; temperature/scale separates decoding noise from systematic utility and fine-tuning is used to manipulate the utility parameter. GeneralizabilityResults are limited to single-step, forced-token choices (fast/associative mode) and may not generalize to multi-step agents or chain-of-thought reasoning., Task-specific: preference recovery uses a mean–SD portfolio environment with quadratic utility; other choice domains (e.g., probability weighting, multi-attribute goods) may produce different behavior., Model sample (12 models) may not represent the broader population of deployed models, and frontier closed models' behavior depends on opaque decoding/temperature settings., Fine-tuning validation is shown on an open-source architecture; transferability of engineered preferences to other architectures, scales, or RLHF-trained models is uncertain., Presentation and prompt formatting matter: invariance failures imply sensitivity to labeling, ordering, and surface features that may alter real-world outcomes.

Claims (6)

ClaimDirectionOutcomeConfidence & EvidenceDetails
The language model's softmax generation rule admits an exact random-utility representation equivalent to a multinomial conditional-logit model, with logits serving as the systematic utility index and temperature scaling the Gumbel error term. Decision Quality positive Structural identification of model choice preferences
Reading fidelity high
Study strength high
not reported
0.8
All twelve language models evaluated in the portfolio-choice experiments exhibit risk aversion. Decision Quality positive Estimated risk-aversion parameter
Reading fidelity high
Study strength medium
n=12
0.48
Risk aversion differs across models from major AI laboratories, including OpenAI, Anthropic, and Alibaba, so the same portfolio menu can produce materially different portfolio choices depending on the model used. Decision Quality mixed Cross-model variation in risk-aversion estimates and resulting portfolio choices
Reading fidelity high
Study strength medium
n=12
0.48
The models generally respect economic dominance and exhibit near-perfect monotonicity, continuity, and transitivity in the tested portfolio choices. Decision Quality positive Adherence to monotonicity, continuity, transitivity, and mean-risk dominance
Reading fidelity high
Study strength medium
at or near perfect rationality
0.48
The models' elicited preferences are not invariant to presentation features: changing an option's position in a menu can change its assigned value, and adding a strictly dominated third asset can change the strength of preference between two unchanged options. Decision Quality negative Preference invariance and independence of irrelevant alternatives
Reading fidelity high
Study strength medium
not reported
0.48
Fine-tuning can install a specified risk preference into an open-source language model, and the model's induced choices match preset risk-tolerance targets with high precision. Decision Quality positive Alignment between induced risk preference and preset target risk tolerance
Reading fidelity high
Study strength medium
high precision
0.48

Notes