Autonomous LLM agents can generate tradable equity signals, but a single backtest misleads: re-running the discovery engine across historical decision dates and scoring admitted factors on productivity, performance and novelty exposes fragility and varying rankings across systems.
Citation observations
Cumulative provider counts captured on specific dates; providers are never combined.
No provider observation is available for this paper.
Missing data, not a zero citation count.
Recent advances in LLM agents enable a new paradigm for asset pricing, which we call Agentic Empirical Asset Pricing (AEAP): systems that autonomously conduct the scientific discovery process itself. We define AEAP and identify its core building blocks. Existing evaluation practices backtest only the outputs (factors or trades), not the autonomous discovery system that produced them. We focus on factor discovery, contributing a reference architecture, a rigorous evaluation standard for discovered factors, and a method for out-of-sample backtesting the discovery system. As a concrete instance of that architecture, we evaluate SEADS against five re-implemented baselines on two US equity panels using this standard: no single metric ranks the systems consistently, motivating evaluation on multiple axes at once. A separate rolling re-execution then asks the complementary question of whether the discovery process itself, not one static output, is reliable. We also report negative findings and limitations that surface further evaluation pitfalls for future AEAP systems.
Summary
Main Finding
The paper defines and formalizes "Agentic Empirical Asset Pricing" (AEAP)—LLM-based agents that autonomously run at least one full scientific-discovery cycle (hypothesis → formalization → evaluation) over asset-pricing data—and establishes methodological foundations and an evaluation standard for such systems. For factor discovery specifically, it proposes a reference architecture, a multi-part validation gate (productivity, performance, novelty), and a novel outer-loop evaluation that re-executes the entire discovery process at historical decision dates (to test whether the discovery process generalizes, not only a single discovered output). It implements SEADS (a concrete AEAP factor-discovery system) and evaluates it against five re-implemented baselines on two US equity panels, finding no single metric consistently ranks systems and arguing AEAP evaluations must score discovery systems (not only their outputs) along multiple axes.
Key Points
- Definition of AEAP:
- An AEAP system autonomously executes at least one full cycle of hypothesis → formalization → evaluation on asset-pricing data with no human performing those steps. This distinguishes AEAP from ML predictors and LLM copilots that leave human decisions in the loop.
- Core building blocks (B1–B5) for any AEAP system:
- B1 Hypothesis generation (LLM proposes mechanism/rationale).
- B2 Formalization into a checkable artifact (code/formula).
- B3 Execution/estimation on point-in-time data (sandboxed tool use).
- B4 Evaluation gate (statistical or LLM-judged decision mechanism).
- B5 Memory and iteration (persistent state across cycles).
- AEAP evaluation principles (P1–P3):
- P1 Point-in-time data: inner loop must use only features available at each decision date.
- P2 Point-in-time process: the inner discovery loop must be re-executable at multiple historical decision dates (outer loop).
- P3 Out-of-sample-only results: headline numbers must come from splits untouched by either loop.
- The paper emphasizes that most existing systems satisfy P1 but not P2; re-running the discovery loop historically is crucial to distinguish lucky runs from reliable processes.
- Factor-discovery reference architecture:
- Modular design: generator (Planner/Proposer), sandboxed implementation/execution, multi-stage validation gate, persistent library, and optional combinator for portfolio construction.
- Schema-agnostic executor design to run across different characteristic panels without pipeline redesign.
- SEADS system (concrete instantiation):
- Planner produces structured seeds (exploit vs explore); Proposers expand seeds into formula/specs.
- Sanity checks include deterministic AST-based firewall, sandboxed execution restricted to statically read columns, and an LLM Alignment Checker making a line-by-line rationale→code trace.
- Validation gate: ordered suite of independent checks (duplicates/self-collapse, coverage, Rank-IC t-stat with Bonferroni correction, out-of-decade regime consistency, novelty against a held-out reference panel, partial-IC vs top-K controls, Fama–MacBeth t against same controls, sign agreement across checks). All thresholds are set ex-ante.
- Self-evolution: mutate near-passes using failure-stage feedback, re-run through the same gate for bounded rounds.
- Persistent state: baseline characteristic stats, append-only candidate outcome log, natural-language lessons, and an admitted-factor library. A simple combinator (Ridge, α=1) ranks stocks into a long–short portfolio for system-level performance scoring.
- Evaluation metrics for discovered pools:
- Productivity: total admissions per fixed candidate budget (300 candidates used in experiments).
- Performance: mean per-factor out-of-sample Sharpe (and related OOS metrics).
- Novelty: per-admitted-factor maximum correlation against union of the system’s other admits and a held-out reference set, averaged across the admitted set.
- The three bars are jointly necessary: performance alone can reward redundancy; productivity alone can reward rare luck; novelty alone can reward noise.
- Empirical experiment and findings:
- SEADS is evaluated against five re-implemented baselines (agentic and non-agentic) on two US panels (a JKP global-characteristics subset and a CRSP/Compustat primitives panel checked for novelty relative to a 45-characteristic reference).
- No single metric ranks all six systems consistently, motivating multi-axis evaluation.
- The paper surfaces negative findings and limitations that point to evaluation pitfalls for AEAP systems (e.g., systems that only backtest outputs risk accepting processes that were lucky or leak information).
- Broader claim:
- The need to treat an autonomous discovery system as an object of evaluation in its own right (not just its final outputs) generalizes beyond factor discovery to any agentic scientific discovery.
Data & Methods
- Data panels:
- Two US equity panels:
- JKP global-characteristics subset (≈400 characteristics used in experiments).
- CRSP/Compustat primitive-features panel (~87 variables), novelty-checked against a 45-characteristic reference panel (Bryzgalova et al., 2025).
- Periodicity: monthly (asset-periods (i, t) with features xi,t observed at close of period t, and next-period excess returns r_{i,t}).
- Formal problem framing:
- Candidates are symbolic scoring functions fθ mapping xi,t → s_{i,t} (often rank-normalized). Rank-IC ρt = Spearman(s·,t, r·,t) is a core test statistic.
- Discovery seeks an admitted set G that is out-of-sample valid and non-redundant relative to a disclosed reference set Z.
- Reference architecture and implementation:
- Re-implemented five baseline systems from the recent literature for direct comparison; distilled a shared architecture and implemented SEADS according to it.
- Key engineering safeguards: AST-based look-ahead firewall, sandboxed execution with column access restrictions, and LLM alignment checks to prevent mis-specified code/rationale mismatches.
- Validation gate and thresholds:
- Multi-stage, independent checks (structural, core statistical, robustness) applied in order, with admission requiring passing all checks.
- Rank-IC thresholds use Bonferroni correction; out-of-decade splits used to test cross-regime generalization.
- Novelty measured against an external, held-out reference set Z (to avoid circularity).
- Rolling-context / outer-loop evaluation:
- The entire discovery pipeline (Planner → Proposer → Execution → Gate → Admit) is re-executed at multiple historical decision dates while carrying forward persistent state, enabling assessment of the discovery process’ reliability over time.
- Scoring:
- Systems evaluated jointly on productivity, per-factor OOS performance, and novelty metrics; also scored on portfolio-level results via the combinator where applicable.
- Admission budget (300 candidates) shared across systems to normalize productivity comparisons.
- Reproducibility and ex-ante design choices:
- Gate thresholds and pipeline choices fixed before running experiments; pipeline is schema-agnostic so identical code runs across panels.
Implications for AI Economics
- New evaluation target: autonomous discovery systems must be evaluated as processes, not only by backtesting their single reported outputs. The outer-loop (rolling re-execution) is essential to distinguish robust discovery from lucky or leaked admissions.
- Standardization need: defining AEAP and its building blocks enables shared vocabulary and reproducible baselines—critical for comparability, benchmarking, and scientific accumulation in AI-driven economics research.
- Guardrails for agentic discovery:
- Point-in-time enforcement, deterministic AST-based firewalls, sandboxed execution, and explicit novelty reference sets are practical safeguards against information leakage and adaptive overfitting.
- Multi-stage, independently motivated validation gates reduce the risk that a single metric overstates discovery quality.
- Design trade-offs:
- Memory/persistence and self-evolution can improve productivity but raise composition and overfitting risks; they must be designed and evaluated with the same rigor applied to model training.
- Schema-agnostic executors enhance portability across datasets and strengthen the external validity of AEAP systems.
- Policy and institutional effects:
- Regulators, asset managers, and research institutions should require AEAP systems to demonstrate process-level reliability (rolling re-execution and point-in-time fidelity) before trusting them to influence capital allocation or public claims.
- Public benchmarks and held-out reference panels (analogous to the Z sets used here) should be adopted for community-wide evaluation of agentic discovery systems.
- General scientific impact:
- The paper’s principles and architecture apply beyond finance: any autonomous scientific-discovery agent benefits from the same point-in-time, re-executable-process, and out-of-sample-only evaluation discipline to avoid conflating lucky outputs with reliable discovery processes.
- Open questions & limitations highlighted by the paper:
- How to set admission gate thresholds optimally without over-constraining creativity.
- Residual risks tied to backbone-data vintage and other domain-dependent choices.
- The paper reports negative findings and practical pitfalls that future AEAP designs must address (e.g., insufficient multi-criterion gates, failure to re-run across historical dates), suggesting further work on robust evaluation curricula and benchmarks.
If you’d like, I can: - Extract and summarize the SEADS validation-gate checklist and thresholds in a compact table. - Produce a short checklist practitioners can use to evaluate an AEAP system against P1–P3 and B1–B5.
Assessment
Claims (10)
| Claim | Direction | Outcome | Confidence & Evidence | Details |
|---|---|---|---|---|
| The paper defines Agentic Empirical Asset Pricing (AEAP) as a system in which LLM-based agents autonomously execute at least one complete scientific-discovery cycle—hypothesis generation, formalization, and evaluation—over asset-pricing data without a human performing any of those steps. Research Productivity | positive | Whether an asset-pricing system meets the paper's autonomy criterion |
Reading fidelity
high
Study strength
medium
|
not reported
|
| AEAP systems commonly contain five building blocks: hypothesis generation, formalization into a checkable artifact, execution or estimation against data, an evaluation gate, and persistent memory with iteration. Research Productivity | positive | Presence of architectural components in AEAP systems |
Reading fidelity
high
Study strength
medium
|
not reported
|
| A methodologically sound AEAP evaluation should enforce point-in-time data, re-execute the discovery process at historical decision dates, and report only results from an untouched out-of-sample split. Research Productivity | positive | Validity and reliability of autonomous asset-pricing discovery evaluation |
Reading fidelity
high
Study strength
medium
|
not reported
|
| The five surveyed baseline systems do not re-execute their own discovery loops at more than one historical decision date. Research Productivity | negative | Historical re-execution of the autonomous discovery process |
Reading fidelity
high
Study strength
low
|
n=5
|
| SEADS uses a multi-stage validation gate requiring candidates to pass duplicate, self-collapse, coverage, Rank-IC, regime-consistency, novelty, partial-IC, Fama–MacBeth, and sign-agreement checks. Research Productivity | positive | Validity, robustness, and novelty of discovered factors |
Reading fidelity
high
Study strength
medium
|
9 validation checks
|
| SEADS's execution and look-ahead-firewall pipeline is designed to run without modification on both the approximately 400-characteristic JKP panel and the 87-variable CRSP/Compustat panel. Organizational Efficiency | positive | Schema-agnostic portability of the factor-discovery pipeline |
Reading fidelity
high
Study strength
medium
|
n=2
approximately 400 characteristics and 87 variables
|
| The paper evaluates SEADS and five re-implemented baselines on two comprehensive U.S. equity panels. Research Productivity | positive | Comparative performance of factor-discovery systems |
Reading fidelity
high
Study strength
medium
|
n=6
6 systems on 2 panels
|
| No single evaluation metric ranks all six factor-discovery systems consistently across the two equity panels. Research Productivity | mixed | Consistency of system rankings across evaluation metrics and panels |
Reading fidelity
high
Study strength
medium
|
n=6
|
| The paper argues that a discovered factor pool should be evaluated jointly on productivity, out-of-sample performance, and novelty, because none of these dimensions substitutes for the other two. Research Productivity | positive | Overall quality of a discovered factor pool |
Reading fidelity
high
Study strength
medium
|
3 jointly necessary dimensions
|
| AlphaForge admitted 5 factors on one panel and 1 factor on the other under the shared 300-candidate budget. Research Productivity | positive | Number of factors admitted by the discovery system |
Reading fidelity
high
Study strength
medium
|
n=2
5 and 1 total admissions
|