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 →

LLM-based economic agents overweight idiosyncratic signals and downweight aggregates, with multiple concurrent signals crowding out marginal influence; LoRA fine-tuning dampens but does not remove these expectation biases, and updating differs between household and CEO roles.

Bridging Expectation Signals: LLM-Based Experiments and a Behavioral Kalman Filter Framework
Yu Wang, Xiangchen Liu · January 24, 2026
arxiv rct 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. Yu Wang unresolved corpus identity
  2. Xiangchen Liu unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Yu Wang provider ID
  2. Xiangcheng Liu provider ID
Controlled experiments and a Behavioral Kalman Filter show LLM-based household and CEO agents systematically mis-weight priors and signals—overweighting individual signals relative to aggregate ones, exhibiting negative interactions when multiple signals arrive, with role-specific updating patterns—and LoRA fine-tuning reduces but does not eliminate these biases.

Citation observations

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

As LLMs increasingly function as economic agents, the specific mechanisms LLMs use to update their belief with heterogeneous signals remain opaque. We design experiments and develop a Behavioral Kalman Filter framework to quantify how LLM-based agents update expectations, acting as households or firm CEOs, update expectations when presented with individual and aggregate signals. The results from experiments and model estimation reveal four consistent patterns: (1) agents' weighting of priors and signals deviates from unity; (2) both household and firm CEO agents place substantially larger weights on individual signals compared to aggregate signals; (3) we identify a significant and negative interaction between concurrent signals, implying that the presence of multiple information sources diminishes the marginal weight assigned to each individual signal; and (4) expectation formation patterns differ significantly between household and firm CEO agents. Finally, we demonstrate that LoRA fine-tuning mitigates, but does not fully eliminate, behavioral biases in LLM expectation formation.

Summary

Main Finding

LLM-based agents update expectations in systematically biased ways that can be captured by a Behavioral Kalman Filter (BKF). Across 720 controlled trials with three state-of-the-art LLMs and two agent personas (Household, CEO), the authors find (1) prior and signal weights do not sum to one (violating rational Kalman updating), (2) agents weight micro (idiosyncratic) signals more than macro signals, (3) concurrent signals interact negatively (a “cognitive discount” that reduces marginal weight of each signal), and (4) expectation-formation differs by persona (CEOs put relatively more weight on macro signals). LoRA fine-tuning reduces but does not eliminate these behavioral deviations.

Key Points

  • Four consistent behavioral patterns:
    • Weights on prior + signals deviate from the rational-sum-to-one condition.
    • Micro-level shocks receive substantially higher weight than aggregate (macro) shocks.
    • A negative interaction term between micro and macro signals (βint < 0) — concurrent information sources reduce each other’s marginal impact.
    • Persona matters: CEO persona is relatively more sensitive to macro signals than Household persona.
  • Quantitative highlights (Bayesian posterior means; 95% credible intervals reported in paper):
    • Household βprior ≈ 0.48–0.65; βmic ≈ 0.40–0.88; βmac ≈ 0.39–0.65; βint ≈ −0.01 to −0.03.
    • CEO βprior ≈ 0.57–0.89; βmic ≈ 0.57–1.03; βmac ≈ 0.49–0.83; βint ≈ −0.01 (sometimes ~0).
    • Interaction coefficients are small in magnitude but consistently negative for many cases, supporting the “cognitive discount” claim.
  • Fine-tuning (LoRA on Qwen2.5-7B-Instruct):
    • Reduces response volatility.
    • Makes the interaction term insignificant for the Household persona but not for CEOs.
    • Does not restore the rational-sum-to-one property.

Data & Methods

  • Experimental design:
    • 2 (Persona: Household vs CEO) × 2 (Micro: +5% / −5%) × 2 (Macro: +5% / −5%) factorial → 4 scenarios per persona (consistent boom, consistent bust, two conflict cases).
    • Baseline prior expectation fixed at 3.0%; shock magnitude Δ = 5.0%.
    • Models: GPT‑4o, Gemini 1.5 Flash, DeepSeek‑V3. For LoRA experiment, Qwen2.5‑7B‑Instruct.
    • 30 independent trials per model × persona × scenario; total N = 720 (3 models × 2 personas × 4 scenarios × 30).
    • Prompting: persona priming + numeric shocks; zero-shot setup; structured JSON output with numeric Updated Expectation and a Rationale (post-hoc Chain-of-Thought style field).
    • Generation temperature = 0.7 and model state reset between trials.
  • Theoretical framework:
    • Behavioral Kalman Filter (BKF): extends Kalman Filter by (i) prior discount α (<1 allowed) and (ii) subjective covariance between micro and macro signals via ρ (non-zero allowed), capturing signal interference.
    • Reduced-form mapping: Bayesian linear regression of updated expectation on prior, micro shock, macro shock, and micro×macro interaction: xt|t = βprior·xt|t−1 + βmic·smic + βmac·smac + βint·(smic·smac) + ε.
    • Estimation: Bayesian linear regression with weakly informative priors (β ∼ N(0, 10^2 I)), MCMC to obtain posterior means and 95% Highest Density Intervals.
  • Diagnostics / outputs:
    • Descriptive statistics (means and SDs) across scenarios and models.
    • Posterior estimates of βprior, βmic, βmac, βint map to BKF parameters α and perceived signal covariance.

