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 →

LLM-extracted structured event features improve cross-sectional stock return forecasts, with a novel SER-attention model outperforming existing text-driven approaches. The approach also yields interpretable event structures that help explain the sources of predictability.

Structured Event Representation and Stock Return Predictability
Gang Li, Dandan Qiao, Mingxuan Zheng · December 22, 2025
arxiv correlational 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. Gang Li unresolved corpus identity
  2. Dandan Qiao unresolved corpus identity
  3. Mingxuan Zheng unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Gang Li provider ID
  2. Dandan Qiao provider ID
  3. Mingxuan Zheng provider ID
Structured event features extracted by a pre-trained LLM, fed into a SER-based attention model, produce superior out-of-sample cross-sectional stock return predictions and provide interpretable event-level mechanisms for the predictive signal.

Citation observations

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

We find that event features extracted by large language models (LLMs) are effective for text-based stock return prediction. Using a pre-trained LLM to extract event features from news articles, we propose a novel deep learning model based on structured event representation (SER) and attention mechanisms to predict stock returns in the cross-section. Our SER-based model provides superior performance compared with other existing text-driven models to forecast stock returns out of sample and offers highly interpretable feature structures to examine the mechanisms underlying the stock return predictability. We further provide various implications based on SER and highlight the crucial benefit of structured model inputs in stock return predictability.

Summary

Main Finding

Structured event representations (SERs) extracted by large language models (LLMs) — where each news article is converted into subject–action–object triplets (with canonical entity links) — substantially improve cross-sectional stock return predictability relative to standard text approaches (sentiment scores and document embeddings). A SER-based attention model delivers economically meaningful out-of-sample gains (high Sharpe ratios and a positive Fama–French five-factor alpha) and yields highly interpretable, event-level attributions that map news to returns and to firm comovement.

Key Points

  • Core idea: Use LLMs not as opaque embedding machines but as controllable extractors to produce structured, human-readable event triplets (subject, action, object, plus context and canonical links).
  • Prompt engineering + in-context exemplars + LLM-based validation are used to enforce a JSON triplet format and reduce hallucination.
  • Entity linking (DBpedia URLs) standardizes surface variants and enables aggregating the same real-world entity across articles.
  • Model architecture: stock-specific representation × event representations, attention over multiple events to weight their importance, aggregated event vector passed to an MLP trained with MSE to predict stock returns.
  • Empirical performance (U.S. stocks, newspaper full-text):
    • Daily predictions: annualized return 10.93%, Sharpe ratio 0.78.
    • Weekly predictions: annualized return 5.23%, Sharpe ratio 0.63.
    • Positive and significant Fama–French five-factor α — predictive gains not explained by standard risk premia.
    • Outperforms sentiment-based and semantic-embedding (BERT/FinBERT) benchmarks across tests.
  • Interpretability:
    • Gradient-based attribution quantifies each event/entity’s marginal contribution to predicted returns, enabling ranking of drivers (earnings, policy, capital flows, corporate actions).
    • Shows heterogeneity of informativeness across events, entities, and horizons (daily vs weekly drivers differ).
  • Connected-stocks / comovement: firms that share exposure to high-importance entities exhibit stronger return comovement around events tied to that entity; comovement strength scales with entity importance.
  • Practical design choices: post-extraction validation, re-generation and discarding heuristics to limit noisy/hallucinated events.

Data & Methods

  • Data
    • Source: Full-text newspaper articles covering U.S. firms (details and exact newspapers likely in the paper’s data section).
    • Target: Cross-sectional return prediction at daily and weekly horizons for U.S. stocks.
  • Event extraction pipeline
    • LLM prompts force JSON outputs with fields: subject, subject_link (DBpedia), action, object, object_link (DBpedia), context (location/metadata).
    • Use of in-context examples to guide format and content.
    • Entity linking via DBpedia canonical URLs to unify surface variants.
    • Post-processing validator implemented with an LLM “judge” to check conformity and semantic consistency; failing outputs are regenerated up to a limit or dropped.
    • Implementation reported using commercial GPT-series APIs.
  • Model architecture
    • Stock-specific representation encodes firm-level features relevant to returns.
    • Each article → multiple SER triplets → embedded into event vectors.
    • Attention mechanism assigns dynamic weights across concurrent events to capture heterogeneous informativeness.
    • Aggregated event representation interacts with stock representation and is fed to a multi-layer perceptron (MLP) predicting stock returns.
    • Loss: mean squared error (MSE).
  • Evaluation
    • Out-of-sample prediction and portfolio-sorting exercises.
    • Benchmarks: sentiment-score models, document-embedding models (BERT/FinBERT), and likely simple baselines.
    • Metrics: annualized return, Sharpe ratio, Fama–French five-factor alpha, Fama–MacBeth regressions for cross-sectional predictability, and comovement statistics for entity-based linkages.
  • Interpretability & diagnostics
    • Gradient-based attribution to compute marginal contributions of events/entities to predicted returns.
    • Topic/role grouping of events to compare horizon-specific drivers.
    • Entity importance grouping to test for induced comovement.

