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 →

Large language models can generate market signals that backtest to outperformance: GPT-4 Turbo led general models on annualized return and Sharpe, while FinGPT’s domain fine-tuning yielded competitive risk-adjusted returns. But pervasive failure modes — numerical hallucination, context-window constraints and inconsistent behavior in sideways markets — mean robust deployment requires careful decomposition, rigorous backtesting and domain-aware tuning.

AI Trading: Evaluating Large Language Models for Technical Market Analysis
Geofrey Ntale · July 16, 2026
arxiv descriptive 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.

Semantic Scholar

Latest observation:

  1. Geofrey Ntale provider ID
In historical-simulation tests across four market-analysis tasks, GPT-4 Turbo achieved the best returns and Sharpe among general-purpose LLMs while domain-fine-tuned FinGPT delivered competitive, risk-adjusted performance, though all models suffered from numerical hallucinations, context-window limits, and regime-dependent weaknesses.

Citation observations

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

Large Language Models (LLMs) have emerged as powerful tools for processing the heterogeneous information environments of modern financial markets. This paper presents a systematic, comparative evaluation of five prominent LLMs: GPT-4 Turbo, Claude 3 Opus, Gemini 1.5 Pro, Llama 3 70B, and the domain-specialized FinGPT, with respect to their capacity for technical market analysis. The evaluation spans four structured tasks: candlestick pattern recognition from OHLCV data, directional signal generation (BUY/SELL/HOLD), backtesting of signal quality through a simulated execution pipeline, and financial report comprehension. Our experimental framework employs rigorous quantitative metrics, including Sharpe ratio, maximum drawdown, Sortino ratio, information coefficient, F1-score, and BLEU score. Findings from simulated backtesting indicate that GPT-4 Turbo achieves the highest annualized return and Sharpe ratio among general-purpose models, while FinGPT demonstrates competitive risk-adjusted performance due to domain-specific fine-tuning. Both models outperform a passive S&P 500 benchmark under the tested conditions. The study identifies persistent failure modes across all evaluated models, including numerical hallucination, context-window limitations, and inconsistent performance in sideways market regimes. We conclude that while LLMs hold genuine promise within AI trading systems, robust deployment requires careful task decomposition, rigorous backtesting protocols, and domain-aware fine-tuning strategies.

Summary

Main Finding

LLMs can meaningfully contribute to technical market analysis within simulated trading workflows, but performance varies by model and setup. GPT-4 Turbo produced the highest annualized return and Sharpe ratio among the general-purpose models in the experiments, while the domain-specialized FinGPT (LoRA fine-tuned) achieved competitive risk-adjusted returns. Both models outperformed a passive S&P 500 benchmark under the paper’s controlled backtest. However, all models exhibit important failure modes (numerical hallucination, context-window limits, and weak performance in sideways markets), implying that robust deployment requires careful engineering, domain-aware fine-tuning, and rigorous backtesting.

Key Points

  • Models evaluated: GPT-4 Turbo, Claude 3 Opus, Gemini 1.5 Pro, Llama 3 70B, and FinGPT (LoRA fine-tuned 7B).
  • Four-task evaluation framework covering the typical AI trading pipeline:
    • A: Candlestick pattern recognition from OHLCV.
    • B: Directional signal generation (BUY/SELL/HOLD).
    • C: Backtesting of signals through a simulated execution pipeline (12-month lookback).
    • D: Financial report comprehension (QA) against established benchmarks.
  • Quantitative metrics used: annualized return, Sharpe ratio, Sortino ratio, maximum drawdown, information coefficient (IC), F1-score, BLEU score, confusion-matrix metrics.
  • Empirical findings:
    • GPT-4 Turbo led general-purpose models on simulated return and Sharpe.
    • FinGPT’s domain specialization produced competitive risk-adjusted performance despite smaller base size.
    • Both GPT-4 Turbo and FinGPT outperformed a passive S&P 500 benchmark in the tested scenarios.
  • Common failure modes across models:
    • Numerical hallucination (fabricated or incorrect numeric outputs).
    • Context-window limitations (truncation/omission of relevant history).
    • Reduced reliability in sideways/low-trend market regimes.
    • Latency vs. cost trade-offs for real-time deployment.
  • Practical recommendations: decompose tasks, apply domain-aware fine-tuning, enforce strict backtesting and simulation, and use multimodal inputs where appropriate.

