DABstep: Adyen and Hugging Face benchmark multi-step reasoning for data analysis agents
Real-world data analysis requires multi-step reasoning, domain knowledge, and iterative code execution, but proper evaluation benchmarks for AI agents tackling such tasks are lacking and hinder progress in the field.
Existing benchmarks were inadequate: DS-1000 tasks are single-shot without real datasets; DS Bench is Excel-based and uses GPT-4 as evaluator, introducing bias; benchmarks like GAIA, MATH, and SimpleQA can be answered with single-shot code generation.
DABstep was released with over 450 real-world tasks from Adyen's workloads; current best-performing AI agents achieve only 16% accuracy, revealing a significant gap between current AI capability and human-level data analysis.
Show all 7 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
DABstep was released with over 450 real-world tasks from Adyen's workloads; current best-performing AI agents achieve only 16% accuracy, revealing a significant gap between current AI capability and human-level data a…
What tools did this team use?
smolagents, o3-mini, DeepSeek R1, Claude Sonnet, DeepSeek V3, Hugging Face.
What results were reported?
o3-mini accuracy on DABstep: 16%; DeepSeek R1 accuracy on DABstep: 13%; Claude Sonnet accuracy on DABstep: 12%; DeepSeek V3 accuracy on DABstep: 6% (source-reported, not independently verified).
What failed first in this deployment?
Existing benchmarks were inadequate: DS-1000 tasks are single-shot without real datasets; DS Bench is Excel-based and uses GPT-4 as evaluator, introducing bias; benchmarks like GAIA, MATH, and SimpleQA can be answered…
How is this finance ops AI workflow structured?
Task posed to agent → Structured and unstructured data access → Multi-step iterative problem-solving → Factoid answer evaluation → Real-time leaderboard submission.