Implications for AI Economics

  • Methodological implication: LLMs are more valuable as structured-information extractors than black-box embedding providers for economic prediction tasks. Controllable prompt design + canonical entity linking yields inputs that are both predictive and economically interpretable.
  • Transparency and attribution: SERs make it feasible to connect model signals to concrete economic mechanisms (earnings, policy, M&A, flows), improving trust, auditability, and the capacity for economic interpretation — important for both research and regulated deployment.
  • Asset pricing and market microstructure:
    • Event-level signals enable richer tests of information diffusion, news-driven comovement, and connected-stocks hypotheses by explicitly tracing which entities/events link firms.
    • The model’s positive risk-adjusted returns suggest text-extracted event information can capture predictable cross-sectional variation not explained by standard factor models.
  • Policy and market-design: Tools that produce interpretable event-level attributions can help regulators and market participants monitor information channels, detect concentrated informational impacts, and assess market responses to firm- or entity-specific shocks.
  • Practical deployment considerations:
    • Reproducibility and cost: reliance on commercial LLM APIs raises issues of cost, model-versioning, and reproducibility; open models/standardized prompts and knowledge graphs can mitigate this.
    • Hallucination and coverage risks: validation steps and canonical linking are necessary but imperfect; coverage of DBpedia and other knowledge bases may limit entity mapping in niche domains.
  • Directions for future research:
    • Extend SER approach to other asset classes, geographies, and languages; compare alternative knowledge graphs and entity-linking methods.
    • Combine SERs with causal identification strategies to move from prediction to causal inference about news impacts.
    • Explore end-to-end LLM forecasting vs structured-extraction + downstream model tradeoffs in finance.
    • Assess market-impact, liquidity, and strategic behavior arising from event-driven trading signals.

Assessment

Paper Typecorrelational Evidence Strengthmedium — The paper presents out-of-sample predictive evidence that LLM-extracted structured event features improve cross-sectional stock return forecasts, which is appropriate evidence for a forecasting claim; however, it does not establish causal mechanisms, may be vulnerable to data-snooping/overfitting, and appears to lack assessment of economic significance after realistic trading frictions and robustness to alternative sample periods or news sources. Methods Rigormedium — Uses modern tools (pre-trained LLMs, structured event representation, attention-based deep learning) and out-of-sample evaluation with baseline model comparisons and interpretability checks, which indicates reasonable rigor for a forecasting paper; but absent details on baseline tuning parity, multiple holdout periods, transaction-cost-adjusted performance, sensitivity to LLM choice and hyperparameters, and potential look-ahead/data leakage, the methodological rigor cannot be rated as high. SampleFirm-level stock returns matched with a corpus of news articles; event features are extracted from text by a pre-trained large language model and structured into a SER representation, then used to train an attention-based neural model for cross-sectional return prediction with training/validation/test (out-of-sample) splits; exact time span, geographic market, frequency (daily/monthly), number of firms, and news sources are not specified in the summary. Themesinnovation adoption GeneralizabilityLikely trained/tested on a specific market or time period (unclear) — performance may not generalize across countries or market regimes., Results depend on the chosen pre-trained LLM and news-source selection; different LLMs or corpora could yield different features., Predictive gains shown at the statistical level may not translate to implementable economic profits after transaction costs, market impact, and trading constraints., May perform differently across firm sizes/sectors; model may rely on firms with richer news coverage., Model stability over time (concept drift) and robustness to future news language shifts is uncertain.

Claims (4)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Event features extracted by large language models (LLMs) are effective for text-based stock return prediction. Firm Revenue positive stock return prediction (cross-sectional stock returns)
Reading fidelity high
Study strength medium
not reported
0.3
Our SER-based model provides superior performance compared with other existing text-driven models to forecast stock returns out of sample. Firm Revenue positive out-of-sample forecasting performance for stock returns
Reading fidelity high
Study strength medium
not reported
0.3
The SER-based model offers highly interpretable feature structures to examine the mechanisms underlying the stock return predictability. Decision Quality positive interpretability of model features / ability to examine mechanisms of stock return predictability
Reading fidelity high
Study strength medium
not reported
0.3
Structured model inputs (SER) provide a crucial benefit in stock return predictability. Firm Revenue positive stock return predictability
Reading fidelity high
Study strength medium
not reported
0.3

Notes