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 →

A frozen tabular foundation model reveals a common valuation geometry across risk, time and social choice: one estimated utility index on its embeddings predicts diverse MPL decisions and transfers across domains, outperforming population baselines and tuned local learners.

Tabular Foundation Models and the Unity of Economic Behaviour
Victor H. Aguiar · August 07, 2026
arxiv correlational 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. Victor H. Aguiar unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Victor H. Aguiar provider ID
A frozen tabular foundation model provides embeddings that, when paired with a single estimated utility index, substantially improve out-of-sample prediction of diverse multiple-price-list choices and transfer across economic domains, showing a common learned representation and valuation structure across individuals.

Citation observations

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

Economics uses different behavioural models for risk, time, losses, valuation, and social choice. I study a unified choice experiment in which the same decision makers face all these domains. I hide a decision maker's choices in one domain and ask a frozen tabular foundation model to recover them from that decision maker's choices elsewhere and labelled choices by other participants. The foundation model improves on the training-sample median, and the gain disappears when visible choices are shuffled across decision makers. I then estimate one random-utility model over the foundation model's learned representation. This structural model applies the same utility function in every domain, retains most of the foundation model's reduction in prediction error, predicts domains excluded from utility estimation, and reproduces how behavioural measures co-move across people. The resulting model separates three objects: a learned common choice domain, one systematic utility function on that domain, and one random component that generates stochastic choice on observed menus.

Summary

Main Finding

A frozen tabular foundation model (TabFM) can furnish a single, learned choice representation that—combined with one common utility index and one shock law—predicts human decisions across diverse economic domains (risk, time, losses, valuation, social allocation). Estimating one linear valuation map on the foundation representation (a single α + β⊤Πhit → Λ(·) index) recovers most of the prediction gains of the full frozen model, transfers across domains, and reproduces the joint correlation structure of behavioural measures. Shuffling visible choices across people destroys the predictive gain, implicating within-decision-maker coherence rather than marginal task effects.

Key Points

  • Architecture (three components)
    • Frozen encoder Φω (TabFM checkpoint) maps (profile, visible choices, task description, labelled peer context) → hit ∈ R^2048.
    • One common valuation index: git = α + β⊤Πhit, µit = Λ(git) ∈ [0,1].
    • Systematic utility on the learned choice domain M = R^p × [0,1]: Vθ(eit(r)) = −|st(r) − µit|.
    • Common shock law: type-I extreme value shocks → conditional logit (softmax) choice probabilities; modal forecast = nearest feasible st(r) to µit.
  • Empirical tests (three-part)
  • Frozen TabFM must beat a population-median baseline (matched for target/context).
  • That advantage must vanish if visible choices are shuffled across participants (marginals preserved but coherence removed).
  • The same frozen checkpoint must serve every target (one portable model, not many target-specific fits).
  • Predictive performance (selected results)
    • TabFM (frozen) reduces mean absolute switch-row error by 17% vs training-population median.
    • The hybrid (one linear valuation map on TabFM representation) places 65.83% of choices within two rows versus 40.42% for the population median and 71.04% for TabFM’s nonlinear decoder.
    • The common-index hybrid retains ~85% of TabFM’s improvement over the population forecast (normalized error).
    • When every outcome from a target domain is excluded during valuation estimation, accuracy still is 63.16% and the hybrid retains ~78% of the original improvement—evidence of cross-domain transfer.
    • The hybrid reproduces the joint ordering of behavioural constructs: measurement-error-corrected correlation matrix rank-correlation 0.939 with observed matrix (0.935 when estimating valuation excluding the target domain).
  • Robustness & benchmarks
    • Reassigning visible choices across decision makers destroys the predictive gain (shows the gain depends on within-person behavioural history).
    • TabFM (frozen) outperforms locally trained learners (Extra Trees, tuned CatBoost) given identical features and context.
    • Replication on the Self Regulation Ontology (37 tasks) yields the same operational conclusion.
  • Interpretation: the result separates three objects—(i) a learned, common choice domain (representation), (ii) one systematic utility function mapping that domain to value, and (iii) a random component generating stochastic choice—placing classical random-utility structure on top of a foundation-model embedding.

