Research Papers 论文研究 1d ago Updated 15h ago 更新于 15小时前 48

Are the Financial Reasoning from LLMs Credible? A Real World Test over Long-Horizon Statements LLM的财务推理可信吗?一项针对长周期陈述的现实世界测试

FinIndices is a large-scale benchmark evaluating LLM data-processing fidelity over uncropped financial statements up to 32K tokens, using an automated synthesis pipeline with adversarial traps Two critical vulnerabilities identified: a "Knowledge Bottleneck" where removing explicit formula hints causes dramatic performance collapse (e.g., Gemini-3.1-Pro drops from 70.70% to 38.22%), and a "Structural Bottleneck" where multi-metric, multi-period table generation drains reasoning capacity LLMs exh 提出FinIndices基准测试,评估LLM在长上下文(32K tokens)财务陈述上的数据处理保真度 发现LLM存在"知识瓶颈":移除公式提示后性能骤降(如Gemini-3.1-Pro从70.70%跌至38.22%),暴露时间去累积和存量-流量口径不匹配问题 发现LLM存在"结构瓶颈":多指标多周期表格生成时认知负荷导致推理退化,模型回归浅层启发式策略 SFT可部分恢复结构化逻辑,零提示下Single任务提升8.54%,Table任务提升3.82%

65
Hot 热度
75
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • FinIndices is a large-scale benchmark evaluating LLM data-processing fidelity over uncropped financial statements up to 32K tokens, using an automated synthesis pipeline with adversarial traps
  • Two critical vulnerabilities identified: a "Knowledge Bottleneck" where removing explicit formula hints causes dramatic performance collapse (e.g., Gemini-3.1-Pro drops from 70.70% to 38.22%), and a "Structural Bottleneck" where multi-metric, multi-period table generation drains reasoning capacity
  • LLMs exhibit fragile pattern matching rather than genuine structural reasoning, regressing to shallow heuristics like fetching incorrect columns or substituting deep accounting adjustments with literal arithmetic under cognitive load
  • Supervised Fine-Tuning (SFT) yields substantial zero-hint gains (+8.54% on Single-Index tasks, +3.82% on Table-Index tasks), demonstrating that structured logic can be partially restored through data-centric alignment
  • Existing benchmarks fail to capture real-world industrial complexity by relying on multiple-choice questions or single-hop QA over cropped tables, ignoring cross-statement dynamics and temporal de-cumulation

Why It Matters

This research exposes fundamental limitations in how LLMs handle complex, multi-step financial reasoning over long contexts—critical for enterprise applications where numerical precision and temporal logic are non-negotiable. The findings challenge the assumption that strong benchmark performance translates to reliable real-world deployment in domain-specific verticals like finance.

Technical Details

  • FinIndices Benchmark: Evaluates Single-Index computation and Table-Index tabulation across uncropped financial statements up to 32K tokens, using adversarial traps to test domain, temporal, and caliber reasoning
  • Knowledge Bottleneck Evidence: Models memorize formulas during pre-training but cannot apply them without explicit hints; temporal de-cumulation and stock-flow caliber mismatch are key failure modes
  • Structural Bottleneck Mechanism: Generating multi-metric, multi-period tables creates intense cognitive load, causing models to regress from accurate isolated derivations to shallow heuristics (adjacent column fetching, lazy literal arithmetic)
  • SFT Impact: Data-centric alignment through supervised fine-tuning partially restores structured reasoning, with measurable zero-hint improvements across both task types
  • Benchmark Gap: Prior evaluations relied on cropped tables and single-hop QA, failing to capture cross-statement dynamics and long-horizon temporal reasoning required in production financial systems

Industry Insight

  • Enterprises deploying LLMs for financial analysis should treat zero-hint performance as the true reliability metric; hint-dependent results mask fundamental reasoning gaps that will surface in production
  • Investment in SFT with structured, domain-specific reasoning data offers a practical path toward improving multi-step financial logic, but should be validated under adversarial conditions
  • The two-bottleneck framework (Knowledge + Structural) provides a diagnostic lens for evaluating LLM readiness in any domain requiring long-context, multi-hop numerical reasoning beyond surface pattern matching

TL;DR

  • 提出FinIndices基准测试,评估LLM在长上下文(32K tokens)财务陈述上的数据处理保真度
  • 发现LLM存在"知识瓶颈":移除公式提示后性能骤降(如Gemini-3.1-Pro从70.70%跌至38.22%),暴露时间去累积和存量-流量口径不匹配问题
  • 发现LLM存在"结构瓶颈":多指标多周期表格生成时认知负荷导致推理退化,模型回归浅层启发式策略
  • SFT可部分恢复结构化逻辑,零提示下Single任务提升8.54%,Table任务提升3.82%

为什么值得看

本文揭示了LLM在财务推理领域的深层脆弱性,为评估模型真实推理能力提供了工业级基准。研究结果对金融AI应用开发者和模型训练者具有重要参考价值。

技术解析

  • FinIndices采用自动化合成管道与对抗性陷阱,涵盖单指标计算和表指标制表两类任务,测试复杂领域、时间和口径推理
  • 基准测试使用未裁剪财务陈述(最长32K tokens),突破现有benchmark依赖裁剪表格和单跳QA的局限
  • 实验显示模型在孤立推导任务表现良好,但多指标多周期表格生成时出现相邻列抓取错误、用浅层算术替代深层会计调整等问题
  • SFT训练验证了数据中心对齐对结构化逻辑恢复的有效性

行业启示

  • 金融AI应用需警惕LLM的模式匹配局限,不能仅依赖预训练知识,需结合结构化验证机制
  • 多步骤、多指标推理任务需要额外的提示工程或微调策略,避免模型在复杂场景下退化
  • 数据中心的对齐方法(如SFT)可有效弥补LLM的结构化推理缺陷,值得在垂直领域推广

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Finance AI 金融AI Evaluation 评测 Benchmark 基准测试 Research 科学研究