← Latest papers
💬 NLP

LakeQuest: A Three-Domain Benchmark for Grounded Question Answering across Data Lakes

This paper introduces LakeQuest, a human-validated benchmark comprising nearly 10,000 QA pairs across three diverse domains, designed to evaluate and expose the limitations of current retrieval-augmented and agentic systems in performing end-to-end question answering over realistic, heterogeneous data lakes.

Original authors: Michael Solodko, Steven Gong, Guangwei Yu, Satya Krishna Gorti, Jesse C. Cresswell, Victor Zhong

Published 2026-07-15
📖 5 min read🧠 Deep dive

Original authors: Michael Solodko, Steven Gong, Guangwei Yu, Satya Krishna Gorti, Jesse C. Cresswell, Victor Zhong

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're a detective trying to solve a mystery, but instead of a neat, single notebook with all the clues, you've been handed a massive, chaotic warehouse. Inside this warehouse, there are millions of loose papers, half-written ledgers, sticky notes, and broken filing cabinets, all mixed together. Some clues are written in plain English, others are in complex spreadsheets, and some are just vague notes on the back of envelopes. This is what a Data Lake looks like in the real world.

For a long time, computer programs designed to answer questions (like a super-smart detective) have been trained on clean, organized libraries where every book is in its right place. They are great at finding answers in those tidy rooms. But when you throw them into the messy warehouse of a real company's data, they often get lost, confused, or make things up.

Enter LAKEQUEST, a new "training ground" created by researchers to test how well these detective programs can actually navigate the mess. They built a giant simulation with 9,846 specific questions and the exact clues needed to answer them, spread across three very different types of messy warehouses:

  1. The AI/ML Warehouse: Packed with millions of "model cards" (like resumes for computer programs) and dataset notes.
  2. The Bank Warehouse: Filled with transaction ledgers, customer profiles, and strict rulebooks about who can transfer money.
  3. The Drug Warehouse: A mix of scientific research papers and structured tables about medicines.

The Big Discovery: Finding the Clue Isn't the Same as Solving the Puzzle

The most important thing the researchers found is that just because a detective finds the right piece of paper doesn't mean they can solve the mystery.

In their tests, they watched the programs try to answer questions. They measured two things:

  • Retrieval: Did the program find the right documents?
  • Reasoning: Did the program actually read those documents and put the pieces together correctly?

Here's the twist: The programs were surprisingly good at finding the right documents (sometimes even finding different documents that had the same answer), but they often failed to read them correctly.

  • In the AI Warehouse: The programs were terrible at finding the specific file they needed (only finding the right one about 9% of the time for some questions). However, when they did find the right file, they could answer correctly 35% of the time. This suggests the main problem here is just finding the needle in the haystack.
  • In the Bank Warehouse: The programs were actually really good at finding the rulebooks and the transaction lists (finding the rules 85–94% of the time). But when it came time to combine the rule with the specific transaction to make a decision, they messed up. Their accuracy dropped to around 60%. It's like finding the "No Running" sign and the picture of a kid running, but failing to realize the kid broke the rule.
  • In the Drug Warehouse: The programs could find the text passages almost perfectly (98%), but when they had to mix that text with a complex table of chemical data, their accuracy crashed to 66%. They could find the clues, but they couldn't connect the dots between the text and the numbers.

Why This Matters (And What It's Not)

The researchers explicitly ruled out the idea that "better searching" is the only thing we need to fix. They proved that even if you give a program the perfect set of clues (the "Gold Evidence"), it still struggles to reason through them, especially in the Drug and Bank warehouses. In the Drug tests, even with the perfect clues, the programs only got the answer right 62.5% of the time. This means the problem isn't just that the programs are blind; it's that they are bad at thinking when the clues are messy and mixed together.

They also tested "agentic" systems—programs that act like little robots, taking multiple steps to search, summarize, and plan. While these robots were smarter, they were also much slower and used way more computer power (tokens). For example, a simple "guess" by the robot used about 0.06 thousand tokens, but the robot taking its time to search and plan used up to 1.27 thousand tokens. That's like hiring a detective who takes a week to solve a crime that could be solved in an hour, just to be sure.

The Verdict

The paper doesn't claim to have solved the problem. Instead, it provides a rigorous map of where the current "detectives" are failing. It shows that we can't just rely on better search engines; we need to teach these systems how to be better at synthesizing—how to take a rule from a policy document, a number from a bank ledger, and a fact from a research paper, and weave them together into a single, truthful answer without making things up.

The researchers built this benchmark with 9,846 human-validated questions to ensure that every single test case was fair and that the "gold clues" were real. They found that while modern AI is getting better at finding things, it is still struggling to make sense of the messy, real-world data that companies and scientists actually use every day. The path forward isn't just about finding more clues; it's about learning how to read them all at once.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →