finance2026-08-28

From Language to Incremental Edge: Engineering LLM Semantics into Quantitative Models

An LLM becomes useful to quantitative finance only when its semantic measurements improve a strong point-in-time numerical forecast, remain calibrated out of sample, and survive realistic trading costs.

Outline
THE BRIEF
THE QUESTION

How should LLM-derived semantic measurements be integrated with strong numerical forecasts, and what test would show that they add edge rather than restate known information?

WHY IT MATTERS

A language model can understand a filing or earnings call yet add nothing to an investment process; semantic competence, forecast value, and executable utility are different things.

THE ANSWER

Start with a fixed, evidence-linked event schema, deterministic arithmetic, and a strong point-in-time numerical baseline. Treat a same-capacity cross-fitted residual learner using only XX as the control for one using XX and semantic features ZZ; attribute lift only to the latter's increment. Keep other fusion designs conditional on the interaction they need, calibrate predictive outputs on earlier data, and evaluate decisions after latency, risk, and costs. Then run the stack as a frozen forward challenger before it can influence capital. Historical evidence cannot establish permanence or rank every fusion family under one target and cost model; the prospective test must decide whether net utility survives under the evaluated conditions.

In The LLM Edge in Finance Is a Division of Labor, we argued that an LLM’s most defensible edge is not to replace numerical forecasting, portfolio optimization, risk, or execution, but to turn the meaning in filings, earnings calls, news, and research into information the quantitative stack can test.

This report takes the next step: how should those semantic measurements be constructed, combined with strong point-in-time numerical models, and evaluated to determine whether they add genuine incremental edge?

What would count as incremental edge?

A model can read an earnings call correctly and still contribute nothing to an investment process.

It may notice that management lowered guidance, changed the basis of comparison, avoided a question about demand, or described a constraint that has not yet appeared in reported numbers. Those observations can be economically meaningful. But unless they change a forecast beyond what prices, fundamentals, consensus estimates, and market conditions already imply, they are interpretations—not edge.

But “let the LLM handle language” is only an architectural slogan. A real system still has to decide what the language model should measure, how that measurement becomes a feature or forecast, where it meets the numerical model, how uncertainty is calibrated, and what happens when an equally well-tuned numerical-only system performs just as well.

The useful unit of design is therefore not the LLM agent. It is the complete path from a document available at time tt, through a reproducible semantic measurement, to a forecast and decision that can be evaluated after tt. Once that path is explicit, feature fusion, residual models, forecast ensembles, and portfolio views become testable alternatives rather than fashionable labels. More importantly, the resulting experiment can answer the only question that matters here: did language provide new information, or merely redescribe information the quantitative system already knew?

The central estimand is one conditional prediction. It cannot by itself settle document availability, model-training leakage, execution, capacity, or prospective replication; those remain separate conditions developed below.

At decision time tt, let XtX_t contain everything in the numerical information set: prices, volume, point-in-time fundamentals, consensus expectations, factor exposures, liquidity, and market state. Let DtD_t contain only documents that were actually public and processable by that time: news, earnings calls, regulatory filings, and research text. An LLM or another language model transforms those documents into a semantic measurement,

Zt=gθ(Dt),Z_t=g_\theta(D_t),

which might be a structured event, a vector of features, an embedding, a portfolio view, or a forecast. A numerical-only model estimates f0(Xt)f_0(X_t); the augmented model estimates f1(Xt,Zt)f_1(X_t,Z_t). The object worth calling “LLM edge” is

δ(Xt,Dt)=E ⁣(Yt,hXt,Dt)E ⁣(Yt,hXt).\delta^*(X_t,D_t) = \mathbb E\!\left(Y_{t,h}\mid X_t,D_t\right) - \mathbb E\!\left(Y_{t,h}\mid X_t\right).

This definition makes the burden of proof explicit. Semantic competence is neither a forecast nor a trade. Text adds value only if it changes the conditional distribution of a future target after the conventional information set is known. The estimate must also begin at a feasible decision clock and remain valuable after risk, turnover, market impact, borrow, capacity, data, and inference costs.

That leads to a modular architecture:

point-in-time documents D_tsemantic measurement Z_t
point-in-time numerical state X_t
calibrated forecastrisk/cost modelposition

