MM-BizRAG: Rethinking Multimodal Retrieval-Augmented Generation for General Purpose Enterprise Q&A
MM-BizRAG introduces a multimodal retrieval-augmented generation framework that dynamically routes enterprise documents through orientation-specific parsing pipelines to explicitly capture structural information, significantly outperforming existing vision-centric baselines in Q&A accuracy while offering a cost-effective evaluation metric called FastRAGEval.
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 work in a giant, chaotic library where the books come in two very different shapes: tall, narrow reports (like financial statements) and wide, flat slide decks (like PowerPoint presentations).
For a long time, the "robots" (AI systems) trying to answer questions from these books have taken a lazy approach. They've been told to just take a photo of every single page and feed that photo into the robot's brain. They hope the robot can "guess" the structure of the page just by looking at the picture.
The Problem:
This "photo-only" method works okay for simple slides, but it fails miserably with complex reports. It's like trying to understand a detailed blueprint by squinting at a blurry photograph of it. The robot misses the specific numbers in the tables, the flow of the text, and the relationship between a chart and the paragraph next to it. It's too busy looking at the "whole picture" to see the important details.
The Solution: MM-BizRAG
The authors of this paper built a new system called MM-BizRAG. Instead of treating every document the same, this system acts like a smart librarian who knows exactly how to handle different types of books.
Here is how it works, using simple analogies:
1. The "Smart Sorter" (Document Structure-Aware Split)
When a document arrives, the system first asks: "Is this a tall report or a wide slide deck?"
- If it's a Report (Vertical): The system doesn't just take a photo. It carefully cuts the document into pieces, reading the text, extracting the tables, and describing the images. It keeps track of where everything was on the page, like a puzzle master keeping the pieces in order.
- If it's a Slide Deck (Horizontal): The system realizes that on a slide, the text, image, and chart are all mixed together to tell one story. So, it treats the whole slide as a single unit, describing the entire scene at once.
2. The "Two-Backpack" Strategy (Decoupling Retrieval and Generation)
This is the system's secret sauce. Most other systems try to stuff everything into one backpack to find the answer. MM-BizRAG uses two different backpacks:
- Backpack A (For Searching): This contains simplified, text-heavy summaries and descriptions. It's lightweight and fast, making it easy to search through thousands of documents to find the right ones.
- Backpack B (For Answering): Once the right documents are found, the system pulls out the full, rich versions (including the actual images and tables) and assembles them perfectly for the final answer.
Why this matters: It's like using a cheap, fast map to find a city (Backpack A), and then once you arrive, using a high-definition, 3D model of the city to give your tour guide the best directions (Backpack B). You get the speed of a search engine with the depth of a human expert.
3. The "One-Call" Judge (FastRAGEval)
To test if their system is actually good, they needed a way to grade the answers. Existing grading tools were like a teacher who had to read the answer, break it down into tiny sentences, check each one, and then write a report. This took a long time and cost a lot of money.
The authors invented FastRAGEval, which is like a super-fast teacher who can read the whole answer, check the facts, and give a grade in a single glance. It's twice as fast and agrees better with human judges than the old methods.
The Results
When they tested this new system against the "photo-only" robots:
- For Reports: It was a massive win, improving accuracy by up to 32%. The system finally understood the complex tables and charts that the others missed.
- For Slides: It did just as well as the best photo-based systems, proving that you don't need to ignore the text to handle slides.
- Speed: They found a "sweet spot" configuration that was almost as accurate as the most complex version but ran about twice as fast.
In a Nutshell
The paper argues that we shouldn't just rely on AI to "guess" the structure of a document by looking at a picture. Instead, we should actively parse (break down) the document based on its shape, use a fast method to find the right info, and then assemble the rich details only when we need to write the final answer. This approach makes the AI much smarter, especially for the complex documents businesses use every day.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.