The Commonplace
Home Three-study pilot 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 →

Language models improve firm revenue forecasts by integrating niche alternative data: in a test of 304 firm-quarters across four commercial data channels, an LLM-based screening-plus-prediction system reduced unexplained variance and outperformed standard statistical models and analyst consensus in most cases, although the evidence is limited by small, proprietary samples and reporting gaps.

Making Alternative Data Work: Context-Augmented LLMs for Financial Forecasting
Jihoon Kwon, Lawrence Liu, Daekyung Park, Sumin Kim, Haverty Jack, Hoyoung Lee, Katherine Bjorkman, Josh McKenney, Peter Laurelli, Nicole Kagan, Zach Golkhou, Thorsten Neumann, Edward Tong, Pete Petersen, Yoon Kim, Alejandro Lopez-Lira, Yongjae Lee, Chanyeol Choi · September 10, 2026
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. Jihoon Kwon unresolved corpus identity
  2. Lawrence Liu unresolved corpus identity
  3. Daekyung Park unresolved corpus identity
  4. Sumin Kim unresolved corpus identity
  5. Haverty Jack unresolved corpus identity
  6. Hoyoung Lee unresolved corpus identity
  7. Katherine Bjorkman unresolved corpus identity
  8. Josh McKenney unresolved corpus identity
  9. Peter Laurelli unresolved corpus identity
  10. Nicole Kagan unresolved corpus identity
  11. Zach Golkhou unresolved corpus identity
  12. Thorsten Neumann unresolved corpus identity
  13. Edward Tong unresolved corpus identity
  14. Pete Petersen unresolved corpus identity
  15. Yoon Kim unresolved corpus identity
  16. Alejandro Lopez-Lira unresolved corpus identity
  17. Yongjae Lee unresolved corpus identity
  18. Chanyeol Choi unresolved corpus identity
A two-agent LLM framework that screens firm–channel relevance and then uses in-context learning with alternative data (card spending, web traffic, foot traffic, prediction markets) plus earnings-call transcripts improves firm-level revenue forecasting accuracy relative to baseline models and often beats analyst consensus on a moderate-sized test set.

Citation observations

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

When forecasting a firm's future financial performance, alternative data - data collected from non-traditional sources such as consumer transactions, web traffic, and prediction markets - can provide timely signals about firms' operating activities and broader market conditions. These signals may reveal information that is not captured by traditional public sources and can therefore provide complementary information for forecasting firms' future financial performance. However, firm-level alternative data often have limited historical coverage, are relevant only to specific prediction targets or subsets of firms, and are distributed across numerous heterogeneous channels, making them difficult to incorporate flexibly into conventional forecasting approaches. Meanwhile, large language models (LLMs) can interpret instructions, learn from in-context examples, and generate predictions by combining heterogeneous information without task-specific parameter updates. Motivated by this potential flexibility, we investigate whether an LLM can forecast firm performance by integrating alternative data with other financial information through in-context learning. We propose a two-agent framework that first identifies the firms for which each alternative data channel is likely to be informative and then predicts revenue using firm- and channel-specific context. We evaluate the framework across four commercial alternative data channels. In our experiments, adding alternative data in context alongside other financial information improves the LLM's forecasting relative to either source alone, and these forecasts are more accurate than those of standard forecasting baselines. These findings suggest that LLMs provide a flexible and practical approach to integrating alternative data with heterogeneous financial information.

Summary

Main Finding

A two-agent, tool-augmented in-context LLM framework can flexibly integrate heterogeneous commercial alternative data (card spending, web traffic, foot traffic, and KPI/prediction-market data) with conventional financial information (recent financial history and earnings-call transcripts) to improve firm-level revenue forecasting. Across four alternative-data channels and multiple revenue targets, using alternative data alongside earnings-call text and financial history (H+X+Z) yields consistently lower prediction error (FVU and MAE) than using financial history alone or standard supervised baselines, and beats analyst consensus on a majority of revenue-surprise events.

