Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

MDocAgent: A Multi-Modal Multi-Agent Framework for Document Understanding

About

Document Question Answering (DocQA) is a very common task. Existing methods using Large Language Models (LLMs) or Large Vision Language Models (LVLMs) and Retrieval Augmented Generation (RAG) often prioritize information from a single modal, failing to effectively integrate textual and visual cues. These approaches struggle with complex multi-modal reasoning, limiting their performance on real-world documents. We present MDocAgent (A Multi-Modal Multi-Agent Framework for Document Understanding), a novel RAG and multi-agent framework that leverages both text and image. Our system employs five specialized agents: a general agent, a critical agent, a text agent, an image agent and a summarizing agent. These agents engage in multi-modal context retrieval, combining their individual insights to achieve a more comprehensive understanding of the document's content. This collaborative approach enables the system to synthesize information from both textual and visual components, leading to improved accuracy in question answering. Preliminary experiments on five benchmarks like MMLongBench, LongDocURL demonstrate the effectiveness of our MDocAgent, achieve an average improvement of 12.1% compared to current state-of-the-art method. This work contributes to the development of more robust and comprehensive DocQA systems capable of handling the complexities of real-world documents containing rich textual and visual information. Our data and code are available at https://github.com/aiming-lab/MDocAgent.

Siwei Han, Peng Xia, Ruiyi Zhang, Tong Sun, Yun Li, Hongtu Zhu, Huaxiu Yao• 2025

Related benchmarks

TaskDatasetResultRank
Multimodal Document Question AnsweringMMLongBench-Doc
Overall Accuracy42
77
Document Question AnsweringMMLongBench-Doc
Accuracy51.2
40
RetrievalLongDocURL
Recall75.49
30
Document Question AnsweringLongDocURL
Accuracy (All)52.7
30
Multimodal Document Question AnsweringLongDocURL
Overall Acc56.1
28
Multimodal Document Question AnsweringMMLongBench
Accuracy38.5
26
Question AnsweringDocBench
Accuracy78.6
20
RetrievalMMLongBench
Recall73.07
18
Multimodal Document Question AnsweringFetaTab
Accuracy66.3
17
Document Question AnsweringMMLongBench-Doc (test)
Accuracy46.8
16
Showing 10 of 16 rows

Other info

Follow for update