The LLM is best viewed initially as a measurement instrument for language. It can be promoted to a larger forecasting role if the evidence supports that choice, but arithmetic, calibration, risk estimation, and portfolio construction should remain explicit numerical operations. This is a testable division of labor, not a claim that every modular hybrid will beat every end-to-end model.

Start with the target and the clock

Before choosing an embedding or a fusion layer, specify exactly what is predicted and when the prediction could have been acted upon. For an equity event strategy, a useful target is

Yi,t,h=ri,t+:t++hβ^i,tFt+:t++h,Y_{i,t,h} = r_{i,t+\ell:t+\ell+h} - \hat\beta_{i,t}^{\top}F_{t+\ell:t+\ell+h},

where tt is the system's document-availability time, \ell includes ingestion, inference, order-routing, and market-opening delay, and FF removes market, industry, style, or other chosen risk exposures. This makes YY a residual return over a tradable window rather than a raw move that may already have occurred.

Three targets must not be conflated:

  • Immediate price discovery: the return from release until the first executable quote. This can establish that the model measures how markets interpret an event, but normally cannot establish a strategy's attainable alpha.
  • Post-event drift: the return after the first feasible trade. This is the appropriate target for a short-horizon trading claim.
  • Fundamental outcomes: later earnings surprises, margins, sales, volatility, default, or analyst revisions. These can be better tests of whether an extracted event captures the proposed economic mechanism.

This distinction is not pedantic. A real-time agentic-AI benchmark around earnings announcements evaluates contemporaneous return explanation using information available at announcement time. That is valuable evidence about semantic measurement and price discovery, but its target does not by itself establish post-execution alpha.[11] Similarly, if a headline says that shares fell after guidance was cut and the label includes that already-realized fall, the model is reading the answer from the document rather than forecasting the future.

The target specification should therefore include the asset universe, event-time convention, forecast horizon, execution lag, return adjustment, label-maturity rule, and cost model before model selection begins. For overlapping multi-day targets, training and evaluation windows must be separated so that no training label reaches into the test period. The same document, horizon, and trade clock must be used by every baseline.

Build the numerical model that semantics must beat

A credible benchmark estimates

p0(Yi,t,hXi,t,Mt),p_0(Y_{i,t,h}\mid X_{i,t},M_t),

where MtM_t is the common market state. The contents of XX depend on the target, but a serious equity benchmark commonly includes:

  • price and volume features such as momentum, reversal, gaps, volatility, volume surprise, liquidity, spreads, and order-flow proxies;
  • point-in-time fundamentals and expectations such as valuation, profitability, investment, accruals, leverage, operating trends, analyst consensus, and realized-versus-expected surprises;
  • market and regime variables such as rates, credit spreads, volatility, market liquidity, sector conditions, and macro releases;
  • cross-sectional relationships such as size, industry, factor exposure, supply-chain links, and each signal's rank within the contemporaneous universe.

The benchmark should not be artificially linear. Large-scale empirical asset-pricing comparisons find that trees and neural networks can exploit nonlinear interactions and repeatedly identify momentum, liquidity, and volatility as important predictors.[1] The practical implication is that an LLM feature must beat a well-tuned nonlinear numerical model, not just the historical mean or a small regression.

Alpha and risk models should remain separate. Text may improve expected returns or event-risk forecasts; covariance, factor exposure, liquidity, and portfolio constraints are usually better estimated from numerical histories. Holding the risk model fixed while comparing alpha models also makes attribution cleaner.

Turn documents into an auditable semantic data product

The economically meaningful object is not the prose itself but a latent event: a guidance revision, a supply interruption, a regulatory action, a change in pricing power, a management-credibility signal, or a cross-firm propagation channel. The language model supplies a noisy measurement of that event:

DtC^t=gθ(Dt)Ztp(YX,Z).D_t \longrightarrow \widehat C_t=g_\theta(D_t) \longrightarrow Z_t \longrightarrow p(Y\mid X,Z).

A reliable implementation separates provenance, extraction, deterministic transformation, and economic prediction.

Preserve document provenance

For each source artifact, retain event time, publisher time, vendor receipt time, system receipt time, version or correction status, document identifier, issuer/entity mapping, source, language, and document type. Also archive the exact model version, prompt or extraction specification, retrieval snapshot, input hash, and output hash. Story-chain and duplicate identifiers matter: ten syndicated copies of one article are not ten independent signals.