Key Points

  • Problem framed: firm-quarter revenue forecasting using three information types:
    • H: baseline financial history (recent quarterly revenues, analyst anchors)
    • X: structured alternative-data channel (one of card spend, web traffic, foot traffic, KPI markets)
    • Z: textual earnings-call transcripts
  • Two-agent framework:
  • Screening agent: LLM-based relevance classifier that decides whether a given channel is plausibly informative for a firm (INCLUDED/EXCLUDED) using firm description + channel definition (can use search tools).
  • Prediction agent: tool-augmented LLM that reads H, X, Z in context, queries background (company/channel metadata) as needed, and outputs revenue forecasts with rationale.
  • In-context learning advantage: avoids task-specific supervised retraining for each channel; leverages LLM capability to learn from examples and instructions provided at prediction time.
  • Empirical performance (selected numbers from test set Dec 2025–Jun 2026; 304 samples, 89 firms):
    • Card spending: FVU H = 0.207 → H+X+Z = 0.122 (MAE 3.51 → 2.49)
    • Web traffic: FVU H = 0.122 → H+X+Z = 0.021 (MAE 3.42 → 1.39)
    • Foot traffic: FVU H = 0.261 → H+X+Z = 0.141 (MAE 3.30 → 2.25)
    • KPI markets: FVU H = 0.209 → H+X+Z = 0.087 (MAE 6.74 → 3.91)
    • Combining all sources (H+X+Z) generally outperforms each subset (H, H+X, H+Z).
  • Comparison to supervised baselines:
    • Classical models (historical average, OLS, GBT) performed substantially worse than the LLM-based method.
    • An ensembled LLM baseline was competitive, but the two-agent, tool-augmented framework achieved the best or near-best results across channels.
  • Notable caveat: alternative data alone (H+X) sometimes helps (e.g., KPI markets), but can worsen performance for some channels/firms (e.g., foot traffic) if used indiscriminately—motivating the screening step.

Data & Methods

  • Targets: revenue Year-on-Year (YoY) growth, percent deviation from prior-year quarter, and revenue surprise vs. analyst consensus (early and latest).
  • Inputs and setup:
    • Test window: firm-quarters reported Dec 2025–Jun 2026.
    • In-context examples drawn from Feb 2024–Nov 2025.
    • For each test firm-quarter, models see the six preceding quarters of H and X and the prior earnings-call transcript Z.
    • Alternative-data sources: licensed feeds from Carbon Arc (card spending, web traffic, foot traffic) and Kalshi (KPI/prediction-market data).
    • Dataset size: 304 samples across 89 firms (see Table 1 in paper for channel-specific sample counts).
  • Evaluation metrics:
    • Primary: Fraction of Variance Unexplained (FVU) — normalized MSE for comparability across targets.
    • Secondary: Mean Absolute Error (MAE).
  • Modeling approach:
    • Screening agent uses LLM prompting (with optional search) to label firm–channel relevance; decisions made without access to future outcomes.
    • Prediction agent performs in-context regression via the same LLM; augmented with tools to fetch company/channel context so the model can ground proprietary channel meanings.
    • Baselines: historical average, OLS, gradient-boosted trees (GBT), and an ensembled LLM baseline.
  • Reproducibility: authors report code repository and use licensed proprietary feeds (limits public re-run).

Implications for AI Economics

  • Methodological implications:
    • Demonstrates LLMs can serve as flexible integrators of heterogeneous, sparse, and proprietary alternative data by using in-context learning + lightweight tooling instead of task-specific supervised retraining.
    • Screening (relevance selection) is crucial: channel informativeness is firm-specific, so prefiltering avoids hurting forecasts when a channel is irrelevant.
    • Tool-augmentation (retrieval/search) meaningfully grounds proprietary signals that the base LLM may not preknow.
  • Practical / industry implications:
    • Lowers engineering overhead for incorporating new alternative-data channels: firms can add channels without re-training specialized models for each.
    • Makes operational alternative data more practically useful for asset managers, sell-side analysts, and corporate planners—especially where labeled historical samples are limited.
    • Could reduce reliance on heavy feature engineering and per-channel model maintenance, accelerating deployment of alternative-data informed forecasting.
  • Policy, market, and research risks and considerations:
    • Market impact and arms race: better and easier integration of proprietary alternative data could intensify competitive advantages for data-rich actors and raise barriers to entry.
    • Data vendor concentration and opacity: widespread LLM use with proprietary feeds reinforces reliance on commercial vendors; transparency and auditability concerns remain.
    • Robustness, interpretability, and regulation: LLM rationales help but do not fully resolve issues around model explainability, spurious correlations, or systematic biases; regulators and firms should be cautious if models inform trading or reporting.
    • Research directions: evaluate robustness to distribution shifts, adversarial/seasonal changes in proprietary signals, and fairness/market-stability externalities; explore calibration and uncertainty quantification for in-context LLM forecasts.
  • Overall: the paper provides evidence that LLM-driven in-context methods can make alternative data practically useful in economic and financial forecasting, particularly in limited-data regimes—but deployment should consider governance, vendor, and market-structure implications.

Assessment

