InsightBench: Evaluating Business Analytics Agents Through Multi-Step Insight Generation
Gaurav Sahu, Abhay Puri, Juan Rodriguez, Amirhossein Abaskohi, Mohammad Chegini, Alexandre Drouin, Perouz Taslakian, Valentina Zantedeschi, Alexandre Lacoste, David Vazquez, Nicolas Chapados, Christopher Pal, Sai Rajeswar Mudumba, Issam Hadj Laradji
TL;DR
InsightBench presents the first automated benchmark for evaluating end-to-end, multi-step data analytics by LLM-based agents, using 100 synthetic ServiceNow datasets with planted insights across Descriptive, Diagnostic, Predictive, and Prescriptive categories. The framework employs a two-way evaluation with LLaMA-3-Eval, comparing agent-generated insights and summaries against expert-ground-truth notebooks, and demonstrates that AgentPoirot outperforms the Pandas Agent, especially with open-source backbones like LLaMA-3-70b approaching GPT-4-level performance. The authors show that goal specificity (SMART goals) and diverse questioning are crucial for robust analytics, and they provide extensive ablation results on goal types, question diversity, and evaluation strategies. InsightBench, with its reproducible data-generation pipeline and open evaluator, aims to push forward practical, end-to-end automated data analytics across enterprise domains and invites community contributions to broaden coverage.
Abstract
Data analytics is essential for extracting valuable insights from data that can assist organizations in making effective decisions. We introduce InsightBench, a benchmark dataset with three key features. First, it consists of 100 datasets representing diverse business use cases such as finance and incident management, each accompanied by a carefully curated set of insights planted in the datasets. Second, unlike existing benchmarks focusing on answering single queries, InsightBench evaluates agents based on their ability to perform end-to-end data analytics, including formulating questions, interpreting answers, and generating a summary of insights and actionable steps. Third, we conducted comprehensive quality assurance to ensure that each dataset in the benchmark had clear goals and included relevant and meaningful questions and analysis. Furthermore, we implement a two-way evaluation mechanism using LLaMA-3 as an effective, open-source evaluator to assess agents' ability to extract insights. We also propose AgentPoirot, our baseline data analysis agent capable of performing end-to-end data analytics. Our evaluation on InsightBench shows that AgentPoirot outperforms existing approaches (such as Pandas Agent) that focus on resolving single queries. We also compare the performance of open- and closed-source LLMs and various evaluation strategies. Overall, this benchmark serves as a testbed to motivate further development in comprehensive automated data analytics and can be accessed here: https://github.com/ServiceNow/insight-bench.