Implications for AI Economics

  • Modeling AI agents as economic actors:
    • LLMs do not implement textbook Bayesian/Kalman updating by default; they exhibit predictable behavioral deviations. Calibrating ABMs or policy simulations that use LLM agents requires incorporating these biases (e.g., BKF-style priors and subjective signal covariances).
  • Persona and context matter:
    • Identity priming (Household vs CEO) systematically alters signal weights. When deploying LLM agents in simulations or automated decision systems, agent-role specification will change aggregate dynamics.
  • Multiple signals are not additive in practice:
    • The negative interaction implies diminishing marginal value of additional signals in agent updating. Models that assume additive, independent information channels may overstate the informativeness of multi-source news.
  • Fine-tuning helps but is insufficient:
    • LoRA reduces variance and some interaction effects but fails to recover fully rational updating. Reliance on simple fine-tuning to “fix” behavioral biases is unlikely to be enough for high-stakes forecasting or policy analysis.
  • Practical recommendations:
    • Validate LLM-based agents’ expectation-updating behavior against BKF-like reduced forms before using them in economic simulations.
    • If using LLMs for forecasting/agent-based policy experiments, explicitly model and calibrate α (prior discount) and ρ (subjective signal correlation).
    • Consider training/regimen interventions beyond light fine-tuning (e.g., structural objective changes, multi-step Bayesian training) to approximate normative updating.
  • Research avenues:
    • Extend to dynamic multi-period updating (recursions), richer shock distributions and magnitudes, more personas (firms by industry, investor vs consumer), and larger model families.
    • Structural estimation of full BKF (rather than reduced-form) and experiments on interventions (different fine-tuning regimes, RLHF objectives, ensemble methods) to mitigate biases.

Limitations to note - Shock design is limited to ±5% and a single baseline; generality across shock sizes and multi-step learning is untested. - Only three main LLM architectures were used (plus one for LoRA); results could vary with other models/versions. - Reduced-form regression proxies the BKF parameters — a full structural identification would be more demanding but could yield sharper causal inference.

If you want, I can: - Produce a one-page figure-ready summary (key tables/coefficients highlighted) for presentations. - Suggest specific calibration values for BKF parameters to use when integrating LLM agents into an agent-based macro model.

Assessment

Paper Typerct Evidence Strengthmedium — The controlled experimental design gives good internal validity for how the specific LLMs in the lab respond to the manipulated signals and for the causal effect of LoRA fine-tuning, but external validity is limited: results depend on prompt framing, model family and sizes tested, synthetic signals and lab conditions, and may not generalize to deployed multi-turn, market-facing agents or human-AI interactions in the field. Methods Rigormedium — The paper combines a clear experimental protocol with a formal Behavioral Kalman Filter and parameter estimation, which is methodologically sound; however, potential concerns include sensitivity to prompt design, stochastic sampling in LLM outputs, lack of reported sample size and robustness checks in the summary, possible overfitting of the behavioral model to synthetic tasks, and limited description of how uncertainty and model selection were handled. SampleControlled experiments using LLM-based agents prompted to play two economic roles (households and firm CEOs); agents receive experimentally varied individual and aggregate signals (single and concurrent), and produce expectation updates; experiments are run across at least one base LLM and a LoRA-fine-tuned version to compare updating behavior; data consist of repeated prompt-response trials and estimated Kalman-style weights per agent role and condition. Themeshuman_ai_collab org_design IdentificationRandomized experimental manipulation of information signals presented to LLM-based agents (individual vs aggregate signals, single vs concurrent signals) combined with structural estimation of a Behavioral Kalman Filter to recover weights on priors and signals; a pre/post intervention comparison (LoRA fine-tuning vs baseline) is used to identify the causal effect of fine-tuning on updating behavior. GeneralizabilityFindings are conditional on the specific LLM architectures, sizes, and prompts used (may not generalize across models)., Experimental signals are synthetic and stylized, so ecological validity to real-world economic information environments is limited., Single-turn or lab-style prompts may not capture multi-turn, interactive, or market-facing agent behavior., LoRA fine-tuning results depend on the fine-tuning dataset and hyperparameters and may not generalize to other tuning regimes., Differences between model-based agents and human expectations mean results do not directly translate to human economic behavior.

Claims (6)

ClaimDirectionOutcomeConfidence & EvidenceDetails
We design experiments and develop a Behavioral Kalman Filter framework to quantify how LLM-based agents update expectations, acting as households or firm CEOs, when presented with individual and aggregate signals. Decision Quality positive ability to quantify expectation updating behavior of LLM-based agents
Reading fidelity high
Study strength medium
not reported
0.6
Agents' weighting of priors and signals deviates from unity. Decision Quality mixed weights assigned to priors and to incoming signals in expectation updates
Reading fidelity high
Study strength medium
not reported
0.6
Both household and firm CEO agents place substantially larger weights on individual signals compared to aggregate signals. Decision Quality positive relative weighting of individual signals versus aggregate signals in expectation formation
Reading fidelity high
Study strength medium
not reported
0.6
There is a significant and negative interaction between concurrent signals, implying that the presence of multiple information sources diminishes the marginal weight assigned to each individual signal. Decision Quality negative interaction effect of concurrent signals on marginal signal weight (diminishment of marginal weight)
Reading fidelity high
Study strength medium
not reported
0.6
Expectation formation patterns differ significantly between household and firm CEO agents. Decision Quality mixed differences in expectation formation patterns across agent types (household vs firm CEO)
Reading fidelity high
Study strength medium
not reported
0.6
LoRA fine-tuning mitigates, but does not fully eliminate, behavioral biases in LLM expectation formation. Decision Quality mixed magnitude of behavioral biases in expectation formation after LoRA fine-tuning
Reading fidelity high
Study strength medium
not reported
0.6

Notes