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 real-world finance benchmark exposes gaps between lab scores and business needs: GPT-5 records 61.5% accuracy against an 84.8% operational bar, while commercial model DeepSeek-R1 leads on investment efficacy.

BizFinBench.v2: Towards Reliable LLMs in Finance via Real-User Data and Offline/Online Bilingual Evaluation
Xin Guo, Rongjunchen Zhang, Guilong Lu, Xuntao Guo, Shuai Jia, Zhi Yang, Liwen Zhang · January 10, 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. Xin Guo unresolved corpus identity
  2. Rongjunchen Zhang unresolved corpus identity
  3. Guilong Lu unresolved corpus identity
  4. Xuntao Guo unresolved corpus identity
  5. Shuai Jia unresolved corpus identity
  6. Zhi Yang unresolved corpus identity
  7. Liwen Zhang unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Xin Guo provider ID
  2. Rongjunchen Zhang provider ID
  3. Guilong Lu provider ID
  4. Xuntao Guo provider ID
  5. Shuai Jia provider ID
  6. Zhi Yang provider ID
  7. Liwen Zhang provider ID
BizFinBench.v2 is a large, real-world benchmark (28,860 queries across US and Chinese equity markets, offline and online tasks) showing state-of-the-art LLMs underperform practical business thresholds (GPT-5: 61.5% vs 84.8% requirement) with DeepSeek-R1 delivering the best investment outcomes among evaluated models.

Citation observations

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

Large language models are becoming increasingly significant in financial applications. Nevertheless, prevailing benchmarks are largely dependent on simulated or generic data, which leads to a significant gap between reported performance and actual efficacy in real-world scenarios. To tackle this challenge, we present BizFinBench.v2, the first integrated offline and online benchmark built upon authentic user query-response data from both Chinese and U.S. equity markets. It comprises 28,860 questions across eight offline and two online tasks. Experimental results show that GPT-5 achieves a mere 61.5% accuracy, still failing to meet the practical business requirement (84.8%). Among the evaluated commercial models, DeepSeek-R1 exhibits superior investment efficacy. Error analysis grounded in real financial practice reveals persistent limitations in existing models. By overcoming the constraints of prior benchmarks, BizFinBench.v2 provides a substantiated foundation for advancing LLM deployment in the financial sector. Our data and code are available at https://github.com/HiThink-Research/BizFinBench.v2.

Summary

Main Finding

BizFinBench.v2 introduces the first large-scale, bilingual (China + US) financial benchmark based on authentic user query–response data and an integrated offline + online evaluation track. It contains 28,860 real-world QA pairs across 8 offline tasks and 2 online tasks (including a market-facing portfolio simulation). Evaluating 21 LLMs, the authors find commercial best-in-class models still fall short of practical business requirements (e.g., GPT-5 averages 61.5% accuracy vs. an asserted business target of 84.8%). Open-source model DeepSeek‑R1 yields the best investment efficacy in the portfolio allocation simulation. Error analysis highlights persistent shortcomings (temporal grounding, numeric precision, robustness to noisy inputs, and online decision-making).

Key Points

  • Scope and novelty
    • First benchmark built from real user queries on financial platforms, covering Chinese and U.S. equity markets.
    • Dual-track evaluation: Core Business Capabilities (offline) + Online Performance (real-time tasks including simulated trading).
    • Bilingual and cross-market coverage; intended to close the gap between lab benchmarks and deployed business performance.
  • Task taxonomy (4 scenarios → 10 tasks)
    • Business Information Provenance (BIP): Anomaly Information Tracing (AIT), Financial Multi-turn Perception (FMP), Financial Data Description (FDD).
    • Financial Logical Reasoning (FLR): Financial Quantitative Computation (FQC), Event Logic Reasoning (ELR), Counterfactual Inference (CI).
    • Stakeholder Feature Perception (SFP): User Sentiment Analysis (SA), Financial Report Analysis (FRA; China only).
    • Real-time Market Discernment (RMD): Stock Price Prediction (SPP), Portfolio Asset Allocation (PAA; live trading simulation).
  • Scale & data characteristics
    • 28,860 questions total. Examples: 3,963 AIT, 4,497 FMP, 3,803 FDD; average input token lengths vary widely (e.g., FRA ~19,681 tokens).
    • All data sourced from real user interactions; desensitized and passed a three-stage quality control (platform clustering + frontline staff review + expert cross-validation).
  • Evaluation protocol & metrics
    • Offline tasks: average accuracy (zero-shot and CoT settings).
    • SPP/SA: require prediction intervals; tolerance: SA 10%, SPP 1% (prediction interval must contain ground truth).
    • PAA: evaluated by financial outcomes (cumulative return, Sharpe ratio, max drawdown) via a trading simulator that models fees, latency, slippage; decisions hourly.
  • Empirical results (selected)
    • GPT-5: average accuracy 61.5% (zero-shot). Gemini‑3: 61.3%. Many models perform well on some tasks (e.g., FMP) but poorly on others (e.g., FRA, CI).
    • DeepSeek‑R1 (open-source, 671B) shows superior investment performance in PAA relative to evaluated commercial models.
  • Limitations called out by authors
    • Benchmarks’ rubrics for offline quality control not fully disclosed (privacy/compliance).
    • FRA only covers Chinese market.
    • PAA transaction counts and unlimited question potential depend on simulation time horizon.