Data & Methods

  • Data
    • Chapman et al. (Econographics) replication: 26 multiple-price-list (MPL) screens, 1,000 U.S. adults (YouGov sample), covering eight operational domains: known risk, ambiguity, compound lotteries, probability weighting, time discounting, valuation (WTA/WTP), gains/losses, and distributional preferences.
    • Each observed outcome Yit = switch row where participant switches to the right-hand option (or never switch).
    • Auxiliary profile covariates available (demographics, cognition, CRT items, metacognition); but core tests separate choices-only and profile-only contributions.
    • Original train/val/test split: 800 / 100 / 100; confirmatory held-out test uses the 100 test participants once with a precommitment protocol.
  • Representation & estimation
    • Frozen foundation encoder: TabFM checkpoint (ω), output hit ∈ R^2048 taken immediately before TabFM’s nonlinear decoder; ω is fixed throughout.
    • Fixed random linear projection Π ∈ R^{k×p} (k = 128) with entries N(0,1/k), seed locked; maps 2048 → 128 coordinates.
    • Estimation target: continuous logit-transformed corrected share eyit = log((Cit + 1/2)/(Kt − Cit + 1/2)), where Cit = number of rows with option A chosen.
    • Fit ridge regression (penalized least squares) over (eyit) to find (α, β) (equation (10)), with participant-grouped 4-fold CV for λ selection; intercept unpenalized.
    • Point modal forecast is nearest feasible st(r) to µit (ties to smallest switch code). κ normalized to 1 (so probabilities not calibrated; focus is on modal accuracy).
  • Tests performed
    • Full-sample fit and leave-domain-out fit: (i) estimate α,β using all domains, (ii) estimate α,β with one domain’s outcomes removed and then predict that domain.
    • Shuffle test: Independently reassign visible task outcomes across participants (preserving marginals) and re-evaluate predictive performance.
    • Benchmarks: population-median baseline, local nonlinear learners (Extra Trees, CatBoost) trained on the same features and contexts.
    • Cross-task covariance decomposition (equation (9)) to examine whether cross-domain correlations arise from systematic utility variation vs residual shocks.
  • Computational & reproducibility notes
    • Foundation weights frozen; the model is not fine-tuned on Econographics.
    • TabFM pretrained on synthetic tables (Kong & Das, 2026).
    • Projection Π and random seeds reported; estimation uses 800 training participants; two-fold participant-grouped outer folds used to keep predictions out-of-sample by person.

Implications for AI Economics

  • Practical utility of foundation models
    • Foundation models can provide a portable, rich choice-state embedding that supports a single, simple economic valuation layer (random utility) delivering strong cross-domain predictive performance.
    • This suggests a concrete path for leveraging pretrained encoders to unify modelling across disparate economic choice tasks without crafting separate domain-specific representations.
  • Structural interpretation & measurement
    • Behavioral constructs (risk aversion, time preference, loss aversion, inequality aversion) can be reconceptualized as constraints or parametric restrictions on a composite map from primitives → encoder state → common utility, rather than as separate domain-specific utility functions.
    • The approach supports unified measurement and reproduces joint correlation geometry of multiple behavioral measures, aiding comparative and latent-trait analyses.
  • Transfer, external validity, and limits
    • The common utility map transfers across domains (even when target-domain outcomes are excluded), but it is estimated from sample data—so current implementation demonstrates portability of an estimated utility map, not a frozen in-context learner that constructs µit purely from context without sample estimation.
    • Policy/counterfactual analysis still needs stability of the learned representation Φω under changes in payoffs or information; the paper flags this as the remaining step (a pre-trained valuation learner Aη that updates θit from context without refitting).
    • The method requires labelled examples of the target task in context (the frozen TabFM still used 100 labelled target examples as context), so it is not pure zero-shot economic valuation.
  • Methodological & normative cautions
    • Interpretability: the foundation representation is high-dimensional and opaque; economic interpretation of β, or of behavioural parameters mapped through Φω, may be challenging.
    • Sample dependence and fairness: the valuation map is estimated on a particular human sample; generalization to different populations or incentive/ institutional contexts requires care.
    • Invariance and Lucas-critique issues: fixing α,β after estimation does not guarantee policy invariance; a universal structural model needs an explicit in-context valuation learner that preserves interpretability and causal meaning under counterfactuals.
  • Research agenda enabled
    • Develop explicit pre-trained valuation learners (Aη) that infer utility indices from context without refitting, enabling true in-context economic valuation.
    • Use foundation representations to search for parsimonious parametric restrictions that correspond to classical preference parameters (risk curvature, discounting, loss asymmetry).
    • Explore robustness across populations, incentive formats, and structural policy interventions to evaluate representation stability and the welfare interpretability of the learned utility map.

Summary takeaway: A frozen tabular foundation model supplies a rich, shared choice embedding such that a single simple random-utility valuation layer explains and predicts decisions across many economic domains, revealing a promising route toward unified behavioural modelling—while highlighting important gaps (in-context valuation learning, invariance, interpretability) to be addressed before deploying such hybrids for policy or welfare analysis.

Assessment