Paper Typecorrelational Evidence Strengthmedium — The paper presents consistent out-of-sample forecasting improvements from an LLM-based two-agent framework across four commercial alternative-data channels and versus several baselines (historical average, OLS, GBT, ensembled LLM) and analyst consensus; however, the evaluation rests on a modest test set (304 firm-quarters across 89 firms), a short time window, proprietary data, limited detail on model prompts/variants and statistical inference, and possible selection/coverage biases, which limits confidence in broad external validity. Methods Rigormedium — The methods combine a plausible two-stage screening+prediction LLM approach, use sensible metrics (FVU, MAE), and compare to reasonable baselines; but key methodological details are missing or limited in the supplied text (exact LLM(s) and prompt/template choices, cross-validation or holdout procedure, statistical significance testing, robustness checks, and how screening decisions were validated), and the dataset size and selection raise concerns about overfitting and sample selection. SampleTest set comprises 304 firm-quarter observations across 89 firms (December 2025 to June 2026); four alternative-data channels used: card spending (175 samples, 77 firms), web traffic (32 samples, 15 firms), foot traffic (75 samples, 33 firms), and KPI prediction-market data (22 samples, 16 firms). In-context examples are drawn from Feb 2024–Nov 2025; inputs include six prior quarters of financial history H, a channel-specific tabular time series X, and prior earnings-call transcripts Z; targets are revenue-based (YoY growth, percent deviation, and revenue surprise relative to analyst consensus). Alternative data were licensed from Carbon Arc and Kalshi; revenues and analyst consensus from FactSet. Themesproductivity adoption GeneralizabilitySmall and uneven sample sizes across channels limit representativeness (e.g., only 32 web-traffic samples)., Short evaluation window (Dec 2025–Jun 2026) may not capture different economic regimes or seasonality patterns., Proprietary commercial data channels may differ from other alternative-data providers in coverage and quality., Coverage biased toward firms for which these particular alternative channels are available and informative (screening step may exclude many firms)., Results may depend on the specific LLM, prompts, and tool-augmentation (not fully reported) and thus may not generalize across model variants or access constraints., Focus is on forecasting accuracy (revenue) and does not measure downstream economic impacts (investment, hiring, productivity).

Claims (7)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Using financial history, alternative data, and earnings-call transcripts together (H+X+Z) improves revenue-YoY forecasting relative to financial history alone (H) across all four alternative-data channels. Output Quality positive Revenue year-on-year growth forecasting error, measured by FVU and MAE
Reading fidelity high
Study strength medium
n=304
FVU reductions from 0.207 to 0.122 (card spending), 0.122 to 0.021 (web traffic), 0.261 to 0.141 (foot traffic), and 0.209 to 0.087 (KPI markets)
0.3
For firms covered by card-spending data, adding card spending and earnings-call transcripts to financial history reduces revenue-YoY forecasting error. Output Quality positive Revenue year-on-year growth forecasting error
Reading fidelity high
Study strength medium
n=175
FVU 0.207 to 0.122; MAE 3.51 to 2.49
0.3
For firms covered by web-traffic data, the combined H+X+Z model substantially outperforms financial history alone and alternative data without earnings-call transcripts. Output Quality positive Revenue year-on-year growth forecasting error
Reading fidelity high
Study strength medium
n=32
FVU 0.122 to 0.021; MAE 3.42 to 1.39
0.3
For firms covered by foot-traffic data, alternative data alone worsens revenue-YoY forecasting relative to financial history alone, but combining foot traffic with earnings-call transcripts improves performance beyond financial history alone. Output Quality mixed Revenue year-on-year growth forecasting error
Reading fidelity high
Study strength medium
n=75
FVU 0.261 to 0.415 with H+X, then 0.141 with H+X+Z; MAE 3.30 to 4.71, then 2.25
0.3
For firms covered by KPI prediction-market data, adding alternative data to financial history substantially improves revenue-YoY forecasting, while adding earnings-call transcripts as well produces a smaller additional improvement in FVU. Output Quality positive Revenue year-on-year growth forecasting error
Reading fidelity high
Study strength low
n=22
FVU 0.209 to 0.070 with H+X and 0.087 with H+X+Z; MAE 6.74 to 3.92 and 3.91
0.15
The proposed LLM framework outperforms the reported classical supervised forecasting baselines for card-spending, web-traffic, and foot-traffic data. Output Quality positive Revenue year-on-year growth forecasting error
Reading fidelity high
Study strength medium
n=282
FVU 0.122 versus 0.428 for OLS and 0.453 for GBT (card); 0.021 versus 0.269 and 0.380 (web); 0.141 versus 0.639 and 0.821 (foot)
0.3
The alternative-data test set contains 304 firm-quarter samples from 89 firms, with the largest number of samples coming from card-spending data. Other other Evaluation-set coverage
Reading fidelity high
Study strength medium
n=304
304 total samples; 89 firms
0.3

Notes