Datasets:

Modalities:
Image
ArXiv:
Libraries:
Datasets
License:
puar-playground commited on
Commit
262cd1d
·
verified ·
1 Parent(s): ab4c595

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -2,7 +2,10 @@
2
  license: mit
3
  ---
4
 
 
5
 
 
 
6
 
7
  ## Data Download
8
  This is the page images of all documents of the VisR-Bench dataset.
@@ -10,4 +13,25 @@ This is the page images of all documents of the VisR-Bench dataset.
10
  git lfs install
11
  git clone https://huggingface.co/datasets/puar-playground/VisR-Bench
12
  ```
13
- The code above will download the `VisR-Bench` folder, which is required for testing retrieval performance. The GitHub repo for testing code: [VisR-Bench](https://github.com/puar-playground/VisR-Bench/tree/main).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: mit
3
  ---
4
 
5
+ ![cover.png](https://raw.githubusercontent.com/puar-playground/VisR-Bench/refs/heads/main/cover.png)
6
 
7
+ ## Testing Code:
8
+ The GitHub repo for testing code: [VisR-Bench](https://github.com/puar-playground/VisR-Bench/tree/main)
9
 
10
  ## Data Download
11
  This is the page images of all documents of the VisR-Bench dataset.
 
13
  git lfs install
14
  git clone https://huggingface.co/datasets/puar-playground/VisR-Bench
15
  ```
16
+ The code above will download the `VisR-Bench` folder, which is required for testing.
17
+
18
+ ## Reference
19
+ ```
20
+ @misc{chen2025visrbenchempiricalstudyvisual,
21
+ title={VisR-Bench: An Empirical Study on Visual Retrieval-Augmented Generation for Multilingual Long Document Understanding},
22
+ author={Jian Chen and Ming Li and Jihyung Kil and Chenguang Wang and Tong Yu and Ryan Rossi and Tianyi Zhou and Changyou Chen and Ruiyi Zhang},
23
+ year={2025},
24
+ eprint={2508.07493},
25
+ archivePrefix={arXiv},
26
+ primaryClass={cs.CV},
27
+ url={https://arxiv.org/abs/2508.07493},
28
+ }
29
+
30
+ @inproceedings{chen2025svrag,
31
+ title={{SV}-{RAG}: Lo{RA}-Contextualizing Adaptation of {MLLM}s for Long Document Understanding},
32
+ author={Jian Chen and Ruiyi Zhang and Yufan Zhou and Tong Yu and Franck Dernoncourt and Jiuxiang Gu and Ryan A. Rossi and Changyou Chen and Tong Sun},
33
+ booktitle={The Thirteenth International Conference on Learning Representations},
34
+ year={2025},
35
+ url={https://openreview.net/forum?id=FDaHjwInXO}
36
+ }
37
+ ```