Data & Methods

  • Research design:
    • Comparative, ablation-style evaluation: identical prompts and inputs per model to isolate model capability.
    • Two-phase testing: (1) classification and QA tasks with deterministic metrics; (2) signal-generation and backtesting in a simulated execution environment.
    • No additional fine-tuning except for FinGPT (treated as an intrinsic model characteristic).
  • Models & deployment details:
    • GPT-4 Turbo (OpenAI API), Claude 3 Opus (Anthropic API), Gemini 1.5 Pro (Vertex AI), Llama 3 70B (local, 8k token window, 8-bit quantized on A100), FinGPT (LoRA on 7B).
    • Temperature set to 0.0 for determinism; token limits set per task (512 for classification, 1,024 for generation); modal response used from three runs for Tasks A & B.
    • Context window sizes varied (examples: GPT-4 Turbo ~128k tokens, Claude 3 Opus ~200k, Gemini 1.5 Pro up to 1M).
  • Data sources and benchmarks:
    • Structured price/volume (OHLCV) time series for candlestick and indicator tasks.
    • Historical market period: simulated 12-month lookback for backtests (controlled/historical data — not live trading).
    • Financial text corpora and tasks referenced from FinQA, TAT-QA, FinanceBench, Finance Agent Benchmark (FAB), and other public financial datasets.
  • Task operationalization:
    • Candlestick recognition: models received structured OHLCV and were asked to identify single- and multi-candle patterns.
    • Signal generation: models output BUY/SELL/HOLD classifications that were mapped to position decisions.
    • Backtesting: a simulated execution pipeline translated model signals into trades and tracked portfolio metrics (returns, Sharpe, max drawdown, Sortino, IC). Results reported as illustrative simulations, not live performance.
    • Financial text comprehension: QA tasks evaluated via F1 / BLEU and benchmark comparisons.
  • Evaluation safeguards:
    • Deterministic inference parameters, repeated runs with modal output for stability.
    • Emphasis on standardized scoring and direct comparability across models.

Implications for AI Economics

  • Market efficiency and information processing:
    • LLMs that synthesize textual and structured signals can speed incorporation of heterogeneous information into trading decisions, potentially increasing short-run informational efficiency for assets where such signals matter.
    • Domain-specialized fine-tuning (e.g., FinGPT) can yield outsized gains relative to model size, suggesting data curation and domain adaptation are economically valuable.
  • Competitive dynamics and arms-race risk:
    • Institutions that integrate frontier LLMs into trading stacks may gain measurable edge, spurring investment in compute, data, and model-specialization—raising barriers to entry for smaller firms.
    • Widespread adoption may compress alpha from pattern signals, shifting returns toward those who can better control model risk and execution.
  • Model risk, systemic risk, and market stability:
    • Shared failure modes (numerical hallucination, misinterpretation in sideways markets) create correlated error risks across market participants using similar models or prompts—raising potential systemic fragility during regime shifts.
    • Overreliance on LLM outputs without rigorous backtesting and execution constraints can amplify drawdowns and tail risks.
  • Policy and regulatory considerations:
    • Regulators may need to consider disclosure or model-risk management expectations for AI-driven trading, especially around robustness, auditability, and stress-testing.
    • Transparency requirements for domain training data and versioning could reduce correlated errors and improve market oversight.
  • Labor and organizational impact:
    • Demand will shift toward hybrid teams that combine quantitative trading expertise, prompt engineering, model validation, and systems engineering.
    • Smaller institutions can partially close capability gaps via domain-specific fine-tuning and efficient model adapters (LoRA), but infrastructure and data access remain key constraints.
  • Research and investment priorities:
    • Valuable directions include multimodal models that integrate price series, order book snapshots, and text; reinforcement-learning agents with realistic market simulators; and robust calibration techniques to reduce numerical hallucination.
    • Cost-effective domain adaptation (e.g., LoRA) and standardized backtesting frameworks are high-return investments for translating LLM outputs into deployable trading strategies.

If you want, I can: - Extract and summarize specific experimental tables/metrics (e.g., Sharpe, annualized returns, max drawdown) if you provide the numeric results, or - Produce a short checklist for practitioners to safely prototype LLM-based trading strategies.

Assessment