Entity resolution must itself be point-in-time. A historical article can be linked only to the ticker, issuer, industry, and supply-chain relationships known then. Corrections and withdrawals should create new versions rather than silently overwriting the text used by an earlier forecast.

Extract constrained events, not investment essays

A useful first representation is a fixed schema whose fields can be scored independently, for example:

{
  "entity": "issuer_or_related_asset",
  "event_type": "guidance_revision",
  "metric": "operating_margin",
  "direction": "down",
  "magnitude_text": "reported_range",
  "comparison_basis": "prior_company_guidance",
  "horizon": "next_fiscal_year",
  "certainty": "explicit",
  "novelty": "estimated_score",
  "relevance": "estimated_score",
  "channels": ["cash_flow", "supplier_demand"],
  "evidence_spans": ["supporting source span"]
}

Document-level financial event extraction predates modern general-purpose LLMs: systems such as Doc2EDAG represent entities and event roles across sentences and score structured event records directly.[2] The lesson is architectural, not historical: auditability comes from predefined roles, entity linkage, and source-aligned spans, not from a fluent free-form rationale.

Arithmetic should be executable. The language model can locate quantities, identify their units and comparison basis, and propose an operation; deterministic code should compute the surprise, percentage change, aggregation, or valuation feature. TAT-QA formalizes this separation by selecting relevant table cells and text spans and then applying symbolic aggregation operators.[3] More recent finance evidence also documents sharp deterioration when LLMs must tally many values or reason over full statements with irrelevant information.[4] The safe interface is therefore source spans + typed quantities + program, followed by deterministic execution and validation.

Use two kinds of supervision

The measurement model and the economic model answer different questions and need different labels.

  1. Semantic labels test whether the event was understood: entity and event precision/recall, direction, magnitude bucket, horizon, comparison basis, causal role, and whether the cited span supports the output.
  2. Economic labels test whether a correctly measured event predicts returns, earnings, volatility, or another future outcome after conditioning on XX.

This prevents a common category error: better sentiment classification or event extraction does not prove investment value. It also makes failure diagnosable. A feature can fail because the event was extracted incorrectly, because the event was already priced, or because the downstream estimator was poorly specified.

Convert events into stable numeric features

From the structured record, construct low-dimensional features such as event probabilities, signed direction times relevance, surprise relative to prior guidance or contemporaneous consensus, novelty relative to the issuer's prior documents, certainty or hedging, management–analyst disagreement, Q&A responsiveness, propagation exposure, and horizon-specific event intensity. Dense embeddings can be retained as an alternative representation, but they should not replace the auditable features by default.

For multiple documents, aggregate only with weights learned from earlier data:

Si,t(k)=dDi,twsource,dwnovelty,deλk(ttd)sd(k).S_{i,t}^{(k)} = \sum_{d\in\mathcal D_{i,t}} w_{\text{source},d} w_{\text{novelty},d} e^{-\lambda_k(t-t_d)}s_d^{(k)}.

The essential point is that source reliability, novelty, and decay are explicit and estimated out of sample. Different event types deserve different half-lives. A one-day analyst action and a multi-quarter regulatory constraint should not share a mechanically chosen decay.

Choose fusion by what must interact

Keep one machine in view first: a cross-fitted numerical baseline, a matched residual learner, and the semantic system running as a challenger. The earlier guidance-cut case makes the sequence concrete. Once the fixed schema records direction, comparison basis, horizon, and evidence spans, the residual test asks whether that measurement forecasts what the numerical baseline missed.

The other fusion designs are conditional satellites, introduced only when the interaction under test requires them. Feature-, representation-, forecast-, and view-level describe where information meets. Residual describes the prediction target. Challenger describes an operational role. Ensemble describes a combination rule. They can coexist: a residual model can use feature-level inputs and later become one member of a forecast ensemble.

