CoolFace
Datasetpublic

zhaosuifeng/FinRAGBench-V

FinRAGBench-V: A Benchmark for Multimodal RAG with Visual Citation in the Financial Domain πŸ€— Code πŸ“„ Paper Overview FinRAGBench-V is a comprehensive benchmark for visual retrieval-augmented generation (RAG) in finance, addressing the challenge that most existing financial RAG research focuses predominantly on text while overlooking rich visual content in financial documents. By integrating multimodal data and providing visual citation, FinRAGBench-V ensures… See the full description on the dataset page: https://huggingface.co/datasets/zhaosuifeng/FinRAGBench-V.

sourceHugging Faceapache-2.0updated 11mo agoView on Hugging Face
12likes1kdownloads
Dataset Card

<h1 align="center">FinRAGBench-V: A Benchmark for Multimodal RAG with Visual Citation in the Financial Domain</h1> πŸ€— <a href="https://github.com/zhaosuifeng/FinRAGBench-V/tree/main">Code</a> πŸ“„ <a href="https://arxiv.org/abs/2505.17471">Paper</a>

Overview

FinRAGBench-V is a comprehensive benchmark for visual retrieval-augmented generation (RAG) in finance, addressing the challenge that most existing financial RAG research focuses predominantly on text while overlooking rich visual content in financial documents. By integrating multimodal data and providing visual citation, FinRAGBench-V ensures traceability and supports robust evaluation of Multimodal Large Language Models (MLLMs).

πŸ“‚ Dataset Structure

The dataset is organized into the following components:

  • β€”`pdf_for_QA/` Contains the collected PDF documents (Chinese and English), serving as raw source files.
  • β€”`corpus/` Each PDF was split page by page into images. These page-level images form the retrieval corpus.
  • β€”`queries/` QA dataset in JSON format. Each entry includes:
  • β€”`query-id`: Unique identifier, based on PDF name + page(s) + suffix. (You can ignore the format; official `qrels` provide mapping to `corpus-id`.)
  • β€”`query`: Natural language question.
  • β€”`answer`: Ground-truth answer.
  • β€”`category`: Task category (see Task Categories).
  • β€”`answer_type`: Either long or short.
  • β€”`from_pages`: Source page indices in the original PDF.
  • β€”`qrels/` Relevance judgments (.tsv files) mapping between query-id and corpus-id for retrieval evaluation.
  • β€”`citation_labels/` The 200 sampled images with human annotated citations in relative coordinates.

🏷️ Task Categories

The dataset covers diverse financial multimodal reasoning tasks, including:

Task CategoryDescriptionExample
Text InferenceInformation extraction and summarization from textDeriving insights or identifying financial data
Chart-Information ExtractionExtracting metrics from chartsPercentage of a sector in a pie chart
Chart-Numerical CalculationNumerical reasoning over chartsComputing interest rate changes
Chart Time-SensitiveTime-based analysis of chartsIdentifying events, trends, peaks, or troughs
Table-Numerical CalculationQuantitative reasoning over table dataSumming costs, computing changes
Table-Compare and SortRanking and comparison tasksHighest/lowest values across entities
MultipageCross-page reasoning (Chart-Multipage, Table-Multipage, Text-Multipage)truncated tables, multi-chart synthesis

⚑ Key Features

  • β€”Multilingual (Chinese & English) financial domain data.
  • β€”Multimodal (text, tables, charts).
  • β€”Large retrieval corpus with QA pairs.
  • β€”Fine-grained task categories for multimodal reasoning evaluation.

πŸ“‘ Citation

If you use this dataset, please cite:

bibtex
@article{zhao2025finragbench,
  title={FinRAGBench-V: A Benchmark for Multimodal RAG with Visual Citation in the Financial Domain},
  author={Zhao, Suifeng and Jin, Zhuoran and Li, Sujian and Gao, Jun},
  journal={arXiv preprint arXiv:2505.17471},
  year={2025}
}