← Latest papers
💬 NLP

DocHop-QA: Towards Multi-Hop Reasoning over Multimodal Document Collections

This paper introduces DocHop-QA, a large-scale benchmark of over 11,000 instances derived from PubMed articles that evaluates multimodal, multi-document, multi-hop scientific reasoning through a novel LLM-driven generation pipeline and a comprehensive task-driven evaluation framework.

Original authors: Jiwon Park, Seohyun Pyeon, Jinwoo Kim, Rina Carines Cabal, Zhenyuan He, Yihao Ding, Soyeon Caren Han

Published 2026-06-05
📖 5 min read🧠 Deep dive

Original authors: Jiwon Park, Seohyun Pyeon, Jinwoo Kim, Rina Carines Cabal, Zhenyuan He, Yihao Ding, Soyeon Caren Han

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

The Big Picture: The "Scientific Detective" Problem

Imagine you are a detective trying to solve a complex mystery. In a simple movie, the clue is right there on the table: a single note that says "The butler did it."

But in the real world of science, the clues are scattered. You have to read five different books (scientific papers). In Book A, there's a paragraph about a specific protein. In Book B, there's a table showing experimental results. In Book C, there's a chart about side effects. To solve the case, you can't just read one page; you have to connect the dots between all these different sources, different formats (text vs. tables), and different books to write a final report.

The Problem: Current AI models (like the smart chatbots we use today) are great at reading one book and answering a simple question. But when you ask them to be a detective across a whole library, they often get lost, miss clues, or make things up.

The Solution: The authors created DocHop-QA. Think of this as a gym for AI detectives. It's a massive collection of 11,379 "mystery cases" designed specifically to test if an AI can handle this kind of complex, multi-book, multi-format reasoning.


How They Built the Gym (The Dataset)

The researchers didn't just make up fake questions. They built this gym using real scientific articles from PubMed (a massive library of medical and biological research).

  1. The "Concepts" (The Rules of the Game):
    Instead of random questions, they defined 11 specific types of reasoning that real scientists use.

    • Analogy: Imagine a cooking show. Some questions ask, "What's the problem with this recipe, and how do we fix it?" (Problem/Solution). Others ask, "How does this cake compare to that pie?" (Comparison). They built their dataset around these 11 "recipes" for thinking.
  2. The "Documents" (The Clues):
    They picked pairs of real scientific papers that are related but don't have a direct link (like a hyperlink) between them. The AI has to figure out they belong together just by reading the content.

    • The Twist: The clues aren't just text. They include tables (like spreadsheets) and layout clues (where things are on the page). It's like asking the AI to read a paragraph, then look at a chart on a different page, then read a conclusion on a third page, and put it all together.
  3. The "Generation" (The Coach):
    They used a powerful AI to help write the questions and find the answers, but they guided it with those 11 reasoning concepts. It's like having a coach who tells the AI, "Okay, for this pair of papers, write a question that asks for the limitations of the study," rather than just letting the AI guess.


The Workout: Testing the AI

The researchers put various AI models through four different "workouts" to see how they performed:

  1. The Essay Writer (Generative Answering):

    • Task: Read the documents and write a natural language answer.
    • Result: Even the smartest models struggled. They often missed key details or hallucinated (made up) facts. It's like a student who studied the chapters but forgot to connect the themes.
  2. The Indexer (Structured Answering):

    • Task: Instead of writing an essay, the AI had to point to where the answer is (e.g., "The answer is in Table 2, Row 3").
    • Result: This was hard too. The models got confused by the layout of the pages, mixing up text and images.
  3. The Box Finder (BBox Extraction):

    • Task: Draw a box around the answer on the actual PDF page.
    • Result: The AI had trouble aligning the text with the visual layout, often drawing boxes in the wrong places.
  4. The XML Hunter (Entity Indexing):

    • Task: Find specific data points in the structured code of the document.
    • Result: Models performed better here but still struggled when the number of clues got too high.

What Did They Learn? (The Scorecard)

The paper concludes with a few key takeaways:

  • Current AI is "Short-Sighted": Most models are great at reading a single page but terrible at "long-context" reasoning. They lose the thread when the story spans multiple documents.
  • Tables are Tricky: AI models are surprisingly bad at combining text with tables. They often ignore the table or misinterpret the numbers.
  • The "Missing Link" Problem: Because the documents don't have explicit links (like "See also: Page 5"), the AI has to do the hard work of figuring out the connection itself. This is where most models fail.
  • Human vs. Machine: When humans took the test, they did much better than the AI, proving that the questions are solvable and realistic, but just very hard for current computers.

The Bottom Line

DocHop-QA is a new, tough benchmark. It's not just a test; it's a mirror showing us that while AI is getting smarter, it still struggles to be a true "research assistant" that can synthesize complex information from a whole library of scientific papers. The authors hope this dataset will help build the next generation of AIs that can actually do the deep, multi-step thinking required in real-world science.

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 →