TABLE 1
DesignOperationMain strengthMain risk and suitable conditions
Feature-levelFit f(X,S)f(X,S) using structured semantic scores beside tabular variablesInterpretable, sample-efficient, easy to ablate and monitorThe schema may discard nuance; best first choice when labels are limited or governance is strict
Representation-levelFit f(X,z)f(X,z) using projected embeddings, attention, or a joint latent spaceCan learn negation, long-range context, and X×zX\times z interactionsHigh dimensionality, weak auditability, and greater memorization/regime risk; needs large, diverse, time-separated samples
Forecast-levelEstimate numerical and text forecasts separately, then stack, pool, or gate themModular replacement, separate calibration, clear model diagnosticsMisses low-level interactions and may double-count common information when errors are correlated
View-levelTranslate semantics into Pμ=q+εP\mu=q+\varepsilon, with uncertainty Ω\Omega, then update a priorNatural for relative-value and portfolio constructionMapping assets, horizons, and uncertainty is difficult; model self-confidence is not Ω\Omega
ResidualLearn Yf^0(X)Y-\widehat f_0(X) from ZZ, optionally conditional on XXDirectly tests incremental information and protects a mature baselineRequires cross-fitted residuals; additive form can miss synergies and must be retrained when the baseline changes
ChallengerRun the semantic system in shadow mode against a championSafest attribution and operational learningA governance role, not a fusion mechanism; it creates evidence, not automatic portfolio value
EnsembleCombine forecasts with fixed, stacked, Bayesian, or regime-gated weightsCan exploit complementary errorsWeights and gates are another search space; the comparator must be the same ensemble with the LLM removed

There is no evidence-based universal ranking. One chronological financial study reports that a specialized architecture with modality-specific processing beats several unimodal and multimodal alternatives, while also finding that where cross-modal attention is introduced matters.[5] The same evidence base contains cases in which naïve multimodal inputs do not beat text alone. The conclusion is that interaction structure must be tested under matched data and clocks—not that “more modalities” is intrinsically better.

View-level fusion is mathematically clean when the inputs are genuine views. In a Black–Litterman-style update,

μpost=solve ⁣(inv(τΣ)+Pinv(Ω)P,  inv(τΣ)μprior+Pinv(Ω)q).\mu_{\text{post}} = \operatorname{solve}\!\left( \operatorname{inv}(\tau\Sigma)+P^\top\operatorname{inv}(\Omega)P,\; \operatorname{inv}(\tau\Sigma)\mu_{\text{prior}}+P^\top\operatorname{inv}(\Omega)q \right).

Here PP identifies assets or relative positions, qq contains expected returns, and Ω\Omega represents view-error uncertainty; smaller view variance gives the view more influence.[6] For an LLM, PP, qq, the horizon, and Ω\Omega must be learned and validated from historical out-of-sample errors by event type, source, and regime. A model's statement of high confidence is not a calibrated return distribution.

Why residual learning is the cleanest first experiment

Residual learning directly targets the conditional increment. First generate walk-forward or cross-fitted baseline forecasts, never fitted values from the same observations:

e^i,t=Yi,tf^0(t)(Xi,t).\widehat e_{i,t} =Y_{i,t}-\widehat f_0^{(-t)}(X_{i,t}).

Then fit two residual learners under identical cross-fitting, capacity, tuning budget, timestamps, and costs:

e^i,t=hϕ(X)(Xi,t)+ηi,t,e^i,t=hϕ(X,Z)(Xi,t,Zi,t)+ηi,t,f^1=f^0+h^.\widehat e_{i,t}=h_\phi^{(X)}(X_{i,t})+\eta_{i,t}, \qquad \widehat e_{i,t}=h_\phi^{(X,Z)}(X_{i,t},Z_{i,t})+\eta_{i,t}, \qquad \widehat f_1=\widehat f_0+\widehat h.

The numerical residual learner h(X)h^{(X)} is the control for the semantic residual learner h(X,Z)h^{(X,Z)}. Attribute semantic lift only to the incremental performance of h(X,Z)h^{(X,Z)} over the same-capacity h(X)h^{(X)}, not to the augmented system's gain over the baseline alone.

An even stricter diagnostic residualizes the semantic features against the numerical state as well:

Y~=YE^(YX),Z~=ZE^(ZX).\widetilde Y=Y-\widehat{\mathbb E}(Y\mid X), \qquad \widetilde Z=Z-\widehat{\mathbb E}(Z\mid X).

If Z~\widetilde Z cannot forecast Y~\widetilde Y, the apparent semantic signal may only be a repackaged momentum, size, volatility, sector, or attention feature. Residual learning is a strong starting test because it asks the right incremental question; the current comparative literature does not establish it as the universally best production architecture. The guidance-cut case now has a falsifiable challenger; before interpreting its performance, validate the measurement, calibrate the forecast, and evaluate the decision separately.

