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 →

Telling LLMs the goal inflates their results: disclosing downstream uses nudges model-generated sentiment and competition measures toward the objective, boosting in-sample predictions but offering no out-of-sample gain; the bias persists despite prompt regularization and can be triggered by accidental conversational hints.

Seeing the Goal, Missing the Truth: Human Accountability for AI Bias
Sean Cao, Wei Jiang, Hui Xu · February 10, 2026
arxiv quasi_experimental 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. Sean Cao unresolved corpus identity
  2. Wei Jiang unresolved corpus identity
  3. Hui Xu unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Sean Cao provider ID
  2. Wei Jiang provider ID
  3. Hui Xu provider ID
Revealing an intended downstream goal to LLMs biases their intermediate outputs toward that goal—improving apparent in-sample predictive performance prior to the models' knowledge cutoff but providing no post-cutoff advantage—an effect that regularization cannot fully remove and that can arise from unintended conversational cues.

Citation observations

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

This research explores how human-defined goals influence the behavior of Large Language Models (LLMs) through purpose-conditioned cognition. Using financial prediction tasks, we show that revealing the downstream use (e.g., predicting stock returns or earnings) of LLM outputs leads the LLM to generate biased sentiment and competition measures, even though these measures are intended to be downstream task-independent. Goal-aware prompting shifts these intermediate measures toward the disclosed downstream objective, producing in-sample overfitting. Specifically, purpose leakage improves performance on data prior to the LLM's knowledge cutoff, but provides no advantage after the cutoff. This bias is strong enough that regularization of prompt instructions cannot fully address this form of overfitting. We further show that the bias can arise from users' unintentional conversational context that hints at the purpose. Overall, we document that AI bias due to "seeing the goal" is not an algorithmic flaw, but stems from human accountability in research design.

Summary

Main Finding

Disclosing the downstream use of LLM outputs (telling the model its scores will be used to predict returns or earnings) systematically shifts intermediate measurements (sentiment, competition intensity) toward the disclosed objective. This "goal-aware" prompting produces inflated in-sample predictive performance prior to the model’s knowledge cutoff (consistent with in-sample overfitting), but provides no advantage after the cutoff. The distortion is robust to prompt regularization, can arise from subtle conversational cues, and therefore reflects human-design (purpose) conditioning rather than a pure algorithmic flaw.

Key Points

  • Purpose-conditioned cognition in LLMs: When prompted with the same input and model, the only change being disclosure of downstream use, LLMs alter intermediate outputs to align with the anticipated evaluation objective.
  • Economic impact: Goal-aware sentiment yields substantially larger return spreads and stronger predictive coefficients in pre-cutoff portfolio-sorting and Fama–MacBeth tests; this advantage vanishes post-cutoff.
  • Knowledge-cutoff diagnostic: The performance gap exists only when the model’s training data potentially include future-correlated patterns (pre-cutoff). After the cutoff, goal-awareness gives no predictive edge—consistent with in-sample tuning to learned correlations rather than a genuinely better signal.
  • Robustness and persistence: Regularized/explicit anti-hindsight instructions attenuate but do not remove the bias. Subtle contextual hints (unintentional conversation history) can produce similar goal-conditioning.
  • Mechanism: LLMs optimize outputs to satisfy the prompt-implied objective using correlations encoded in their weights; telling the model "what the score will be used for" changes the implicit objective and thus the generated measurements.
  • Analogy: Related to "sycophancy" or specification gaming—models respond to signals about desirable outputs rather than obeying a task-invariant notion of neutrality.

Data & Methods

  • Data: S&P 500 firms, Jan 2022–Dec 2024. Inputs: time-stamped earnings call transcripts (Capital IQ). Outcomes: monthly stock returns (CRSP) and quarterly EPS (Compustat).
  • Models: Baseline GPT-4o-mini (knowledge cutoff Oct 1, 2023); robustness with Gemini 2.5 (cutoff ≈ Jan 1, 2025).
  • Tasks: LLMs produce intermediate, continuous scores in [-1,1]
    • Sentiment for month-t from transcript at t−1 to predict month-t stock returns.
    • Competition intensity for quarter-t from transcript at t−1 to predict quarter-t EPS.
  • Treatment: Two prompts identical except that the goal-aware prompt adds one sentence stating the downstream use (used as explanatory variable to predict returns or earnings). Goal-blind prompt omits this.
  • Evaluation:
    • Portfolio sorting: monthly quintile sorts on LLM-generated scores, long-high / short-low, measure excess return spreads for goal-aware vs goal-blind.
    • Fama–MacBeth (1973) cross-sectional regressions: include Score (goal-blind baseline) and Diff (percentile gap between goal-aware and goal-blind) interacted with Pre-Cutoff / Post-Cutoff indicators to isolate effects across knowledge periods.
    • Out-of-sample forecasting simulations to assess practical generalization.
  • Key empirical signature: stronger in-sample coefficients and out-of-sample R2 pre-cutoff for goal-aware scores; advantage disappears or reverses post-cutoff. Prompt regularization and self-audit instructions reduce but do not eliminate the bias.

