0 cumulative citations
View corpus contextA single 'neuron dial' can tune an LLM’s buy–sell bias: researchers show that adding a scalar shift to one MLP coordinate produces monotonic, calibratable shifts in investment stance across five open models—changing decisions, reasoning emphasis and even portfolio composition—without significant degradation on standard benchmarks.
Citation observations
Cumulative provider counts captured on specific dates; providers are never combined.
Large language models (LLMs) are increasingly used in investment decision-making, yet prior work shows that they exhibit systematic, model-specific investment preferences. We study whether a model's overall investment stance can be calibrated to a specified direction and strength. We introduce an investment-bias dial, an inference-time intervention on a single neuron that continuously adjusts a model-level decision prior---its overall tendency toward buying or selling---without targeting specific firms or investment attributes. Using matched positive and negative evidence, we evaluate five open-weight LLMs and find that the dial produces monotonic changes in investment stance without modifying prompts or model parameters. At the response level, the dial shifts both investment decisions and the evidential emphasis of generated rationales under identical inputs. In an agentic retrieval setting, the dial also changes what information the model searches for, which evidence it selects, and which evidence is reflected in its final analysis. In a long-context evaluation, the dial maintains stable stance control as context length increases, whereas a matched system-prompt instruction progressively attenuates. We further show that changes in the dial propagate to security rankings and downstream portfolio composition in an exploratory backtest. Overall, our results show that an LLM's aggregate investment stance can be calibrated toward a specified target at inference time.
Summary
Main Finding
A single-neuron, inference-time intervention in an LLM’s MLP activations can act as an “investment-bias dial” that continuously and monotonically shifts a model’s aggregate buy–sell prior. The intervention (an additive shift to one MLP coordinate applied across tokens) allows calibration to specified stances (e.g., bearish, neutral, bullish) without changing prompts or model parameters, preserves broad task capabilities, and propagates into downstream behaviors (rationales, retrieval, security rankings, and portfolio composition).
Key Points
- Investment-bias dial: Additive shift Δ applied to one coordinate of an MLP intermediate activation (pre-hook on MLP down-projection) at every token during decoding. No parameter updates or prompt changes.
- Bias measurement: Use a balanced evidence protocol over a 427-ticker universe; aggregate investment-bias score π ∈ [−1,1] (positive → buy bias, negative → sell bias). Ticker-level scores π_s are also tracked.
- Coordinate selection: Two-stage screening:
- Decision relevance via gradient sensitivity G_c (how strongly a coordinate’s small changes associate with buy vs. sell preference).
- Prior controllability: estimate transfer curve π_c(Δ) on S_A, invert to get Δ for target priors, evaluate RMSE on held-out S_B; choose coordinate with lowest RMSE.
- Models evaluated: five open-weight LLMs of varied families and scales:
- Alibaba Qwen3-8B
- Meta Llama-4-Scout-17B-16E-Instruct
- DeepSeek-R1-Distill-Qwen-14B
- Google Gemma-4-12B-it
- Mistral-Small-24B-Instruct-2501
- Main empirical findings:
- Monotonic control: For all five models, π varies monotonically with Δ for the selected coordinate. Reachable range depends on model (four models span near full [-1,1], one is narrower).
- Direction and scale are model-specific: sign and Δ magnitudes are not directly comparable across models because coordinates have model-specific orientation and units.
- Calibration: The dial can be calibrated to target priors (including neutrality π = 0). For some models calibration changed a substantial share of individual decisions (e.g., ~30% for some models).
- Response-level effects: With fixed evidence, changing Δ both flips buy/sell outputs and alters the emphasis in generated rationales (more downside/upside risk language depending on dial).
- Agentic behavior: In retrieval/agent settings, the dial changes what the model searches for, which evidence it selects, and which evidence appears in final analyses.
- Long-context robustness: Dial-based control maintains stance over long contexts, while equivalent system-prompt instructions attenuate as context length grows.
- Downstream propagation: Exploratory backtests show dial shifts affect security rankings and resulting portfolio composition.
- Capability preservation: Evaluated on seven benchmarks (MMLU, GSM8K, ARC-Challenge, TruthfulQA, RACE, FinQA, Financial PhraseBank). Changes from baseline (Δ = 0) were small (max abs change 1.60 percentage points) and none were statistically significant after multiple-testing correction (Benjamini–Hochberg).
- Localization: Selected dial coordinates tend to be in middle-to-late transformer layers, consistent with prior findings that later MLP layers reflect higher-level decisions/semantics.
Data & Methods
- Evidence and universe:
- Ticker universe S of 427 tickers.
- Balanced trial design: for each ticker, randomized equal numbers of matched bullish and bearish synthetic evidence items; model asked to choose buy vs. sell. Because evidence is balanced, deviations indicate an internal decision prior.
- Investment-bias metrics:
- Ticker-level π_s = (N_buy − N_sell) / (N_buy + N_sell).
- Aggregate π computed by aggregating counts over all tickers.
- Neuron intervention:
- For chosen MLP block ℓ and coordinate n, intervention: h_{ℓ,t}[n] := h_{ℓ,t}[n] + Δ for all tokens t (prompt and generated tokens).
- Coordinate selection algorithm (high level):
- Compute gradient sensitivity G_c across coordinates and screen.
- Split tickers into S_A and S_B.
- For each candidate c estimate π_{c,A}(Δ) on S_A and invert to find Δ̂ for target priors T = {−0.3, 0, +0.3, etc.}.
- Apply Δ̂ to S_B and compute RMSE between achieved π and targets; rank candidates by RMSE and select best.
- Re-estimate calibrated Δ on full universe for deployment.
- Models: Five open-weight models (table and layer counts in paper).
- Benchmarks and capability tests:
- General: MMLU, GSM8K, ARC-Challenge, TruthfulQA, RACE.
- Finance-specific: FinQA, Financial PhraseBank (FPB).
- Evaluation protocol: zero-shot fixed prompt; multiple-choice scored by next-token logits; generation tasks greedily decoded then parsed numerically where applicable.
- Statistical tests: McNemar for paired changes; Benjamini–Hochberg correction for multiple comparisons; report one-sided 95% lower confidence bounds for accuracy changes.
- Additional evaluations:
- Paired-output examples to inspect rationale shifts.
- Agentic retrieval experiments to observe search and evidence-selection differences.
- Long-context experiments comparing dial vs. system-prompt attenuation.
- Exploratory backtests to observe effect on rankings and portfolios.
Implications for AI Economics
- Customizable model priors for asset managers:
- Enables aligning an LLM’s aggregate stance to investor mandates (e.g., neutral, conservative/sell-leaning, growth/buy-leaning) at inference time without retraining.
- Facilitates repeated, low-cost recalibration when mandates or market regimes change.
- Auditability and governance:
- Single-coordinate intervention provides a compact control point that can be tracked, logged, and potentially constrained by governance systems—helpful for audits of model stance in regulated financial workflows.
- Calibrated neutral settings make it possible to define and demonstrate an operational neutrality benchmark (π = 0 under balanced evidence).
- Downstream portfolio effects and risk management:
- Because dial shifts propagate to rankings and portfolio composition, model-level priors become an operational parameter affecting asset allocation and portfolio risk; firms must monitor how stance changes affect realized exposures.
- Market-impact & adversarial risks:
- The ability to systematically steer priors raises risks: deliberate miscalibration or clandestine intervention could bias investment recommendations at scale, with potential market-moving consequences if models are widely deployed.
- Single-neuron steering has been used to bypass other kinds of alignment in prior work; similar vulnerabilities could be exploited to induce harmful financial behavior.
- Evaluation and benchmarking:
- Aggregate prior (π) should be reported as part of model fitness for investment tasks; LLM assessments should include sensitivity to coordinated internal interventions as a robustness check.
- Research directions:
- Study transfer and stability: how often do coordinates need re-calibration as models are updated or as distributions shift?
- Extend to closed models: feasibility of similar control in proprietary LLMs (may require different techniques).
- Multi-objective steering: combine investor constraints (risk budgets, sector limits) with a global prior dial or learn sparse multi-coordinate controls.
- Safeguards: build detection/guardrails for unauthorized activation-level interventions.
Limitations & caveats (practical): - The dial is model- and coordinate-specific; Δ magnitudes and sign are not comparable across models and require per-model calibration. - The method requires internal activation access (not directly applicable to closed APIs unless providers expose hooks). - Single-neuron steering could be brittle across architecture changes; robustness over time and under distributional shift needs continual monitoring. - Ethical and regulatory implications: powerful steering must be controlled to prevent misuse; may pose new compliance questions for financial AI deployments.
Reference - Park et al., "Your AI, On a Dial: Controlling Investment Bias in LLMs with a Single Neuron", arXiv:2608.22852v1 (preprint), 24 Aug 2026.
Assessment
Claims (11)
| Claim | Direction | Outcome | Confidence & Evidence | Details |
|---|---|---|---|---|
| The single-neuron investment-bias dial produces monotonic changes in the aggregate investment-bias score across all five evaluated open-weight LLMs. Decision Quality | positive | Aggregate investment-bias score, defined as the difference between buy and sell decisions divided by their total |
Reading fidelity
high
Study strength
high
|
n=5
|
| The dial enables calibration of an LLM's aggregate investment stance toward specified targets, including a neutral stance defined as an equal aggregate frequency of buy and sell decisions. Decision Quality | positive | Calibrated aggregate investment-bias score |
Reading fidelity
high
Study strength
high
|
n=5
|
| The reachable range of investment-bias scores is model-dependent: four models approach the full interval from -1 to 1, whereas DeepSeek-R1-14B has a narrower response range. Decision Quality | mixed | Range of aggregate investment-bias scores reachable through neuron intervention |
Reading fidelity
high
Study strength
medium
|
n=5
[-1, 1] target interval
|
| The direction of the dial's effect is model-specific: increasing the intervention coefficient shifts the investment-bias score in the opposite direction for DeepSeek-R1-14B and Mistral-24B compared with the other evaluated models. Decision Quality | mixed | Change in aggregate buy-versus-sell investment stance as intervention strength increases |
Reading fidelity
high
Study strength
medium
|
n=5
|
| Neutral calibration changes 29.6% of Qwen3-8B's decisions and 32.5% of Llama-4-Scout's decisions. Decision Quality | positive | Proportion of buy/sell decisions changed by neutral calibration |
Reading fidelity
high
Study strength
medium
|
29.6% and 32.5% of decisions changed
|
| Neutral calibration changes 21.1% of DeepSeek-R1-14B's decisions, even though its baseline investment stance is closer to neutrality. Decision Quality | positive | Proportion of investment decisions changed by calibration |
Reading fidelity
high
Study strength
medium
|
21.1% of decisions changed
|
| Under identical balanced bullish and bearish evidence, changing Qwen3-8B to its calibrated neutral setting changed both JPMorgan Chase's and NVIDIA's decisions from buy to sell and shifted the rationales toward greater emphasis on downside risks. Decision Quality | mixed | Security-level buy/sell decision and rationale evidence emphasis |
Reading fidelity
high
Study strength
low
|
n=2
|
| The calibrated investment-bias dial did not produce statistically significant performance degradation on the evaluated general-purpose and finance-specific benchmarks after Benjamini-Hochberg correction. Decision Quality | null_result | Benchmark accuracy or weighted F1 performance |
Reading fidelity
high
Study strength
high
|
n=7
maximum absolute change of 1.60 percentage points
|
| The dial maintains more stable investment-stance control as context length increases than a matched system-prompt instruction, whose effect progressively attenuates. Decision Quality | positive | Stability of investment stance under increasing context length |
Reading fidelity
high
Study strength
medium
|
not reported
|
| In an agentic retrieval setting, changing the dial affects the information searched for, the evidence selected, and the evidence reflected in the final analysis. Decision Quality | mixed | Information-search behavior, evidence selection, and evidence use in investment analysis |
Reading fidelity
high
Study strength
medium
|
not reported
|
| Changes in the dial propagate to security rankings and downstream portfolio composition in an exploratory backtest. Task Allocation | mixed | Security rankings and portfolio composition |
Reading fidelity
high
Study strength
low
|
not reported
|