🤖 AI Summary
Existing AI agents for finance lack systematic evaluation of multi-step, multi-tool collaboration capabilities. Method: We introduce FinGAIA, the first end-to-end benchmark for financial AI agents, covering 407 real-world tasks across seven subdomains (e.g., securities, funds, banking) and proposing a three-level scenario-based evaluation framework. It employs a zero-shot automated assessment pipeline integrating ten state-of-the-art large language model–driven agents under unified multi-task, multi-tool interaction settings. Contribution/Results: FinGAIA identifies five prevalent failure modes—including cross-modal misalignment and financial terminology bias—for the first time. Experimental results show that the best-performing agent (ChatGPT) achieves only 48.9% accuracy—over 35 percentage points below human financial experts—highlighting critical bottlenecks in complex financial decision-making and domain-specific collaboration. FinGAIA provides a reproducible benchmark and concrete directions for advancing financial AI agents.
📝 Abstract
The booming development of AI agents presents unprecedented opportunities for automating complex tasks across various domains. However, their multi-step, multi-tool collaboration capabilities in the financial sector remain underexplored. This paper introduces FinGAIA, an end-to-end benchmark designed to evaluate the practical abilities of AI agents in the financial domain. FinGAIA comprises 407 meticulously crafted tasks, spanning seven major financial sub-domains: securities, funds, banking, insurance, futures, trusts, and asset management. These tasks are organized into three hierarchical levels of scenario depth: basic business analysis, asset decision support, and strategic risk management. We evaluated 10 mainstream AI agents in a zero-shot setting. The best-performing agent, ChatGPT, achieved an overall accuracy of 48.9%, which, while superior to non-professionals, still lags financial experts by over 35 percentage points. Error analysis has revealed five recurring failure patterns: Cross-modal Alignment Deficiency, Financial Terminological Bias, Operational Process Awareness Barrier, among others. These patterns point to crucial directions for future research. Our work provides the first agent benchmark closely related to the financial domain, aiming to objectively assess and promote the development of agents in this crucial field. Partial data is available at https://github.com/SUFE-AIFLM-Lab/FinGAIA.