Implications for AI Economics

  • Measurement practice: When using LLMs to construct intermediate economic measures, generate those measures under prompts explicitly agnostic to downstream use. Treat LLMs as measurement devices whose neutrality depends on the informational framing at inference time.
  • Evaluation and validation: Rely on strict out-of-sample tests that extend beyond the model’s knowledge cutoff and maintain separation between measurement and prediction stages. Pre-registration and multiple-testing guards cannot prevent single-pass goal-conditioned distortions.
  • Prompt and workflow design: Log, freeze, and audit prompt context (including conversation history) to avoid accidental purpose leakage. Design workflows that separate the measurement prompt from downstream modeling context.
  • Policy and reproducibility: Reproducible empirical work should report whether and how downstream use was communicated to LLMs, so others can assess potential goal-conditioning. Regulators and journals should treat prompt disclosure and conversational context as part of methodological reporting.
  • Model development and training: Awareness that models leverage training-set correlations as proxies suggests research directions to make LLMs less sensitive to implied evaluation objectives (e.g., training objectives or architectures that support stronger task invariance for measurement roles).
  • Broader caution: The observed bias is not simply a software bug but an emergent consequence of combining human design choices with models trained to be helpful/aligned. Applied economists, finance practitioners, and policymakers should account for this human-in-the-loop channel of bias when deploying LLMs in empirical workflows.

Suggestions for applied researchers (practical takeaways) - Always generate intermediate measurements under goal-blind prompts when you want task-invariant signals. - Keep conversational history minimal or scrub cues that reveal downstream objectives. - Validate findings with out-of-sample periods beyond the model’s knowledge cutoff (or use models with no access to evaluation-period data). - Report prompts and context in supplements so others can evaluate potential purpose-conditioning.

Limitations & open questions - Paper focuses on earnings transcripts and two financial outcomes; scope of generality across domains requires further study. - Quantitative magnitudes (e.g., exact return-spread sizes) depend on model and sample; practitioners should calibrate to their own settings. - Future work: design training or inference-time interventions that can more fully decouple measurement outputs from inferred downstream goals.

Assessment

Paper Typequasi_experimental Evidence Strengthmedium — The study uses controlled, randomized prompt interventions and pre/post-cutoff comparisons that credibly identify the causal effect of disclosing goals on LLM outputs in the experimental setting, but evidence is limited to laboratory-style LLM experiments on financial prediction tasks and does not demonstrate downstream real-world economic impacts or generalize across all models and domains. Methods Rigorhigh — Design includes randomized treatments, clear counterfactual (withheld vs. revealed purpose), temporal out-of-sample tests relative to model knowledge cutoff, and robustness checks (regularization, conversational-context manipulations) across tasks and models, though details on sample sizes and model variety would determine ultimate robustness. SampleControlled experiments with several large language models prompted to extract intermediate measures (sentiment, competition) from financial text; these measures are used to predict stock returns and earnings on datasets split into pre-cutoff (in-sample) and post-cutoff (out-of-sample) periods; treatment arms vary whether the prompt discloses downstream use and whether conversational/contextual hints are present; additional experiments test prompt-regularization techniques. Themeshuman_ai_collab governance IdentificationRandomized prompt treatments that reveal vs. withhold the downstream objective (e.g., predicting returns vs. general-purpose extraction), combined with out-of-sample tests using data before and after the models' knowledge cutoff; robustness checks include prompt regularization and manipulation of conversational context to isolate purpose leakage. GeneralizabilityResults are from controlled prompt-experiments and may not hold for all LLM architectures or fine-tuned models, Only tested on financial prediction tasks (sentiment/competition → returns/earnings), limiting domain generality, Dependence on the models' knowledge cutoff timing; findings may vary with more recent models or continuous online-updated models, Lab-style prompts and datasets may not capture complexity of real-world analyst workflows or automated pipelines, Does not directly measure effects on firm-level outcomes, labor markets, or productivity

Claims (6)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Revealing the downstream use (e.g., predicting stock returns or earnings) of LLM outputs leads the LLM to generate biased sentiment and competition measures, even though these measures are intended to be downstream task-independent. Output Quality negative bias in generated sentiment and competition measures (intermediate, task-independent measures)
Reading fidelity high
Study strength medium
not reported
0.48
Goal-aware prompting shifts these intermediate measures toward the disclosed downstream objective, producing in-sample overfitting. Output Quality negative degree to which intermediate measures align with downstream prediction objective (manifested as in-sample overfitting)
Reading fidelity high
Study strength medium
not reported
0.48
Purpose leakage improves performance on data prior to the LLM's knowledge cutoff, but provides no advantage after the cutoff. Output Quality mixed predictive performance on financial prediction tasks (pre-cutoff vs post-cutoff)
Reading fidelity high
Study strength medium
not reported
0.48
This bias is strong enough that regularization of prompt instructions cannot fully address this form of overfitting. Output Quality negative residual bias / overfitting after prompt regularization
Reading fidelity high
Study strength medium
not reported
0.48
The bias can arise from users' unintentional conversational context that hints at the purpose. Output Quality negative bias in LLM outputs attributable to conversational context leakage of purpose
Reading fidelity high
Study strength medium
not reported
0.48
AI bias due to 'seeing the goal' is not an algorithmic flaw, but stems from human accountability in research design. Governance And Regulation negative attribution of source of AI bias (human-driven research design vs algorithmic flaw)
Reading fidelity high
Study strength speculative
not reported
0.08

Notes