Paper Typedescriptive Evidence Strengthmedium — The paper provides systematic, quantitative benchmarking and simulated backtests across multiple LLMs with standard performance metrics, which is stronger than anecdote, but all results rely on simulated execution and historical backtests rather than real-world deployment or randomized trials; potential backtest biases, selection of assets/time periods, and lack of live-trading validation limit causal claims and external validity. Methods Rigormedium — The study uses multiple structured tasks, cross-model comparisons, and rigorous metrics (Sharpe, Sortino, IC, F1, BLEU) and includes a domain-specialized model for contrast, but key implementation details that determine robustness (sample period, asset universe, transaction cost modeling, slippage, overfitting controls, cross-validation, sensitivity analyses across market regimes) are not fully specified in the summary; reliance on simulated execution pipelines and potential data-snooping reduce methodological certainty. SampleComparative evaluation of five LLMs (GPT-4 Turbo, Claude 3 Opus, Gemini 1.5 Pro, Llama 3 70B, FinGPT) using: (1) OHLCV candlestick pattern recognition on historical market data, (2) BUY/SELL/HOLD directional signal generation, (3) simulated backtesting via an execution pipeline against an S&P 500 passive benchmark (metrics include annualized return, Sharpe, max drawdown, Sortino, information coefficient), and (4) financial report comprehension assessed with BLEU/F1-style metrics; FinGPT represents a domain-fine-tuned model, while others are general-purpose — specific time window, asset coverage, transaction-cost/slippage assumptions, and dataset sizes are not provided in the summary. Themesinnovation adoption GeneralizabilityBacktest-to-live gap: simulated execution may not capture real-world market impact, latency, slippage, and changing liquidity, Limited asset universe (implied S&P 500 focus) may not generalize to other markets, instruments, or smaller-cap stocks, Unclear sample period and regime coverage — results may be sensitive to the chosen historical window, Model versions and fine-tuning matter: domain-specialized FinGPT results may not generalize to other fine-tunings or later model updates, Evaluation on static historical reports and OHLCV may not reflect performance on streaming data or alternative data sources, Risk management, position sizing, and execution algorithms used in the simulation may limit applicability to different trading setups

Claims (9)

ClaimDirectionOutcomeConfidence & EvidenceDetails
This paper presents a systematic, comparative evaluation of five prominent LLMs: GPT-4 Turbo, Claude 3 Opus, Gemini 1.5 Pro, Llama 3 70B, and the domain-specialized FinGPT, with respect to their capacity for technical market analysis. Other null_result comparative model capability for technical market analysis (multi-task evaluation)
Reading fidelity high
Study strength high
not reported
0.3
The evaluation spans four structured tasks: candlestick pattern recognition from OHLCV data, directional signal generation (BUY/SELL/HOLD), backtesting of signal quality through a simulated execution pipeline, and financial report comprehension. Other null_result task performance across four defined tasks (candlestick recognition, directional signals, backtesting, report comprehension)
Reading fidelity high
Study strength high
not reported
0.3
Our experimental framework employs rigorous quantitative metrics, including Sharpe ratio, maximum drawdown, Sortino ratio, information coefficient, F1-score, and BLEU score. Other null_result model performance measured by financial risk/return metrics (Sharpe, Sortino, max drawdown, information coefficient) and ML metrics (F1, BLEU)
Reading fidelity high
Study strength high
not reported
0.3
Findings from simulated backtesting indicate that GPT-4 Turbo achieves the highest annualized return and Sharpe ratio among general-purpose models. Firm Productivity positive annualized return and Sharpe ratio
Reading fidelity high
Study strength medium
not reported
0.18
FinGPT demonstrates competitive risk-adjusted performance due to domain-specific fine-tuning. Firm Productivity positive risk-adjusted performance (e.g., Sharpe/Sortino ratios)
Reading fidelity high
Study strength medium
not reported
0.18
Both models (GPT-4 Turbo and FinGPT) outperform a passive S&P 500 benchmark under the tested conditions. Firm Productivity positive outperformance relative to S&P 500 benchmark (returns / risk-adjusted returns)
Reading fidelity high
Study strength medium
not reported
0.18
The study identifies persistent failure modes across all evaluated models, including numerical hallucination, context-window limitations, and inconsistent performance in sideways market regimes. Error Rate negative error modes / reliability issues (numerical hallucination, context-window failures, regime-dependent inconsistency)
Reading fidelity high
Study strength medium
not reported
0.18
While LLMs hold genuine promise within AI trading systems, robust deployment requires careful task decomposition, rigorous backtesting protocols, and domain-aware fine-tuning strategies. Organizational Efficiency mixed deployment effectiveness / organizational practices for robust adoption
Reading fidelity high
Study strength speculative
not reported
0.03
Large Language Models (LLMs) have emerged as powerful tools for processing the heterogeneous information environments of modern financial markets. Other positive ability to process heterogeneous financial information
Reading fidelity medium
Study strength low
not reported
0.05

Notes