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 →

Invisible manipulations of news headlines can steer LLM-based trading signals and materially erode returns—backtests show single-day attacks reducing annual returns by as much as 17.7 percentage points; common scraping libraries and platforms appear susceptible, raising urgent governance and security concerns for AI-enabled trading.

Adversarial News and Lost Profits: Manipulating Headlines in LLM-Driven Algorithmic Trading
Rizvani, Advije, Apruzzese, Giovanni, Laskov, Pavel · January 19, 2026 · ArXiv.org
openalex quasi_experimental 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.

OpenAlex

Latest observation:

  1. Rizvani, Advije provider ID
  2. Apruzzese, Giovanni provider ID
  3. Laskov, Pavel provider ID

Semantic Scholar

Latest observation:

  1. Advije Rizvani provider ID
  2. Giovanni Apruzzese provider ID
  3. Pavel Laskov provider ID
Human-imperceptible edits to a single day's stock news headlines can reliably mislead LLM-based sentiment modules and, in backtests over 14 months, reduce annualized ATS returns by up to 17.7 percentage points.

Citation observations

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

Large Language Models (LLMs) are increasingly adopted in the financial domain. Their exceptional capabilities to analyse textual data make them well-suited for inferring the sentiment of finance-related news. Such feedback can be leveraged by algorithmic trading systems (ATS) to guide buy/sell decisions. However, this practice bears the risk that a threat actor may craft "adversarial news" intended to mislead an LLM. In particular, the news headline may include "malicious" content that remains invisible to human readers but which is still ingested by the LLM. Although prior work has studied textual adversarial examples, their system-wide impact on LLM-supported ATS has not yet been quantified in terms of monetary risk. To address this threat, we consider an adversary with no direct access to an ATS but able to alter stock-related news headlines on a single day. We evaluate two human-imperceptible manipulations in a financial context: Unicode homoglyph substitutions that misroute models during stock-name recognition, and hidden-text clauses that alter the sentiment of the news headline. We implement a realistic ATS in Backtrader that fuses an LSTM-based price forecast with LLM-derived sentiment (FinBERT, FinGPT, FinLLaMA, and six general-purpose LLMs), and quantify monetary impact using portfolio metrics. Experiments on real-world data show that manipulating a one-day attack over 14 months can reliably mislead LLMs and reduce annual returns by up to 17.7 percentage points. To assess real-world feasibility, we analyze popular scraping libraries and trading platforms and survey 27 FinTech practitioners, confirming our hypotheses. We notified trading platform owners of this security issue.

Summary

Main Finding

A single-day, human-imperceptible manipulation of a stock-related headline (either replacing characters with Unicode homoglyphs or injecting hidden HTML text) can reliably mislead LLM-based news ingestion in an algorithmic trading system (ATS) and produce measurable monetary harm. In a 14‑month simulation the authors find average drops in profitability of ≈3–3.5% from a one-day attack, with worst-case reductions in annual returns up to 17.7 percentage points. Some finance-tuned LLMs (e.g., FinBERT) were highly vulnerable (misclassification rates ≈99% for homoglyphs, ≈67% for hidden-text).

Key Points

  • Threat model: attacker can alter a single headline for one day (e.g., as a malicious editor, a compromised publisher, or a MITM); no access to ATS internals, cannot change prices or retrain models.
  • Two stealth attacks evaluated:
    • Unicode homoglyph substitution: replace characters in company names with visually identical characters from other scripts (e.g., Cyrillic), causing entity mapping to fail or misroute the headline.
    • Hidden-text injection: append sentiment-reversing clauses wrapped in invisible HTML (e.g., ...), parsed by LLMs but not visible to humans.
  • System under test: realistically implemented ATS in Backtrader that fuses an LSTM-based price forecast with an LLM-derived sentiment signal per stock; sentiment models tested include finance-tuned LLMs (FinBERT, FinGPT, FinLLaMA) and multiple general-purpose LLMs (transferability tested across 9 additional models).
  • Empirical results:
    • FinBERT: homoglyph attack caused incorrect analysis ~99% of the time; hidden-text attack ~67%.
    • One-day attack, evaluated across a 14‑month rolling simulation, caused average cumulative-return drops of ≈3–3.5%; the worst observed single-day attack scenario reduced annual returns by up to 17.7 percentage points.
    • Attacks show transferability across other LLMs—i.e., not limited to a single model.
  • Real-world feasibility: authors analyzed popular scraping libraries and trading platforms and surveyed 27 FinTech practitioners; results support the practicality of the threat. Platform owners were notified.
  • Code repository and experimental setup were released (data from Refinitiv cannot be shared but headline sources are public).

