LakeQA: An Exploratory QA Benchmark over a Million-Scale Data Lake
The paper introduces LakeQA, a comprehensive benchmark built on 9.5 TB of heterogeneous data that challenges large language models to perform search-centric question answering by combining document retrieval with complex multi-hop reasoning, revealing significant performance gaps even in frontier models.
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 are a detective trying to solve a very specific mystery. In most detective stories (or standard AI tests), the author hands you a stack of files and says, "The answer is in these three pages." Your job is just to read them and find the clue.
LAKEQA is a different kind of test. Here, the author gives you a question but no files. Instead, you are dropped into a massive, chaotic warehouse the size of a small city, filled with 40 million different documents. Some are neatly organized spreadsheets, some are messy PDFs, some are old text files, and some are government reports.
Your job is to find the answer by searching through this warehouse and connecting the dots across many different documents.
Here is a breakdown of what the paper is about, using simple analogies:
1. The Problem: The "Needle in a Haystack" is actually a "Needle in a Mountain of Haystacks"
Current AI models (Large Language Models) are great at reading a book and answering questions about it. But in the real world, data isn't neatly packaged. It's scattered across millions of files in "Data Lakes."
- The Old Way: The AI is given a specific book and asked, "What color is the car?" The AI reads the book and answers.
- The LAKEQA Way: The AI is asked, "Find the elementary school in New York that has small classes and the fewest violent incidents between 2008 and 2011."
- The AI doesn't know which file has the school names.
- It doesn't know which file has the class sizes.
- It doesn't know which file has the crime reports.
- It has to search for the right files, download them, read them, and then combine the information from all of them to solve the puzzle.
2. The Benchmark: A "Multi-Hop" Treasure Hunt
The paper introduces LAKEQA, a new test designed to see how good AI is at this specific type of detective work.
Think of a task in LAKEQA like a treasure hunt with 8 clues.
- Clue 1: You need to find a neighborhood. (You search Wikipedia).
- Clue 2: That neighborhood is next to another one. (You search a map database).
- Clue 3: You need to find schools in both neighborhoods. (You search a government list).
- Clue 4: You need to filter those schools by class size. (You open a spreadsheet).
- Clue 5: You need to check crime stats for the remaining schools. (You open a different report).
- ...and so on.
If the AI gets stuck on Clue 2, it can never solve Clue 8. The paper calls this "Multi-hop reasoning." The AI has to take a step, find a new piece of information, and use that to decide where to look next.
3. The Scale: A "Library of Babel"
The paper built this test using a massive collection of data:
- 9.5 Terabytes of data (imagine a library with millions of books).
- 40 Million documents (a mix of structured data like Excel sheets and unstructured data like text articles).
- Sources: Wikipedia (for general knowledge) and Data.gov (for real-world, messy government data).
This is important because previous tests only used small, clean collections of text. LAKEQA forces the AI to deal with the "messiness" of the real world.
4. The Results: The AI Gets Lost
The researchers tested seven of the smartest AI models available (including GPT-5.2 and Claude) on this challenge.
- The Score: The best AI only got about 18% to 33% of the answers correct.
- The Main Failure: The AI didn't fail because it couldn't read or reason. It failed because it couldn't find the right files.
- Analogy: Imagine a brilliant detective who can solve any crime, but they are blindfolded in a giant warehouse. They can't find the evidence because they don't know which shelf to look at.
- The "Long Chain" Problem: As the number of steps (hops) increased, the AI's performance dropped sharply. The more steps it had to take, the more likely it was to get lost or forget a previous clue.
5. The Conclusion: Search is the Bottleneck
The paper concludes that while AI is getting better at "thinking" (reasoning), it is still terrible at "looking" (searching and discovering) in massive, unorganized data lakes.
- Current AI: "I can read a book perfectly, but if you hide the book in a pile of 40 million other books, I can't find it."
- The Goal: We need AI agents that are not just smart readers, but also expert explorers who can navigate huge, messy data warehouses to find the specific evidence they need to solve a problem.
In short, LAKEQA is a stress test that shows current AI is still very bad at finding needles in massive, messy haystacks, even when it has the intelligence to understand the needle once it finds it.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.