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 →

A new point-in-time benchmark and harness for financial deep research reveals substantial gaps in current LLM agents—top systems score below 40% on expert rubrics—while the FinanceHarness pipeline yields a modest but measurable improvement (25.3% → 32.4%).

FinanceHarness: Autonomous Financial Deep Research Framework
Yijia Xiao, Rujun Han, Yanfei Chen, Zifeng Wang, Ke Jiang, Zhongying CuiZhu, Vishy Tirumalashetty, Wei Wang, Burak Gokturk, Tomas Pfister, Chen-Yu Lee · July 30, 2026
arxiv descriptive n/a 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. Yijia Xiao unresolved corpus identity
  2. Rujun Han unresolved corpus identity
  3. Yanfei Chen unresolved corpus identity
  4. Zifeng Wang unresolved corpus identity
  5. Ke Jiang unresolved corpus identity
  6. Zhongying CuiZhu unresolved corpus identity
  7. Vishy Tirumalashetty unresolved corpus identity
  8. Wei Wang unresolved corpus identity
  9. Burak Gokturk unresolved corpus identity
  10. Tomas Pfister unresolved corpus identity
  11. Chen-Yu Lee unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Yijia Xiao provider ID
  2. Rujun Han provider ID
  3. Yanfei Chen provider ID
  4. Zifeng Wang provider ID
  5. Ke Jiang provider ID
  6. Zhongying CuiZhu provider ID
  7. Vishy Tirumalashetty provider ID
  8. Wei Wang provider ID
  9. Burak Gokturk provider ID
  10. Tomas Pfister provider ID
  11. Chen-Yu Lee provider ID
FinanceHarness and FinanceGym provide a point-in-time financial search sandbox, a 400-question expert-validated benchmark, and a layered agent harness; leading LLMs and agents score under 40% on the rubrics while FinanceHarness raises a baseline backbone's rubric score from 25.3% to 32.4%.

Citation observations

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

Powered by advances in LLMs and autonomous agents, deep research has become one of the most widely adopted agentic products. However, most deep research systems write general-purpose reports, which are inadequate for financial deep research. Financial research demands specialized knowledge to analyze historical patterns and forecast upcoming events. Automating financial deep research therefore requires both a layered harness to drive the research agent and a verifiable, point-in-time benchmark that prevents leakage of future information. We present FinanceHarness, a harness that runs finance-oriented tools and practitioner-guided workflows, automating financial deep research end to end: environment and data construction, the agent execution loop, and reward modeling. We further propose FinanceGym, comprising thesis-driven research questions and rubrics that combine pre-cutoff and post-cutoff criteria. Professional expert validation yields an 82% pass rate. Even leading LLMs and agents score below 40% on the rubrics, showing that FinanceGym is challenging and leaves substantial headroom. With the same open-weight backbone, FinanceHarness improves the overall rubric score from 25.3% to 32.4%. FinanceHarness is available at https://github.com/Yijia-Xiao/FinanceHarness.

Summary

Main Finding

FinanceHarness introduces an end-to-end, point-in-time (PIT) framework and benchmark for automated, analyst-style financial deep research. Built on a large PIT web corpus and an entity graph, FinanceGym is a 400-question, expert-validated benchmark with pre-cutoff (evidence retrieval) and post-cutoff (forward-looking) rubrics. FinanceHarness is a layered agent harness that runs finance-focused tools, enforces PIT access, and trains/evaluates agents against FinanceGym. Existing LLMs and agents perform poorly (all <40% rubric score); FinanceHarness raises an open-backbone baseline from 25.3% to 32.4%, showing measurable but limited improvement and substantial headroom.

Key Points

  • Point-in-time evaluation: Agents can only retrieve documents published on or before a question-specific cutoff date; any PIT leakage invalidates runs.
  • FinanceGym benchmark:
    • 400 balanced, expert-annotated research questions.
    • 2,464 rubric items (pre-/post-cutoff split) with professional validation (82% pass rate during curation).
    • Questions span topics, sectors, and reasoning types; each question has a reference investment thesis and criterion-level groundings.
  • FinanceHarness:
    • Layered harness exposing finance-specific tools, orchestration, runtime, and reward modeling; ties training and evaluation to the same PIT contract and tool stack.
    • Integrates PIT search, reading, citation-grounded synthesis, and auxiliary finance primitives (valuation, comparables, numeric extraction).
  • Empirical results:
    • Built a PIT search sandbox from >100M web articles (publication dates extracted via htmldate, text via trafilatura).
    • Entity-relation graph: ~4.37M filtered edges, ~1.11M unique entities from 1.2M source articles.
    • Retrieval: Qwen3-Embedding-4B embeddings, FAISS IVF-SQ8 index, with text fetched separately for citation grounding.
    • Rubric scoring: LLM judge assigns 0–4 per criterion with explicit anchors; primary metric is per-question normalized average of rubric points.
    • Benchmarked many LLMs/agents — all score <40%; a FinanceHarness pipeline improves a shared open backbone from 25.3% → 32.4%.
  • Release: Questions and submission/grading code released; underlying corpus not publicly released to protect PIT integrity and provenance.