Data & Methods

  • Data sources
    • Real user queries and responses from financial business platforms covering institutional and retail users in China and the U.S. markets.
    • Data were desensitized (PII/sensitive corpora removed) and clustered automatically before manual and expert review.
  • Quality control pipeline
    • Three-step screening: automated platform clustering + desensitization → manual screening by frontline professionals (≥5 years experience) → cross-validation by senior financial experts (≥10 years experience).
  • Tasks and formulations
    • Offline: verifiable open-ended questions across AIT, FMP, FDD, FQC, ELR, CI, SA, FRA.
    • Online:
      • Stock Price Prediction (SPP): models produce a point prediction and an interval; success if ground truth lies in interval (1% tolerance).
      • Portfolio Asset Allocation (PAA): integrates real-time market data; LLMs submit hourly decisions to a trading simulator.
  • Evaluation settings
    • Tested 21 LLMs (proprietary via API and open-source), under zero-shot and chain-of-thought prompting where applicable.
    • Metrics: task-level accuracy, interval containment for SPP/SA, and finance metrics (cumulative returns, Sharpe, drawdown) for PAA.
  • Released resources
    • Data and code (including the PAA simulator) to be open-sourced at https://github.com/HiThink-Research/BizFinBench.v2 (paper states data/code will be released; some rubrics kept private for compliance).

Implications for AI Economics

  • External validity and real-world deployment value
    • Benchmarks built from synthetic or generic data overestimate business performance. Real-user benchmarks like BizFinBench.v2 are essential for accurate ex-ante valuation of LLM deployment in finance.
    • Firms should re-assess expected returns from model deployment using realistic task distributions, long-context inputs, and online decision dynamics rather than relying on standard offline benchmarks.
  • Economic consequences of model shortcomings
    • Deficits in temporal grounding and numeric precision can translate directly into financial loss (wrong trades, missed signals). The gap between academic metrics and business thresholds (e.g., 61.5% vs 84.8%) implies potentially large negative or suboptimal economic outcomes if used naively.
  • Measuring ROI and risk-adjusted value
    • PAA-style online simulations produce financial metrics (returns, Sharpe, drawdown) directly interpretable for ROI estimation and risk assessment. Economists and practitioners should prefer these outcome-level metrics when deciding on procurement or investment in LLM-based tools.
  • Open-source vs. proprietary trade-offs
    • Open-source models (e.g., DeepSeek‑R1) can deliver competitive or superior economic performance in trading tasks, suggesting lower-cost deployments may be viable with domain adaptation and integration.
  • Policy and regulatory considerations
    • Real-user benchmarks reveal failure modes relevant to compliance (hallucinations, misattribution, erroneous risk calls). Regulators and firms need realistic stress-testing (including online simulation) before production deployment.
  • Research and investment priorities
    • To increase economic value, prioritize improving:
      • Temporal grounding and access to verifiable real-time data (reduces stale inference losses).
      • Quantitative/numeric reasoning and calibration (reduces risk of incorrect computations).
      • Robustness to noisy, multi-turn, long-context user interactions (improves service quality and reduces manual oversight costs).
      • System integrations: tool use (market data APIs), latency-aware decision pipelines, and safe human-in-the-loop controls.
  • Suggested next steps for economists and firms
    • Use benchmarks like BizFinBench.v2 when estimating model-driven alpha and when backtesting deployment strategies.
    • Conduct cost–benefit analyses that include model improvement costs, compliance overhead, monitoring, and expected changes in trading or advisory P&L.
    • Assess market impact and strategic responses — deploying models that trade or advise at scale may alter market dynamics; these general equilibrium effects should be considered in valuation.

