Preprint
Multimodal AI

Benchmarking multimodal rag through a chart-based document question-answering generation framework

Yuming Yang, Jiang Zhong, Li Jin, Jingwang Huang, Jingpeng Gao, Qing Liu, Yang Bai, Jingyuan Zhang, Rui Jiang, Kaiwen Wei
February 1, 2025arXiv.org11 citations

11

Citations

1

Influential Citations

arXiv.org

Venue

2025

Year

Abstract

… We introduce a Multimodal RAG Retrieval Recall metric to evaluate the effectiveness of crossmodal retrieval process. For textual content, we perform sentence-level retrieval, while for …

Analysis

Why This Paper Matters

Multimodal retrieval-augmented generation (RAG) is rapidly gaining importance as AI systems need to answer questions grounded in both text and visual content like charts. However, evaluating such systems is challenging due to the lack of standardized benchmarks that reflect real-world document QA tasks. This paper addresses this gap by introducing a chart-based document QA generation framework, which automatically creates question-answer pairs from documents containing charts. This enables systematic benchmarking of multimodal RAG pipelines.

The paper also introduces a new metric, Multimodal RAG Retrieval Recall, specifically designed to measure the effectiveness of crossmodal retrieval—retrieving relevant text and chart images in response to a query. This is a crucial contribution because existing metrics often treat text and image retrieval separately, failing to capture the integrated nature of multimodal retrieval. By focusing on sentence-level retrieval for text and chart-level retrieval for images, the metric provides a more granular and realistic assessment.

Technical Contributions

  • Chart-based QA Generation Framework: Automatically generates question-answer pairs from chart-containing documents, reducing the need for manual annotation and enabling scalable benchmark creation.
  • Multimodal RAG Retrieval Recall Metric: A new evaluation metric that quantifies how well a RAG system retrieves relevant multimodal evidence (both text and charts) for a given question.
  • Sentence-level Text Retrieval: Applies fine-grained retrieval at the sentence level, which is more precise than document-level retrieval and better reflects the needs of QA.
  • Crossmodal Retrieval Evaluation: The metric accounts for retrieval of both textual and visual (chart) content, providing a holistic view of retrieval performance.

Results

While the abstract does not provide specific numerical results, the paper likely demonstrates the framework's ability to generate diverse and challenging QA pairs and shows that the proposed metric can differentiate between retrieval systems. The benchmark is expected to reveal gaps in current multimodal RAG systems, particularly in retrieving relevant charts and aligning them with textual evidence. The paper's citation count (11) suggests early adoption and interest from the community.

Significance

This work contributes to the maturation of multimodal RAG evaluation. By providing a reproducible benchmark and a dedicated retrieval metric, it enables researchers to systematically compare different retrieval and generation strategies. This can accelerate progress in building more robust multimodal QA systems that are essential for applications like document analysis, data interpretation, and decision support. The framework's automation also lowers the barrier for creating domain-specific benchmarks, fostering broader research in multimodal AI.