Data & Methods

  • Corpus construction:
    • Collected ~100+ million public web articles filtered for finance relevance.
    • Publication dates normalized with htmldate; text extracted using trafilatura.
  • Embedding & retrieval:
    • Embeddings: Qwen3-Embedding-4B.
    • Index: FAISS IVF-SQ8; API enforces per-question cutoff date filtering.
  • Entity graph & situation mining:
    • Entity-relation extraction via Gemini-3.5-Flash producing ~5.74M raw edges → 4.37M filtered edges.
    • Situation mining modes: cross-category linkages (multihop paths), temporal narratives, divergences/tensions (e.g., upgrades vs downgrades).
    • Cutoff-date selection: optimized for event volume, entity diversity, and relation entropy via a z-scored objective.
  • Question & rubric generation:
    • LLMs generate unconstrained analyst-style questions + reference theses + two-tier rubrics given (situation, cutoff).
    • Bottom-up taxonomy assigned via LLM classification; balance enforced across topic/sector/reasoning/time.
    • Filtering pipeline reduced ~29.7k generations → 2,078 candidate pool → ILP-selected 500 → expert annotated → 411 pass → final balanced release of 400.
    • Expert annotation: ~1.2 hours per sample; annotators mark feasibility/clarity and rubric feasibility.
  • Evaluation protocol:
    • LLM judge (with anchors) scores each rubric item 0–4; primary outcome metric is per-question fractional rubric score averaged over questions.
    • Pre-cutoff items test retrieval and evidence-grounded synthesis; post-cutoff items test forward-looking anticipations verifiable after cutoff.
    • Any detection of access to post-cutoff info invalidates the run.

Implications for AI Economics

  • Evaluation design for temporally sensitive forecasts:
    • The PIT protocol addresses a central econometric/identification issue for forecasting tasks: preventing leakage of future information. This is a model for economic evaluation where temporality matters (macroeconomic forecasts, event studies).
  • Labor and task reallocation:
    • Demonstrated capabilities (and current limitations) indicate potential partial automation of analyst tasks (evidence collection, drafting) while higher-level judgment and outcome anticipation remain hard. Expect complementarities: tools augment analysts’ throughput and change task mix (more monitoring, strategy, and adjudication).
  • Market efficiency and information diffusion:
    • Better automated research agents could accelerate information synthesis and dissemination, potentially reducing frictions and time-to-price incorporation. That raises research opportunities on whether agent-generated analysis compresses price discovery, increases volatility, or alters liquidity.
  • Model risk, incentives, and regulation:
    • PIT enforcement and verifiable rubrics highlight the importance of auditable evaluation for models used in finance. Regulators and firms need protocols to detect leakage, data contamination, and overfitting to benchmarks. Miscalibrated agent outputs could cause erroneous investment actions at scale—necessitating guardrails, provenance tracking, and human-in-the-loop oversight.
  • Algorithmic narratives & systemic risk:
    • Agents trained to mine similar entity graphs and motifs may amplify common narratives (herding) and exacerbate correlated trading; economic research should study how agentic frameworks change cross-sectional return dynamics and systemic vulnerabilities.
  • Research avenues in AI economics enabled by FinanceHarness/FinanceGym:
    • Quantify labor-substitution vs. complementarity effects for financial analysts using controlled deployments.
    • Measure how automated research affects trading behavior, price impact, and market efficiency in event-study settings with PIT constraints.
    • Study information asymmetry: do firms/market participants that adopt agentic research obtain measurable informational advantages?
    • Evaluate welfare tradeoffs of deploying agentic analysis across institutional vs. retail markets.
  • Policy and marketplace incentives:
    • Benchmarks like FinanceGym create incentives for providers to optimize for temporally robust forecasting and provenance-aware retrieval. But they may also encourage overfitting to rubrics; governance and multiple evaluation modalities will be important.

Limitations and caveats - Underlying corpus and private grading logic are not publicly released; reproducibility outside their infrastructure requires effort. - The benchmark focuses on analyst-style research in public markets; findings may not generalize to private markets or non-public information contexts. - Agent performance gains reported (25.3%→32.4%) show progress but also that forward-looking, evidence-aware financial reasoning remains a hard problem.

If you want, I can extract specific empirical results (model-by-model scores, rubric breakdowns, or ablation details) from the paper and summarize them in a short table or bullet list.

Assessment

