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 recognize dealer hedging constraints in S&P 500 options from raw gamma exposure, detecting structural market patterns with 71.5% accuracy without labels and perfect detection when regimes are named; performance holds even when profitability varies, implying models learn mechanism-like signals rather than just profitable correlations.

Inferring Latent Market Forces: Evaluating LLM Detection of Gamma Exposure Patterns via Obfuscation Testing
Christopher Regan, Ying Xie · December 08, 2025
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.

Arxiv

Latest observation:

  1. Christopher Regan unresolved corpus identity
  2. Ying Xie unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Christopher Regan provider ID
  2. Yingqi Xie provider ID
LLMs can identify dealer hedging-constraint patterns in S&P 500 options from raw gamma exposure values with 71.5% accuracy without regime labels (rising to 100% with labels), and detection remains stable across profitability regimes, suggesting structural pattern recognition.

Citation observations

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

We introduce obfuscation testing, a novel methodology for validating whether large language models detect structural market patterns through causal reasoning rather than temporal association. Testing three dealer hedging constraint patterns (gamma positioning, stock pinning, 0DTE hedging) on 242 trading days (95.6% coverage) of S&P 500 options data, we find LLMs achieve 71.5% detection rate using unbiased prompts that provide only raw gamma exposure values without regime labels or temporal context. The WHO-WHOM-WHAT causal framework forces models to identify the economic actors (dealers), affected parties (directional traders), and structural mechanisms (forced hedging) underlying observed market dynamics. Critically, detection accuracy (91.2%) remains stable even as economic profitability varies quarterly, demonstrating that models identify structural constraints rather than profitable patterns. When prompted with regime labels, detection increases to 100%, but the 71.5% unbiased rate validates genuine pattern recognition. Our findings suggest LLMs possess emergent capabilities for detecting complex financial mechanisms through pure structural reasoning, with implications for systematic strategy development, risk management, and our understanding of how transformer architectures process financial market dynamics.

Summary

Main Finding

Large language models (LLMs) can detect structural market mechanisms (dealer hedging constraints) from purely obfuscated options market inputs, achieving a 71.5% detection rate with unbiased prompts and 91.2% of those detections materializing in forward returns. The authors introduce "obfuscation testing" and a WHO→WHOM→WHAT causal prompt framework to force models to identify actors, affected parties, and forced actions rather than rely on temporal or ticker memorization.

Key Points

  • Obfuscation testing: remove all memorizable context (dates, tickers, events, regime labels) while preserving numeric structure (GEX, concentration metrics, spot, relative times).
  • WHO→WHOM→WHAT causal template requires the LLM to specify:
    • WHO: constrained economic actor (e.g., dealers short gamma)
    • WHOM: affected parties (e.g., directional traders)
    • WHAT: forced action/mechanism (e.g., sell into rallies, buy dips)
  • Three pattern framings (same underlying dealer hedging mechanics):
    • Gamma Positioning (technical greek lens)
    • Stock Pinning (strike-concentration lens)
    • 0DTE Hedging (temporal / same-day expiration lens)
  • Detection performance (unbiased prompts, obfuscated data; n = 242 trading days, SPY, 2024):
    • Gamma Positioning: 69.4% detection, 92.5% predictive accuracy
    • Stock Pinning: 67.4% detection, 90.4% predictive accuracy
    • 0DTE Hedging: 77.7% detection, 90.8% predictive accuracy
    • Average detection: 71.5% (95% CI: 68.2%–74.8%), average predictive accuracy: 91.2%
  • Biased prompts (regime labels/hints) raise detection to 100% (used as an upper bound).
  • Validation levels and thresholds:
    • Level 1: Detection ≥ 60% (mechanical classification) — exceeded
    • Level 2: Prediction materialization ≥ 80% — exceeded (91.2%)
    • Level 3: Correct WHO→WHOM→WHAT ≥ 90% — achieved (100% for detected patterns)
  • Statistical testing: binomial tests with Bonferroni correction (α = 0.05/3 = 0.0167); sample size yields >99% power to distinguish 70% vs 50% baseline with n = 242.
  • GEX operationalization: GEX = Σ Γi × OIi × 100 × S^2 (call gamma positive, put gamma negative). Pattern thresholds used (examples): Gamma Positioning net GEX < -$2B, Stock Pinning OI concentration > 80%, 0DTE: expiration=0 and |GEX| > $3B.
  • Validation pipeline: GEX calculator → Data obfuscator → LLM agent (structured outputs: WHO/WHOM/WHAT/confidence/time horizon) → Outcome calculator (T+1/T+3 returns, realized vol) → Statistical validator.
  • Robustness claim: detection remains stable even as economic profitability varies across quarters — interpreted as models detecting structural constraints rather than profitable anomalies.
  • Limitations acknowledged by authors: black-box nature of transformers (no internal attribution), GEX is an inferred measure (assumptions about customer positions), focus on SPY only, and the need to separate structural detection from trading alpha.

