Chain of Evidence: Pixel-Level Visual Attribution for Iterative Retrieval-Augmented Generation
The paper introduces Chain of Evidence (CoE), a retriever-agnostic framework that leverages Vision-Language Models to enable pixel-level visual attribution in Iterative Retrieval-Augmented Generation, thereby overcoming the limitations of text-only parsing by directly reasoning over document screenshots to provide precise bounding box citations and preserve essential visual layout information.
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 complex mystery. In the past, you had to read through hundreds of pages of typed reports to find the clues. If the report said, "The suspect was in Paris," you had to trust it. But what if the report was actually a messy flyer with a map, a photo of a train ticket, and a handwritten note? If you just typed out the words from that flyer, you'd lose the map and the photo, and you'd have no idea where on the page the clue was hiding.
This is the problem the authors of this paper are solving with a new system called Chain of Evidence (CoE).
The Problem: The "Blurry Photocopy"
Current AI systems that answer questions (called Retrieval-Augmented Generation, or RAG) usually work like this:
- You ask a question.
- The AI finds some documents.
- It strips away all the pictures, charts, and fancy layouts, turning everything into plain text (like a blurry photocopy).
- It gives you an answer and says, "I found this in Document A."
The Catch: If Document A is a slide deck with a graph or a PDF with a complex table, turning it into plain text destroys the logic. It's like trying to understand a recipe by only reading the list of ingredients but ignoring the pictures of how to mix them. Furthermore, when the AI says "Document A," it doesn't tell you which part of that document holds the answer. You have to manually scroll through 50 pages to find the specific sentence. This is the "Verification Bottleneck."
The Solution: The "Pixel-Level Detective"
The authors propose Chain of Evidence (CoE), which changes the game by treating documents as images (screenshots) rather than just text.
Think of CoE as a detective who doesn't just read the report but looks at the original, unedited photo of the document.
- No More Stripping: It doesn't convert the document to text first. It looks at the screenshot, keeping all the charts, arrows, and layout intact.
- The "Magic Highlighter": Instead of just saying "It's in Document 3," CoE draws a precise box (a bounding box) around the exact spot on the image where the answer lives. It points directly to the specific number in a chart or the specific line in a paragraph.
- The Chain: For complex questions that require multiple steps (e.g., "Who directed the movie, and where did they go to school?"), CoE builds a visual chain. It shows you: "Step 1: Look at this box on Document A to find the director. Step 2: Look at this box on Document B to find the school."
How They Tested It
To prove this works, the team built two new "training grounds" (datasets):
- Wiki-CoE: A massive collection of Wikipedia pages turned into screenshots. They took questions that require jumping between multiple pages and taught the AI to find the exact visual spot for the answer.
- SlideVQA: A collection of presentation slides with messy layouts, arrows, and complex diagrams. This is the "hard mode" test because text-based systems usually fail here.
The Results: Why It Matters
The paper shows that CoE is a game-changer, especially for documents that aren't just plain text:
- It's Smarter at "Where": On complex slides, standard AI systems that rely on text often get lost. CoE, by looking at the visual layout, correctly identified the evidence much more often.
- It's Trustworthy: Because CoE draws a box around the evidence, you can instantly verify the answer. You don't have to guess; you can see the proof right there on the screen.
- It Doesn't Need a Specific Search Engine: CoE works with any search tool that finds documents. It just takes the top 5 results (as images) and figures out the logic.
The Bottom Line
The authors argue that for the AI to be truly trustworthy, especially with complex documents like reports, slides, and charts, it needs to "see" the document, not just "read" a text version of it. Chain of Evidence turns the AI into a visual detective that can point its finger directly at the truth, making the reasoning process transparent and easy for humans to check.
In short: Instead of giving you a vague reference to a book, CoE hands you the book, opens it to the exact page, and draws a circle around the sentence you need.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.