paper-with-me

Papers

Benchmarking Retrieval-Augmented Multimomal Generation for Document Question Answering

2025-05-22 · Kuicai Dong, Yujing Chang, Shijie Huang, Yasheng Wang, Ruiming Tang, Yong liu

Document Visual Question Answering (DocVQA) faces dual challenges in processing lengthy multimodal documents (text, images, tables) and performing cross-modal reasoning. Current document retrieval-augmented generation (DocRAG) methods remain limited by their text-centric approaches, frequently missing critical visual information. The field also lacks robust benchmarks for assessing multimodal evidence selection and integration. We introduce MMDocRAG, a comprehensive benchmark featuring 4,055 expert-annotated QA pairs with multi-page, cross-modal evidence chains. Our framework introduces innovative metrics for evaluating multimodal quote selection and enables answers that interleave text with relevant visual elements. Through large-scale experiments with 60 VLM/LLM models and 14 retrieval systems, we identify persistent challenges in multimodal evidence retrieval, selection, and integration.Key findings reveal advanced proprietary LVMs show superior performance than open-sourced alternatives. Also, they show moderate advantages using multimodal inputs over text-only inputs, while open-source alternatives show significant performance degradation. Notably, fine-tuned LLMs achieve substantial improvements when using detailed image descriptions. MMDocRAG establishes a rigorous testing ground and provides actionable insights for developing more robust multimodal DocVQA systems. Our benchmark and code are available at https://mmdocrag.github.io/MMDocRAG/.

📄 PDF Abstract BibTeX arXiv:2505.16470

Code (1)

mmdocrag/mmdocrag 공식 구현

Tasks

BenchmarkingEvidence SelectionQuestion AnsweringRetrievalRetrieval-augmented GenerationVisual Question Answering

Similar Papers 제목 키워드 기반

StratRAG: A Multi-Hop Retrieval Evaluation Dataset for Retrieval-Augmented Generation Systems

2026-03-06 · Aryan Patodiya arxiv

We introduce StratRAG, an open-source retrieval evaluation dataset for benchmarking Retrieval-Augmented Generation (RAG) systems on multi-hop reasoning tasks under realistic, noisy document-pool conditions. Derived from …

Benchmarking Retrieval-Augmented Generation in Multi-Modal Contexts

2025-02-24 · Zhenghao Liu, Xingsheng Zhu, Tianshuo Zhou, Xinyi Zhang 외

This paper introduces Multi-Modal Retrieval-Augmented Generation (M^2RAG), a benchmark designed to evaluate the effectiveness of Multi-modal Large Language Models (MLLMs) in leveraging knowledge from multi-modal retrieva…

BenchmarkingFact VerificationImage CaptioningQuestion Answering+4

When Good OCR Is Not Enough: Benchmarking OCR Robustness for Retrieval-Augmented Generation

2026-04-29 · Lin Sun, Wang Dexian, Jingang Huang, Linglin Zhang 외 arxiv

Industrial Retrieval-Augmented Generation (RAG) systems depend on optical character recognition (OCR) to transform visual documents into text. Existing OCR benchmarks rely on character-level metrics, which inadequately m…

Advancing Retrieval-Augmented Generation for Persian: Development of Language Models, Comprehensive Benchmarks, and Best Practices for Optimization

2025-01-08 · Sara Bourbour Hosseinbeigi, Sina Asghari, Mohammad Ali Seif Kashani, Mohammad Hossein Shalchian 외

This paper examines the specific obstacles of constructing Retrieval-Augmented Generation(RAG) systems in low-resource languages, with a focus on Persian's complicated morphology and versatile syntax. The research aims t…

BenchmarkingGeneral KnowledgeRAGRetrieval+2

From BM25 to Corrective RAG: Benchmarking Retrieval Strategies for Text-and-Table Documents

2026-04-02 · Meftun Akarsu, Recep Kaan Karaman, Christopher Mierbach arxiv

Retrieval-Augmented Generation (RAG) systems critically depend on retrieval quality, yet no systematic comparison of modern retrieval methods exists for heterogeneous documents containing both text and tabular data. We b…