Data Analysis in the Wild: Benchmarking Large Language Models Against Real-World Data Complexities
This paper introduces DataGovBench, a new benchmark derived from governmental open data that evaluates Large Language Models on complex table QA and exploratory insight tasks, revealing significant performance gaps between current models and the demands of real-world data analytics.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you have a very smart, well-read robot assistant. You've trained it on millions of books, news articles, and websites. It can write poetry, summarize movies, and answer trivia questions about history. You might think, "Great! Let's ask this robot to help me analyze my company's sales data or the city's traffic records."
But according to this paper, if you actually hand that robot a real, messy pile of data, it often trips over its own feet.
The authors of this paper, researchers from Fujitsu, decided to test this theory. They built a new "exam" called DataGovBench to see how well Large Language Models (LLMs) really handle data analysis in the real world.
Here is a breakdown of their findings using simple analogies:
1. The Problem: The "Textbook" vs. The "Wild"
Most previous tests for these AI models were like taking a math quiz in a quiet classroom. The problems were small, the numbers were clean, and the rules were clear.
- The Reality: Real-world data is like a chaotic kitchen after a dinner party. There are huge piles of receipts (millions of rows), sticky notes with instructions (metadata), and recipes from different chefs (external knowledge) scattered everywhere.
- The Gap: The paper argues that current AI models are great at the "classroom quiz" but fail miserably in the "chaotic kitchen." They struggle to connect different tables, understand the context, or find hidden patterns without getting confused.
2. The New Exam: DataGovBench
To fix this, the researchers created a new benchmark using government open data (like city building records or health statistics). This data is messy, huge, and requires outside knowledge to understand.
They tested the AI on two specific tasks:
Task A: The "Specific Question" (Table QA)
- The Analogy: Imagine you ask the robot, "How many buildings in Boston were built after 2010, and show me a chart of their heights."
- The Challenge: The robot has to find the right file, filter out the wrong years, do the math, and draw the picture.
- The Result: Even the smartest robots got this wrong about 60-70% of the time. They often forgot to filter out "total" counts when looking at "male" and "female" counts separately, or they got confused by different date formats.
Task B: The "Detective Work" (Table Insight)
- The Analogy: Instead of asking a specific question, you just hand the robot a stack of data and say, "Tell me what's interesting here."
- The Challenge: The robot needs to act like a human analyst, looking for trends, surprises, or stories hidden in the numbers.
- The Result: The robots were terrible at this. They could spot the general topic (e.g., "Radon gas levels"), but they failed to explain why it mattered or provide the specific numbers that proved their point. They sounded like they were guessing rather than analyzing.
3. The "Agent" Experiment
The researchers tried to help the robots by giving them a "toolbelt" (called an Agentic Framework). Instead of just guessing, the robot was programmed to:
- Write a computer script (Python code) to do the math.
- Run the script.
- Check its own work. If the script crashed or the result looked weird, it would try to fix the code and run it again.
Did it work?
Yes, but only a little bit. It was like giving a student a calculator; their scores went up, but they still couldn't solve the hardest problems. The best models still failed more than half the time.
4. Where Did They Fail?
The paper identified two main "superpowers" that current AI is missing:
- Narrative Reasoning: The AI can find a number, but it can't weave that number into a logical story or argument. It's like having a list of ingredients but not knowing how to cook the meal.
- Fact Retrieval: When the data is huge and messy, the AI often grabs the wrong number or the wrong table, leading to a confident but completely wrong answer.
The Bottom Line
The paper concludes that while AI is amazing at chatting and writing, it is not yet ready to be a reliable data analyst for real-world, messy situations.
The researchers built this "DataGovBench" exam to show the world exactly where the robots are failing, hoping that future AI developers will focus on fixing these specific weaknesses before we trust them with our critical data.
In short: We have built a very smart robot librarian, but we are still waiting for a robot accountant who can actually do the books without making a mess.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.