Validate measurements, calibrate forecasts, and evaluate decisions

The three stages need separate checks: measurement validation assesses semantic accuracy, forecast calibration remaps predictive outputs, and decision evaluation measures utility under a fixed rule.

Measurement validation

On an independently annotated, time-stratified sample, report event and entity precision/recall, direction and magnitude accuracy, horizon accuracy, and evidence-span support. Break the errors down by year, industry, language, document type, source, event novelty, and document length. A generated explanation with no source-aligned evidence should not become a production feature.

Forecast calibration

Map scores to probabilities, means, quantiles, or full predictive distributions using a rolling validation set that precedes the test period. Platt scaling, isotonic regression, temperature scaling, or hierarchical shrinkage may be appropriate depending on sample size and output type; the calibrator is itself a fitted model and must obey the same time boundary.

Use Brier score or log loss for binary events, quantile loss for quantiles, and CRPS or another strictly proper score for distributions. Strictly proper scoring rules are designed to reward honest probability distributions rather than strategically exaggerated confidence.[7] Report reliability and sharpness together, plus calibration slope and interval coverage by event type and regime. Aggregate calibration can hide a model that is useful for large caps and inverted for small caps.

Before paying to acquire an expensive semantic feature at scale, run a viability test: fit the frozen downstream mapping on the validation data, perturb the proposed feature over prespecified values, and verify that the resulting forecast changes materially. If the downstream predictor, stacker, or gate assigns the LLM no effective weight, it has rejected the feature; more scoring volume cannot rescue a signal the frozen forecast ignores.

Decision evaluation

Finally evaluate the forecast through a fixed decision rule, for example

wt=argmaxw{wμ^tλ2wΣ^twCturnoverCimpactCborrow},w_t^*=\arg\max_w \left\{ w^\top\widehat\mu_t -\frac{\lambda}{2}w^\top\widehat\Sigma_t w -C_{\text{turnover}} -C_{\text{impact}} -C_{\text{borrow}} \right\},

subject to beta, sector, factor, liquidity, position, and short-availability constraints. Forecast accuracy can improve while decision utility falls because the improvement occurs in untradeable names, arrives too late, or demands excessive turnover. Trading-cost evidence from live institutional orders shows that implementability and capacity depend on liquidity, trade size, and portfolio design rather than a universal cost haircut.[16] The economic endpoint should therefore be incremental certainty-equivalent return or another predeclared net utility measure, not gross spread alone.

Enforce two point-in-time clocks

These checks are meaningful only if both the inputs and the model obey the clocks that generated them. Data point-in-time and model point-in-time are independent requirements.

Data point-in-time

Every observation needs both the period it describes and the time it became available. A fiscal-period end is not the availability time of a filing. The SEC's EDGAR APIs update submissions and XBRL data as filings are disseminated and explicitly document different processing delays for the two feeds.[8] Macro series must use release vintages: ALFRED archives the real-time periods in which observations were released and later revised.[9] Today's final macro value, consensus reconstruction, or corrected filing cannot be inserted into an earlier forecast origin.

The same logic applies to the historical universe, delisted securities, ticker mappings, analyst estimates, document corrections, news syndication, transcript release, time zones, and observed vendor-to-system latency. Store the as-of snapshot used by each forecast rather than assuming it can be perfectly reconstructed later.

Model point-in-time

A data-clean backtest can still be contaminated by the language model itself. A model analyzing a 2015 headline in 2026 may have absorbed later outcomes during pretraining or post-training. A provider's nominal knowledge cutoff attests, at best, one part of the training pipeline; finance experiments find that look-ahead artifacts can materially inflate apparent performance and that numerical-reasoning weaknesses can coexist with high task scores.[4]

Company anonymization is a useful negative control, not a certificate of cleanliness. Glasserman and Lin compare named and anonymized financial headlines and find, within the model's training window, that anonymized headlines can perform better because company knowledge distracts from text sentiment; the experiment illustrates that memorization and distraction are separate effects.[10] An embedding is no safer merely because no return question was asked: future knowledge can be encoded in the representation.

The hierarchy of evidence is therefore:

  1. a time-indexed model whose pretraining and post-training cutoffs are auditable;
  2. a frozen released model evaluated only on events occurring after the complete model release, with retrieval, prompt, calibrator, and rule also frozen;
  3. consistently anonymized inputs used identically in research and live operation, as a diagnostic mitigation;
  4. a contemporary proprietary model replayed on events inside its training window, which is exploratory evidence only.