Paper Typecorrelational Evidence Strengthmedium — The paper demonstrates robust out-of-sample predictive gains (held-out participants), a sensible permutation test that isolates within-person information, cross-fold CV, baseline comparisons, and a replication on a second task collection; however the results are predictive/correlational (not causal), rest on one pre-trained backbone and one primary dataset (YouGov Chapman et al. sample), and the economic/causal interpretation of a single transferable utility map is not definitively established beyond predictive transfer. Methods Rigorhigh — The author uses proper train/validation/test splits at the participant level, cross-validated regularization, multiple robustness checks (domain exclusion, shuffling), benchmark learners, bootstrap inference that resamples participants, and an external replication dataset; the main limitations are reliance on a single frozen foundation model checkpoint and a specific projection design, and that the economic layer is estimated (not learned in-context) so policy invariance is not established. SampleYouGov-matched, survey-weighted US adult sample of N = 1,000 (Chapman et al. 2023 replication file); participants completed 26 multiple price-list (MPL) screens covering eight domains (known risk, ambiguity, compound lotteries, probability weighting, time discounting, valuation, losses, distributional preferences); covariates include demographics, income, cognition (ICAR items), CRT items, and metacognitive measures; primary estimation uses an 800/100/100 train/validation/test split, with two-fold participant-grouped cross-fits for some analyses; some analyses use full-sample two-fold fits for precision. Themeshuman_ai_collab innovation IdentificationUse a frozen pretrained Tabular Foundation Model (TabFM) to produce participant-and-task embeddings, then estimate one common valuation index (ridge regression) mapping embeddings to normalized switch-row responses across 26 MPL tasks; evaluate predictive performance out-of-sample using participant-fold holdouts, domain-exclusion tests (fit index excluding a whole domain), and a permutation/shuffle test that reassigns visible choices across participants to show gains arise from within-person coherence; benchmark against population-median forecasts and locally trained learners (Extra Trees, CatBoost). GeneralizabilitySample limited to a YouGov-matched US adult panel—may not generalize to other countries, cultures, or non-panel populations, Tasks are MPL (switch-row) elicitation screens; results may not extend to richer choice formats, real-world market decisions, or high-stakes economic behaviour, Findings rely on one frozen foundation model (Google TabFM) and a particular frozen checkpoint and random projection; other foundation models or pretraining regimes may behave differently, The valuation layer is estimated from sample data (not an in-context learned economic map), so portability to policy changes or shifted payoff structures is uncertain, Relatively modest sample size (1,000) for heterogeneity across many subpopulations and for establishing external validity

Claims (11)

ClaimDirectionOutcomeConfidence & EvidenceDetails
TabFM reduces mean absolute switch-row error by 17% relative to the training-population median in the held-out test. Output Quality positive Mean absolute switch-row prediction error
Reading fidelity high
Study strength high
n=100
17% reduction
0.5
The predictive advantage of TabFM disappears when visible choices are shuffled across decision makers. Output Quality negative Prediction gain from within-decision-maker behavioral history
Reading fidelity high
Study strength high
n=1000
0.5
With identical features and context observations, TabFM outperforms Extra Trees and tuned CatBoost in participant cross-fits. Output Quality positive Cross-validated behavioral prediction accuracy
Reading fidelity high
Study strength medium
n=1000
0.3
A single common utility index places 65.83% of choices within two rows, compared with 40.42% for the task-population median and 71.04% for TabFM’s original nonlinear decoder. Output Quality positive Share of choices predicted within two switch rows
Reading fidelity high
Study strength medium
n=1000
65.83% within two rows; 40.42% baseline; 71.04% original decoder
0.3
The unified random-utility hybrid retains 85% of the foundation model’s improvement over the population forecast when measured by normalized error. Output Quality positive Normalized behavioral prediction error
Reading fidelity high
Study strength medium
n=1000
85% of the foundation model’s improvement retained
0.3
When all outcomes from the target domain are excluded while fitting the utility index, the hybrid achieves 63.16% accuracy and retains 78% of the original foundation-model improvement. Output Quality positive Prediction accuracy for a domain excluded from utility estimation
Reading fidelity high
Study strength medium
n=1000
63.16% accuracy; 78% of original improvement retained
0.3
The common utility model’s measurement-error-corrected correlation matrix has a rank correlation of 0.939 with the observed matrix across 66 pairwise relationships among 12 behavioral constructs. Decision Quality positive Agreement between modeled and observed cross-construct behavioral correlations
Reading fidelity high
Study strength medium
n=1000
rank correlation = 0.939 across 66 pairwise relationships
0.3
Excluding target-domain outcomes from valuation-rule estimation leaves the model’s correlation-structure alignment at 0.935. Decision Quality positive Out-of-domain reproduction of behavioral correlation structure
Reading fidelity high
Study strength medium
n=1000
rank correlation = 0.935
0.3
The common utility model overstates the average strength of dependence across behavioral constructs, so it reproduces the organization of the correlation geometry but not the full level of dependence. Decision Quality mixed Level and ordering of cross-domain behavioral dependence
Reading fidelity high
Study strength medium
n=1000
0.3
Same-domain tasks are more similar across decision makers than different-domain tasks, and the similarity gap increases with model depth. Other positive Similarity of learned task representations within and across behavioral domains
Reading fidelity high
Study strength low
n=1000
0.15
A replication in the public Self Regulation Ontology reaches the same operational conclusion across 37 behavioral tasks. Output Quality positive Cross-domain behavioral prediction and representation similarity
Reading fidelity high
Study strength low
37 behavioral tasks
0.15

Notes