Data & Methods

  • Dataset: SPY options end-of-day snapshots for 2024 (Jan 2–Dec 31), 242 trading days (95.6% coverage of expected 253 days); includes bid/ask, open interest, implied vols, and Greeks across strikes (typically ±10% of spot).
  • Temporal obfuscation protocol (applied before prompting):
  • Convert absolute dates to relative labels ("Day T+0", "T+1", ...)
  • Replace tickers with generic IDs ("INDEX_1")
  • Remove event labels (Fed, earnings, etc.)
  • Strip volatility regime context (e.g., VIX)
  • Remove day-of-week and OpEx labels
  • Preserved inputs: net GEX (dollar), directional gamma breakdown, spot price, flip points, strike concentration metrics, relative time steps.
  • Prompt configurations:
    • Unbiased: neutral question using only obfuscated quantitative inputs; allows null detection.
    • Biased sensitivity: includes regime labels/hints that push detection (used to establish upper bound).
  • LLM output schema: WHO, WHOM, WHAT, confidence (0–100), time horizon.
  • Materialization rules: pattern-specific forward-return criteria (e.g., directional follow-through, increased realized volatility within T+1/T+3).
  • Evaluation metrics:
    • Detection Rate (confidence ≥60%)
    • Predictive Accuracy (materialized predictions / detections)
    • Economic Alpha (reported but separated; transaction costs assumed 5 bps per trade)
  • Statistical controls: binomial proportion tests with CI reporting; Bonferroni correction for multiple comparisons.

Implications for AI Economics

  • Evidence of emergent structural reasoning: The obfuscation-testing approach and high materialization rates suggest LLMs can infer causal market mechanisms from structural numeric inputs, not only memorize event-tagged outcomes. This extends LLM utility beyond text-based finance tasks to mechanistic market understanding.
  • New validation standard for financial LLM tasks: Obfuscation testing (stripping memorization signals while preserving structure) offers a practical methodology to distinguish genuine causal reasoning from data leakage—this is important for any research or product relying on LLMs for market microstructure inference.
  • Uses in systematic strategy design and risk management:
    • Strategy signals: LLM-detected structural patterns (gamma regimes, pinning) can serve as regime indicators for hedging and execution.
    • Risk monitoring: Models may flag days with forced-flow risk (e.g., large negative GEX + concentration), informing liquidity and margin policies.
  • Market surveillance and regulatory concerns:
    • Accessibility of structural detection could enable participants to identify forced-flow windows and potentially front-run or exacerbate volatility; regulators may need to monitor deployment and access.
  • Research directions for AI economics:
    • Extend obfuscation testing to other instruments, higher-order Greeks (vanna, charm), direct order-flow data, and multi-asset contexts.
    • Combine obfuscation testing with formal causal identification (e.g., instrumental variables, event studies) to more tightly link model-detected patterns to causal market effects.
    • Investigate model internals (attention, representations) to understand how transformers encode mechanistic market relationships and whether those encodings generalize.
  • Cautions: detection ≠ explainability; high detection/materialization rates in a liquid index (SPY) do not guarantee generalization to less liquid assets; GEX measurement assumptions and obfuscation cannot entirely rule out subtle dataset artifacts—careful external replication and broader tests are necessary before operational deployment.

Assessment

