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.
<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
longorshort. - `from_pages`: Source page indices in the original PDF.
- `qrels/` Relevance judgments (
.tsvfiles) mapping betweenquery-idandcorpus-idfor 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:
β‘ 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:
@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}
}