Paper Typedescriptive Evidence Strengthn/a — This is a systems/benchmark paper that builds an environment, dataset, rubrics, and an agent harness and reports evaluation scores; it does not make causal claims about economic outcomes, so causal evidence strength is not applicable. Methods Rigormedium — The authors construct a large point-in-time web corpus (100+M articles), a FAISS-backed PIT retriever, an entity graph (4.37M filtered edges), and a professionally-annotated 400-question benchmark (2,464 rubric items) with an 82% expert pass rate; they enforce PIT access control and use expert-validated rubrics. Key limitations lower rigor: heavy reliance on LLMs for extraction and question/rubric generation (potential model bias), use of an LLM judge rather than fully human double-coding (risk of judge bias), lack of reported inter-annotator agreement or statistical testing in the evaluation, and the underlying corpus is not released which limits external replication. SampleA large-scale public-web corpus of 100+ million articles with extracted publication dates (htmldate) and cleaned text (trafilatura), embedded with Qwen3-Embedding-4B and indexed with FAISS; entity/relation triples extracted with Gemini-3.5-Flash producing 5.74M raw edges (4.37M filtered edges, 1.11M unique entities, 1.20M source articles). From unconstrained LLM generations and a filtering pipeline, a publication pool of 2,078 candidates was formed and an ILP selected a balanced 500-question subset; after external expert annotation and curation, the released FinanceGym benchmark contains 400 expert-validated questions and 2,464 rubric items across topics, sectors, reasoning types and 12 monthly cutoff buckets. Evaluation uses an LLM judge to score agent reports; reported results include baseline agent/backbone scores (below 40%) and an increase from 25.3% to 32.4% for FinanceHarness with the same backbone. Themeshuman_ai_collab productivity GeneralizabilityUnderlying corpus not released — external researchers cannot fully reproduce retrieval/coverage conditions., Corpus limited to public web articles (potentially English-dominant) and excludes proprietary financial data sets used by practitioners., Entity extraction, question/rubric generation, and some filtering rely on LLMs, introducing model-dependent biases that may not generalize to other extraction models or languages., Evaluation uses an LLM judge (with rubric) rather than fully independent human scoring for all runs, so scores may reflect judge-model alignment artifacts., Benchmark measures analyst-style research/report quality, not downstream economic outcomes (e.g., investment performance, productivity gains), so applicability to real-world economic impact is indirect., Temporal coverage appears concentrated on specific months (Dec 2024–Nov 2025) which may limit applicability to other market regimes or longer horizons.

Claims (10)

ClaimDirectionOutcomeConfidence & EvidenceDetails
FinanceHarness improves the overall FinanceGym rubric score from 25.3% to 32.4% when using the same open-weight backbone. Output Quality positive Overall FinanceGym rubric score for financial deep-research reports
Reading fidelity high
Study strength medium
from 25.3% to 32.4%
0.18
Leading evaluated LLMs and agents all score below 40% on the FinanceGym rubrics. Output Quality negative FinanceGym rubric score
Reading fidelity high
Study strength medium
below 40%
0.18
FinanceGym contains 400 expert-annotated financial deep-research questions and 2,464 annotated rubric items. Other null_result Benchmark size and annotation coverage
Reading fidelity high
Study strength medium
n=400
0.18
Professional expert annotation accepted 411 of 500 reviewed questions, corresponding to an 82% pass rate. Training Effectiveness positive Question and rubric feasibility for benchmark inclusion
Reading fidelity high
Study strength medium
n=500
411 of 500; 82% pass rate
0.18
The FinanceGym question pool was reduced from 29,669 unconstrained generations to 2,078 quality-filtered questions before expert review. Training Effectiveness negative Question retention after quality filtering
Reading fidelity high
Study strength medium
n=29669
2,078 of 29,669 generations retained
0.18
The point-in-time search corpus contains more than 100 million web articles with extracted publication dates. Other null_result Size and temporal metadata coverage of the financial web corpus
Reading fidelity high
Study strength medium
n=100000000
100+ million articles
0.18
The extracted finance entity graph contains 4.37 million filtered edges spanning 1.11 million unique entities from 1.20 million source articles. Other null_result Scale of the finance entity graph used for benchmark generation
Reading fidelity high
Study strength medium
n=1200000
4.37M edges; 1.11M unique entities; 1.20M source articles
0.18
FinanceGym separates pre-cutoff evidence retrieval from post-cutoff outcome anticipation using two-tier rubrics under a point-in-time access contract. Output Quality positive Temporal validity and criterion-level evaluation of financial research reports
Reading fidelity high
Study strength medium
n=400
0.18
Any detected leakage of information published after a question's cutoff date invalidates the evaluation run. Ai Safety And Ethics positive Point-in-time integrity of benchmark evaluation
Reading fidelity high
Study strength medium
n=400
0.18
FinanceHarness evaluates reports with a five-tier rubric score ranging from 0, meaning not addressed, to 4, meaning fully grounded. Output Quality positive Criterion-level grounding and completeness of agent reports
Reading fidelity high
Study strength medium
n=400
0–4 score scale
0.18

Notes