If you want, I can: - Extract a short table of the top-performing models per task from the paper’s results. - Draft a checklist firms can use to evaluate LLM readiness for production in financial services using BizFinBench.v2 metrics.

Assessment

Paper Typedescriptive Evidence Strengthn/a — This is a benchmarking/descriptive paper that reports model performance on a new dataset rather than estimating causal effects; it provides empirical performance evidence but not causal identification. Methods Rigormedium — The benchmark appears substantial: 28,860 real user query–response instances, cross-market (China and U.S.), and both offline and online tasks, which strengthens ecological validity; however, the paper likely leaves open concerns about sample selection, annotation procedures, metric definitions (e.g., how 'accuracy' and 'investment efficacy' are computed), potential labeler bias, temporal coverage, and details on model access/configurations and leakage, so methodological transparency is incomplete for a 'high' rating. Sample28,860 real user query–response items drawn from Chinese and U.S. equity market interactions, organized into eight offline tasks and two online tasks; evaluated multiple commercial LLMs (e.g., GPT-5, DeepSeek-R1) on classification/QA-style and investment-efficacy metrics; code and data reportedly available on GitHub (paper provides link). Themesadoption innovation GeneralizabilityLimited to equity markets (Chinese and U.S.) — may not generalize to other asset classes (fixed income, FX, derivatives) or broader financial services., Coverage restricted to the time period and user base from which queries were drawn; possible temporal drift and selection bias., Language and cultural scope limited to Chinese and English/US contexts — may not generalize to other languages/markets., Benchmark tasks and evaluation metrics (e.g., 'accuracy' and business threshold) reflect particular business definitions and may not map to all firms' operational requirements., Performance on specific commercial model versions may change rapidly as vendors update models; results could become outdated., Online task sample sizes and deployment conditions may not reflect large-scale production usage or institutional workflows.

Claims (9)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Large language models are becoming increasingly significant in financial applications. Other positive adoption/significance of LLMs in finance (asserted)
Reading fidelity high
Study strength low
not reported
0.09
Prevailing benchmarks are largely dependent on simulated or generic data, which leads to a significant gap between reported performance and actual efficacy in real-world scenarios. Other negative benchmark realism vs. real-world efficacy (asserted gap)
Reading fidelity high
Study strength medium
not reported
0.18
We present BizFinBench.v2, the first integrated offline and online benchmark built upon authentic user query-response data from both Chinese and U.S. equity markets. Other positive availability of an integrated offline+online benchmark using authentic user query-response data
Reading fidelity high
Study strength speculative
not reported
0.03
BizFinBench.v2 comprises 28,860 questions across eight offline and two online tasks. Other neutral dataset size and task count
Reading fidelity high
Study strength high
n=28860
0.3
Experimental results show that GPT-5 achieves a mere 61.5% accuracy on BizFinBench.v2, still failing to meet the practical business requirement (84.8%). Output Quality negative accuracy (correctness) of GPT-5 on BizFinBench.v2
Reading fidelity high
Study strength medium
n=28860
61.5% accuracy (vs. 84.8% business requirement)
0.18
Among the evaluated commercial models, DeepSeek-R1 exhibits superior investment efficacy. Decision Quality positive investment efficacy / effectiveness of investment-related outputs
Reading fidelity high
Study strength medium
n=28860
0.18
Error analysis grounded in real financial practice reveals persistent limitations in existing models. Output Quality negative types and prevalence of model errors relative to financial practice requirements
Reading fidelity high
Study strength medium
not reported
0.18
By overcoming the constraints of prior benchmarks, BizFinBench.v2 provides a substantiated foundation for advancing LLM deployment in the financial sector. Other positive utility of the benchmark to support LLM deployment
Reading fidelity high
Study strength speculative
not reported
0.03
Our data and code are available at https://github.com/HiThink-Research/BizFinBench.v2. Other positive public availability of data and code
Reading fidelity high
Study strength high
not reported
0.3

Notes