Paper Typedescriptive Evidence Strengthmedium — The paper provides empirical testing on real market data with clear counterfactual-style manipulations (no-label vs labeled prompts, stability across profitability regimes) and a sizable sample (242 trading days). However, it evaluates a small set of patterns in a single market (S&P 500 options), lacks full transparency on model versions, prompt sensitivity, label/ground-truth construction, statistical uncertainty/reporting, and robustness to alternative specifications—limiting confidence that results demonstrate general LLM causal reasoning rather than dataset- or prompt-specific artifacts. Methods Rigormedium — Strengths include use of real high-frequency market data, near-complete coverage (95.6%), and explicit manipulation tests (unbiased vs labeled prompts; profitability stratification). Weaknesses are limited detail on annotation/ground-truthing of regimes, absence of pre-registered tests or multiple model families, unclear statistical inference (confidence intervals, hypothesis tests), potential selection or labeling biases, and no reported ablation or adversarial prompt/holdout checks to rule out spurious cues. Sample242 trading days (95.6% coverage) of S&P 500 options market data used to construct daily gamma exposure series and label occurrences of three dealer-hedging constraint patterns: gamma positioning, stock pinning, and 0DTE hedging; LLMs evaluated on detection of regimes from raw gamma exposure values under different prompting conditions. Themesinnovation adoption IdentificationPrompt-based out-of-sample detection test: provide LLMs only raw daily gamma exposure values (no regime labels or temporal context) and ask models to identify one of three dealer-hedging constraint patterns; compare performance when regime labels are provided; test stability of detection accuracy across quarterly profitability regimes to argue detection is structural rather than profit-driven; WHO-WHOM-WHAT causal framing used to enforce actor-mechanism identification. GeneralizabilitySingle asset class (S&P 500 options) — may not generalize to equities outside SPX, other derivatives, fixed income, FX, or commodities., Only three specific dealer-hedging patterns studied — findings may not extend to other market mechanisms or more complex multi-factor regimes., Unclear model dependence — results may vary by LLM architecture, size, or training data and are not shown across multiple models., Prompting and label construction choices may be idiosyncratic, reducing replication across teams or real-time deployment., Coverage limited to the sampled period and 242 trading days — different macro regimes or rare events could change performance.

Claims (8)

ClaimDirectionOutcomeConfidence & EvidenceDetails
We introduce obfuscation testing, a novel methodology for validating whether large language models detect structural market patterns through causal reasoning rather than temporal association. Other positive introduction of a new validation methodology (obfuscation testing)
Reading fidelity high
Study strength speculative
not reported
0.03
We test three dealer hedging constraint patterns (gamma positioning, stock pinning, 0DTE hedging) on 242 trading days (95.6% coverage) of S&P 500 options data. Other positive dataset scope and coverage (number of trading days, percent coverage)
Reading fidelity high
Study strength high
n=242
95.6% coverage
0.3
LLMs achieve a 71.5% detection rate using unbiased prompts that provide only raw gamma exposure values without regime labels or temporal context. Output Quality positive detection rate of structural market patterns by LLMs under unbiased prompting
Reading fidelity high
Study strength medium
n=242
71.5% detection rate
0.18
The WHO-WHOM-WHAT causal framework forces models to identify the economic actors (dealers), affected parties (directional traders), and structural mechanisms (forced hedging) underlying observed market dynamics. Other positive model identification of actors, affected parties, and mechanisms
Reading fidelity high
Study strength low
not reported
0.09
Detection accuracy (91.2%) remains stable even as economic profitability varies quarterly, demonstrating that models identify structural constraints rather than profitable patterns. Output Quality positive detection accuracy stability across changing profitability regimes
Reading fidelity medium
Study strength medium
91.2% detection accuracy
0.11
When prompted with regime labels, detection increases to 100%, but the 71.5% unbiased rate validates genuine pattern recognition. Output Quality positive detection rate with regime-labeled prompts versus unbiased prompts
Reading fidelity high
Study strength medium
n=242
100% detection rate (with regime labels)
0.18
Our findings suggest LLMs possess emergent capabilities for detecting complex financial mechanisms through pure structural reasoning. Other positive emergent capability of LLMs to detect financial mechanisms
Reading fidelity medium
Study strength speculative
not reported
0.02
These capabilities have implications for systematic strategy development, risk management, and our understanding of how transformer architectures process financial market dynamics. Other positive implications for applications (strategy, risk management) and theory (model processing of market dynamics)
Reading fidelity high
Study strength speculative
not reported
0.03

Notes