The strongest feasible test is a precommitted forward shadow: freeze model, prompt, retrieval corpus, schema, calibrator, baseline, portfolio rule, and code hashes; timestamp signals before outcomes; and prohibit tuning on shadow results. Historical robustness can reject known failure explanations. It cannot prove permanence, especially in reflexive markets where adoption changes prices.[11]

Run one matched walk-forward experiment

With both clocks enforced, a credible experiment is a sequence of untouched future blocks, not random row cross-validation:

Precommit: target, horizon, universe, lag, costs, LLM and prompt, extraction schema, candidate models, primary metric, stopping rule

For each forecast origin T_k:

  1. reconstruct every data and document input available by T_k
  2. admit only training labels fully matured before T_k
  3. keep an earlier inner window for prompts, hyperparameters, and calibration
  4. train the numerical baseline and save cross-fitted predictions
  5. generate semantic measurements with the model-PIT-compliant frozen stack
  6. fit the feature, residual, representation, or combination model
  7. predict the next untouched time block
  8. apply observed latency and the fixed execution/cost model
  9. lock predictions, positions, and outcomes before moving forward

If targets overlap, purge observations whose labels cross the boundary and use an embargo appropriate to the horizon. Preserve dependence when estimating uncertainty: same-day stocks, repeated issuer events, and syndicated stories are not independent rows. Date blocks, issuer/event clusters, or a block bootstrap are more credible than headline-level IID standard errors.

Use a baseline ladder, not one straw man

Run all competitors on the same universe, timestamps, target, compute or tuning budget, and cost model:

  1. historical mean or no-trade;
  2. regularized and nonlinear numerical baselines;
  3. dictionary sentiment and TF–IDF/bag-of-words with a regularized head;
  4. a supervised return-specific text model;
  5. a smaller domain encoder such as FinBERT-family models;
  6. LLM event features, embeddings, and direct forecasts separately;
  7. the numerical model plus each semantic representation;
  8. any residual, forecast-pooling, view, gated, or end-to-end system.

A smaller financial encoder is not a ceremonial baseline. Recent classification evidence reports that a fine-tuned bidirectional finance encoder can outperform much larger decoder LLMs on discriminative financial tasks, although that result does not establish return prediction.[12] The point is to test whether the proposed edge needs compositional semantics and scale, or merely better domain vocabulary and supervision.

Use ablations that can falsify the semantic story

For a residual design, the core comparison is the matched h(X)h^{(X)} versus h(X,Z)h^{(X,Z)} pair under identical cross-fitting, capacity, tuning budget, timestamps, and costs. For other architectures, compare XX with the identical model augmented by ZZ. Add controls that target specific alternative explanations:

TABLE 2
AblationWhat it testsFailure interpretation
LLM vs dictionary, bag-of-words, and smaller encoderNeed for higher-order semanticsThe gain may be ordinary sentiment or coverage
Structured events vs dense embeddingsWhether edge has an identifiable mechanismEmbedding-only gains are harder to audit and more exposed to memory
Named vs entity-anonymized textDependence on company knowledgeLarge instability indicates memorization or distraction
Remove “shares rose/fell” and other reaction phrasesTarget-window contaminationCollapse implies the model read an already-realized return
Correct asset mapping vs same-day, same-industry shuffled documentsAsset-specific semanticsSurvival implies a market-regime proxy rather than issuer information
Deduplicated vs syndicated-count inputArtificial attention amplificationCollapse means duplicates were counted as independent evidence
Prepared remarks vs Q&AInformation content vs interaction behaviorLocates whether tone, evasion, or surprise drives the result
Deterministic numbers removed vs semantics removedLanguage understanding vs arithmeticA numeric source should move into executable code
Leave-one-source, event type, issuer cluster, and regime outDependence on a narrow pocketCollapse implies weak transportability
Random or dimension-matched embeddingsExtra parameters vs semantic contentSimilar gains mean representation size, not meaning, may explain results

The ablation should match the claimed mechanism. If the claim is understanding negation, novelty, multi-entity causality, or Q&A disagreement, the gain should concentrate in examples that require those capabilities and disappear under sentence shuffling or neutral boilerplate. Once those controls expose what the gain depends on, the next question is whether it survives statistical, regime, and economic tests.