Data & Methods

  • Data sources:
    • News headlines: Refinitiv historical headlines (used as representative news source).
    • Price data: Yahoo Finance daily OHLCV for 2013–2025.
  • ATS architecture:
    • Two signals per stock: (i) price forecast from an LSTM model over daily bars, (ii) sentiment score st,stock ∈ [−1,1] extracted from headlines by an LLM. Headline → stock mapping and sentiment scoring are LLM-driven.
    • Fusion logic: smoothed sentiment combined with price forecast to issue buy/hold/sell decisions in Backtrader.
  • Attack injection:
    • Simulated attacker altered a single headline on a chosen day with either homoglyph substitutions or hidden HTML text. Manipulations were visually imperceptible to humans but parsed by the ATS pipeline.
  • Evaluation:
    • 14‑month simulation, comparing baseline (no adversarial manipulation) to runs with one-day adversarial headline alterations placed throughout the period.
    • Metrics: cumulative returns, annual returns, and other portfolio metrics to quantify monetary impact.
    • Additional experiments: transferability tests on multiple LLMs; analysis of scraping/parsing behavior of popular libraries and platforms; practitioner survey (n=27) to validate real-world plausibility.
  • Limitations noted by authors:
    • Price forecasting used LSTM (authors justify by prior work and comparability), though transformer models may differ.
    • Only headline manipulations were considered (not full article body), and attacks were single-day in scope.
    • Refinitiv data cannot be redistributed.

Implications for AI Economics

  • Direct monetary risk from LLM vulnerabilities: The paper demonstrates that NLP/LLM failures in news ingestion translate into concrete economic losses for automated trading systems. Even short, stealthy manipulations can measurably reduce returns—potentially unnoticed by operators—so economic risk assessments for AI-driven trading must include adversarial-text threat vectors.
  • System-level evaluation is critical: Model-level robustness (e.g., standard accuracy) does not capture economic impact. Policy and risk management should require end-to-end, economically meaningful stress tests (e.g., simulated adversarial headlines) for deployed trading pipelines.
  • Data provenance and market integrity: News sources and ingestion pipelines are an attack surface with systemic implications. Market participants, vendors, and regulators should prioritize data-origin authentication (e.g., cryptographic signing, provenance tracking) and stricter supply-chain security for financial feeds.
  • Incentives for manipulation and externalities: Because small manipulations can affect profitable ATS decisions, adversaries (or malicious insiders) have economic incentives to manipulate headlines—this raises concerns about market fairness and potential for coordinated disinformation campaigns with financial motives.
  • Operational and regulatory responses:
    • Firms should canonicalize and sanitize text inputs (normalize Unicode scripts, strip/deny invisible formatting, and validate entity recognition against canonical tickers).
    • Use multi-source corroboration and ensemble/consensus signals (cross-check vendor headlines, use alternative data sources) to reduce single-point failures.
    • Incorporate adversarial training and red-teaming for LLMs used in trading, and deploy monitoring for anomalous sentiment-price decoupling.
    • Regulators may consider requiring vendors to attest to feed integrity and to report supply-chain compromises quickly.
  • Research and market design opportunities:
    • Develop LLM ingestion defenses tailored to finance: robust entity linking that is homoglyph- and markup-aware, HTML parsing policies that ignore non-visible content, and outlier-detection monitoring for sentiment anomalies.
    • Economic modeling of attacker incentives and cost-benefit of different defensive investments (e.g., cost to implement provenance vs expected loss reduction).
    • Explore market-level effects if adversarial manipulations scale (how would adversarially induced noise affect liquidity, volatility, and price discovery when many ATSes consume the same feeds).

Suggested immediate mitigations (practical takeaways) - Sanitize and normalize incoming headlines: apply Unicode normalization and script-checks, reject mixed-script tokens for ticker mapping, and strip invisible or non-rendered HTML/CSS fields before sending text to LLMs. - Cross-validate sentiment signals across multiple vendors/models before executing large trades. - Add human-in-the-loop or delay-sensitive gating for trades triggered solely by headline-derived signals, especially for single-day spikes. - Red-team LLM ingestion pipelines with homoglyph and hidden-text adversarial examples as part of routine model validation.

Overall, the paper quantifies how realistic, low-effort manipulations of text inputs to LLMs can impose measurable financial costs, underscoring the need to treat NLP/LLM ingestion as a material operational risk in AI-driven finance.

Assessment

