Data Analysis in the Wild: Benchmarking Large Language Models Against Real-World Data Complexities

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, extended

Summary

DataGovBench is a new benchmark designed to evaluate Large Language Models (LLMs) in real-world data analysis scenarios, addressing limitations of existing benchmarks that focus on small, single tables. Derived from governmental open data, DataGovBench features 178 unique datasets with an average of 210K rows and 18 columns, including multi-tabular structures (over 36%) and external knowledge (over 57%). It comprises two tasks: Table QA, involving 211 complex decomposable questions (totaling 414 individual questions) requiring textual or visual answers, and Table Insight, which evaluates expert-level insight generation from 6 datasets. Comprehensive experiments with leading LLMs, both standalone and with agentic frameworks like Answer Agent and Insight Agent, reveal significant performance gaps, with top scores remaining below 0.4 for Table QA and below 0.5 for Table Insight, indicating current LLM systems are far from real-world demands.

Key takeaway

For AI Scientists and ML Engineers developing LLM-based data analysis agents, this benchmark highlights critical performance deficiencies in handling real-world data complexities. Your focus should shift towards improving narrative-level reasoning and accurate fact retrieval from large, multi-tabular datasets with rich metadata and external knowledge. Utilize DataGovBench to rigorously evaluate and advance agents capable of both complex query answering and proactive insight generation, moving beyond simple fact retrieval.

Key insights

Current LLMs, even with agentic support, significantly underperform on real-world complex data analysis tasks.

Principles

Method

DataGovBench construction involves curating large open datasets, annotating QA pairs via an LLM-human-in-the-loop pipeline, and compiling ground-truth insights from expert reports. The Answer Agent uses serialization, self-correcting code generation, and VLM/MLLM reflection.

In practice

Topics

Code references

Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, Data Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.