Demand statistical, regime, and economic evidence together

Forecast improvement can be summarized by incremental out-of-sample fit,

Rinc2=1(Yf^1)2(Yf^0)2,R^2_{\text{inc}} =1- \frac{\sum(Y-\widehat f_1)^2} {\sum(Y-\widehat f_0)^2},

alongside loss differences, rank IC and decay, calibration metrics, and results by liquidity, capitalization, event type, and horizon. Report confidence intervals around effects, not only p-values.

The inference method must match the comparison. A numerical model and the same model augmented with semantics are nested, so ordinary non-nested forecast tests are not automatically valid. Forecast-method research documents finite-sample distortions for nested, multi-step comparisons under serial correlation and proposes block/residual bootstrap procedures for those settings.[13] When many candidate models all nest one benchmark, reality-check-style nested comparison methods are available.[14] For genuinely non-nested forecasts, use a dependence-robust loss-differential test; with many models, use a multi-model procedure rather than a collection of uncorrected pairwise tests.

Multiplicity includes every prompt, model version, horizon, universe, event filter, aggregation window, fusion weight, portfolio cutoff, cost assumption, and stopping rule tried. Keep a permanent trial ledger, predeclare a primary specification, and apply family-wise, false-discovery, or superior-predictive-ability correction as appropriate. Sharpe estimates should also be adjusted for selection across trials and non-normal returns; the Deflated Sharpe Ratio was designed for precisely those two inflation channels.[15]

Regime evidence should ask whether the aggregate result is driven by one crisis, a few mega-cap earnings events, one vendor, or the best month. Report rolling performance and leave-cluster-out results across volatility, rates, liquidity, capitalization, sector, source, language, and event type. Remove the best-performing periods and event clusters. Add contemporaneous returns, volume shocks, analyst surprises, and numerical regime variables to test whether the semantic score remains conditionally informative.

Finally, trace the economic mechanism. If complex negative news is hypothesized to diffuse slowly, the effect should be stronger where attention or arbitrage capacity is limited and should decay after release. A pre-release signal suggests leakage or endogenous document timing; an effect confined to the release-to-first-quote interval suggests price-discovery measurement rather than attainable drift.

Promotion should require all of the following:

  • both data-PIT and model-PIT integrity;
  • positive, interval-supported out-of-sample improvement over strong numerical, classical-text, and smaller-encoder baselines;
  • semantic measurement accuracy and source spans consistent with the proposed mechanism;
  • survival after multiplicity correction, negative controls, and leave-cluster-out tests;
  • positive net utility under conservative latency, liquidity, impact, borrow, capacity, data, and inference costs;
  • reproduction in a frozen forward shadow with predeclared pass/fail bounds;
  • a stopping rule that reduces weight or reverts to the champion when calibration, IC, net utility, or data quality breaches a threshold.

Synthesis

Semantic capability becomes a quantitative signal through a chain of separately testable transformations:

point-in-time documentauditable semantic measurementconditional forecast incrementcalibrated distributioncost- and risk-aware decisionfrozen forward replication.\text{point-in-time document} \rightarrow \text{auditable semantic measurement} \rightarrow \text{conditional forecast increment} \rightarrow \text{calibrated distribution} \rightarrow \text{cost- and risk-aware decision} \rightarrow \text{frozen forward replication}.

The most defensible first implementation is therefore modest. Use the language model to extract a fixed, evidence-linked event schema; use deterministic code for magnitudes and surprises; attach the resulting features to a strong walk-forward numerical baseline, preferably beginning with a cross-fitted residual experiment; calibrate the forecast on an earlier rolling window; and run it as a frozen challenger before it can influence capital.

That sequence does not assume the modular design will win. It creates the cleanest opportunity for it to fail. If structured events add nothing beyond numerical and classical-text controls, stop. If only a dense embedding works, raise the evidence bar for memorization and mechanism. If the downstream mapper gives the feature zero weight, do not acquire more of it. If gross accuracy does not survive the execution clock and costs, call it semantic measurement rather than alpha. Only a signal that survives these tests has earned the narrower claim of incremental edge under the evaluated conditions.

Limitations