Paper Typequasi_experimental Evidence Strengthmedium — The study measures a clear counterfactual in a controlled backtesting environment using real news and price histories and multiple LLMs, producing quantitative monetary impacts; however, it remains a simulation (no field experiment), relies on particular ATS architecture, specific LLMs/prompts, attack assumptions (single-day manipulations), and backtest assumptions that limit causal claims about real-world monetary losses. Methods Rigormedium — The authors use a realistic Backtrader implementation, multiple LLMs (domain-specific and general), an LSTM price model, and portfolio metrics across 14 months, plus pragmatic feasibility checks (library/platform analysis and a practitioner survey), which demonstrates thoroughness; but potential weaknesses include reliance on backtest assumptions, limited attack scenarios, possible sensitivity to model/pruning/parameter choices, limited sample of practitioners, and no live-field validation. SampleHistoric real-world stock price data and news headlines spanning a 14-month period; sentiment extracted by multiple models (FinBERT, FinGPT, FinLLaMA, and six general-purpose LLMs); trading strategy implemented in Backtrader combining LSTM price forecasts with LLM sentiment; attack simulations consisting of single-day headline manipulations (Unicode homoglyphs and hidden-text clauses); additional data from analysis of popular web-scraping libraries/trading platforms and a survey of 27 FinTech practitioners. Themesgovernance adoption IdentificationControlled counterfactual backtests: the authors implement a realistic algorithmic trading system that fuses LLM-derived sentiment with an LSTM price forecast, then compare portfolio performance with and without deliberate, human-imperceptible manipulations to real news headlines (two attack types) across a 14-month historical sample and across multiple LLMs; supplementary feasibility evidence comes from scraping/library analysis and a 27-person practitioner survey. GeneralizabilityBacktest-based results may not fully reflect live-trading execution frictions, latency, or market impact, Findings depend on the specific ATS architecture (LSTM + sentiment fusion), prompts, and model versions tested, Attack model limited to single-day headline manipulations and two manipulation types; other attacks may differ, 14-month sample may not capture varied market regimes or rare events, Survey (n=27) provides suggestive feasibility but is small and not representative of all FinTech practitioners, Vulnerabilities may differ across scraping pipelines, news sources, and trading platforms not analyzed

Claims (8)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Large Language Models (LLMs) are well-suited for inferring the sentiment of finance-related news due to their capabilities to analyse textual data. Other positive ability to infer sentiment from finance-related news (qualitative claim)
Reading fidelity high
Study strength speculative
not reported
0.08
A threat actor may craft 'adversarial news' that is human-imperceptible but still ingested by LLMs, enabling them to mislead LLM-based algorithmic trading systems (ATS). Ai Safety And Ethics negative LLM susceptibility to human-imperceptible manipulations (qualitative/system vulnerability)
Reading fidelity high
Study strength medium
not reported
0.48
Two human-imperceptible manipulations were evaluated in a financial context: (1) Unicode homoglyph substitutions that misroute models during stock-name recognition, and (2) hidden-text clauses that alter the sentiment of the news headline. Other negative effect of two specific adversarial manipulations on LLM processing of finance headlines
Reading fidelity high
Study strength medium
not reported
0.48
The authors implemented a realistic ATS in Backtrader that fuses an LSTM-based price forecast with LLM-derived sentiment using finance-specific models (FinBERT, FinGPT, FinLLaMA) and six general-purpose LLMs. Other neutral construction and composition of the ATS (methodological claim)
Reading fidelity high
Study strength medium
n=9
0.48
Experiments on real-world data show that manipulating a one-day attack over a 14-month period can reliably mislead LLMs and reduce annual returns by up to 17.7 percentage points. Firm Revenue negative annual portfolio returns
Reading fidelity high
Study strength medium
17.7 percentage points
0.48
The manipulations can 'reliably mislead LLMs' when applied as a single-day attack repeated over time (14 months in experiments). Decision Quality negative LLM sentiment outputs / decision quality of LLM-derived signals
Reading fidelity high
Study strength medium
not reported
0.48
To assess real-world feasibility, the authors analyzed popular scraping libraries and trading platforms and surveyed 27 FinTech practitioners; the analysis and survey confirmed their hypotheses about attack feasibility. Governance And Regulation positive real-world feasibility of manipulating scraped news and affecting ATS (qualitative confirmation via survey/analysis)
Reading fidelity high
Study strength medium
n=27
0.48
The authors notified trading platform owners of this security issue. Governance And Regulation neutral notification action (authors' disclosure behavior)
Reading fidelity high
Study strength low
not reported
0.24

Notes