SEU Sensitivity
Modeling Sensitivity to Subjective Expected Utility Maximization
0.1 Introduction
This project provides a Bayesian framework for modeling and analyzing decision-making behavior through the lens of Subjective Expected Utility (SEU) theory. We develop computational tools for measuring an agent’s sensitivity to SEU maximization—captured by a parameter α that governs how consistently agents maximize expected utility.
0.2 Report Series
0.2.1 Foundational Reports
These reports establish the theoretical and methodological foundations:
- Abstract Formulation — Mathematical specification and key theoretical properties
- Concrete Implementation — Stan model implementation details
- Prior Analysis — Prior predictive analysis and prior selection
- Parameter Recovery — Validation that parameters can be recovered from data
- Adding Risky Choices — Extension to model m_1 for utility identification
- SBC Validation — Simulation-based calibration results
- Generalizing Sensitivity — Generalized models m_2 and m_3
- Hierarchical Formulation — Hierarchical extension for population-level inference
- Hierarchical Implementation — Stan implementation and validation of hierarchical models
- Hierarchical Prior Analysis — Prior predictive analysis for
h_m01 - Hierarchical Parameter Recovery — Recovery validation for the hierarchical model
- Hierarchical SBC Validation — Simulation-based calibration for
h_m01
0.2.2 Application Reports
0.2.2.1 Temperature Study
- Initial Results — How LLM temperature affects estimated SEU sensitivity
0.2.2.2 Temperature Study: EU Prompt
- EU Prompt Study — Effect of explicit EU-maximization framing on sensitivity
0.2.2.3 Temperature Study: Risky Alternatives
- Risky Alternatives Extension — Risky choice data for utility identification across temperatures
0.2.2.4 Ellsberg Study
- Ellsberg Study — Claude 3.5 Sonnet on Ellsberg urn gambles
0.2.2.5 Factorial Cells
- Claude × Insurance — Claude 3.5 Sonnet on insurance claims triage
- GPT-4o × Ellsberg — GPT-4o on Ellsberg urn gambles
0.2.2.6 Factorial Synthesis
- 2×2 Factorial Analysis — Cross-LLM × cross-task synthesis
0.3 Key Insights
The parameter α has a natural interpretation:
- α → 0: Random choice (uniform over alternatives)
- α → ∞: Perfect SEU maximization (deterministic optimal choice)
- Intermediate α: Probabilistic choice with tendency toward higher-SEU alternatives
With utilities normalized to [0,1], α represents the log-odds change per unit of standardized SEU difference.
Decisions under uncertainty alone cannot fully identify the utility function—utilities and subjective probabilities are confounded. The foundational reports demonstrate that incorporating risky choices (with known probabilities) resolves this identification problem, following the Anscombe-Aumann approach from classical decision theory.
0.4 Getting Started
See the GitHub repository for installation instructions and code.
0.5 Citation
If you use this work, please cite:
Helzner, J. (2026). SEU Sensitivity: A Bayesian Framework for Modeling
Decision-Making Sensitivity. https://github.com/jeffhelzner/seu-sensitivity
Reuse
Citation
@online{helzner2026,
author = {Helzner, Jeff},
title = {SEU {Sensitivity}},
date = {2026-05-12},
url = {https://jeffhelzner.github.io/seu-sensitivity/},
langid = {en}
}