No historical study can prove that an LLM signal is permanent. Markets are adaptive, document feeds and model versions change, and a forward shadow establishes performance only over its observed period. The available evidence also does not provide a single point-in-time financial experiment comparing every fusion family—feature, representation, forecast, view, residual, challenger, ensemble, and end-to-end—under one target and cost model. Residual learning and challenger deployment are therefore recommended as clean tests and controls, not as empirically established universal winners.

Evidence is uneven across components. Official filing and macro sources support availability and revision clocks, while equivalent provenance standards for every news, transcript, and research vendor remain implementation-specific. Structured extraction and executable arithmetic are well motivated, but much of the directly auditable event-extraction literature predates current general-purpose LLMs. Some recent multimodal and finance-encoder results are preprints or concern classification rather than returns. Finally, transaction-cost studies establish that costs and capacity are portfolio-dependent; they do not supply a universal cost model for an LLM semantic strategy. Those gaps strengthen the case for matched local experiments and prospective evaluation rather than weakening the proof standard.

Passing these model-integration and evaluation tests does not confer deployment approval, operational risk-control ownership, execution permission, or authority to intervene in production. Those questions belong in a companion governance specification; forecast evidence alone cannot assign that authority. The open question is prospective: when the cross-fitted residual system is frozen and run forward as a challenger, does its semantic increment deliver positive net utility under the predeclared clock, costs, and stopping rule?

How we verified

This report carries no quantitative claims to trace.

Per-claim audit · support verdicts

18 of 18 marker instances bound & audited: 14 stated · 4 grounded · 3 verified, shown via source excerpt

14 stated4 grounded
Claims audited against sources · per-claim audit
100% 18 of 18 claims
Automated checks
Citation markers reconciled against the reference list Every cited URL verified against the evidence store Fact-to-citation attribution overlap checked Every named system grounded in a retrieved source Section citations confined to their pre-bound evidence set No standalone key figures in this report — nothing to trace
retrieved 252
passed relevance screening 148
in the writer's working set 144
cited 16

Evidence reflects sources as of publication (2026-08-28); citations last re-verified 2026-08-29.

These checks establish citation traceability and internal consistency. They do not independently reproduce the underlying experiments, guarantee that third-party figures are correct, or ensure that volatile values — prices, model versions, benchmark results — have not changed since retrieval.

References
  1. Empirical Asset Pricing via Machine Learning www.nber.org · captured 2026-08-28
  2. Doc2EDAG: An End-to-End Document-level Framework for Chinese Financial Event Extraction arxiv.org · captured 2026-08-28
  3. TAT-QA: A Question Answering Benchmark on a Hybrid of Tabular and Textual Content in Finance aclanthology.org · captured 2026-08-28
  4. Caution Ahead: Numerical Reasoning and Look-Ahead Bias in AI Models onlinelibrary.wiley.com · captured 2026-08-28
  5. Multimodal Language Models with Modality-Specific Experts for Financial Forecasting from Interleaved Sequences of Text and Time Series arxiv.org · captured 2026-08-28
  6. Black-Litterman Portfolio Optimization Using Financial Toolbox www.mathworks.com · captured 2026-08-28
  7. Strictly Proper Scoring Rules, Prediction, and Estimation stat.uw.edu · captured 2026-08-28
  8. EDGAR Application Programming Interfaces (APIs) www.sec.gov · captured 2026-08-28
  9. St. Louis Fed Web Services: ALFRED fred.stlouisfed.org · captured 2026-08-28
  10. Assessing Look-Ahead Bias in Stock Return Predictions Generated By GPT Sentiment Analysis arxiv.org · captured 2026-08-28
  11. Assessing the Benefits of Optimized Agentic AI Systems for Asset Pricing bfi.uchicago.edu · captured 2026-08-28
  12. FinBERT2: A Specialized Bidirectional Encoder for Bridging the Gap in Finance-Specific Deployment of Large Language Models arxiv.org · captured 2026-08-28
  13. On Bootstrapping Tests of Equal Forecast Accuracy for Nested Models onlinelibrary.wiley.com · captured 2026-08-28
  14. Reality Checks and Nested Forecast Model Comparisons ideas.repec.org · captured 2026-08-28
  15. The Deflated Sharpe Ratio: Correcting for Selection Bias, Backtest Overfitting, and Non-Normality www.davidhbailey.com · captured 2026-08-28
  16. Trading Cost of Asset Pricing Anomalies spinup-000d1a-wp-offload-media.s3.amazonaws.com · captured 2026-08-28