antoineedy commited on
Commit
0e1eba0
·
verified ·
1 Parent(s): bb1f64e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -3
README.md CHANGED
@@ -25,9 +25,9 @@ This organization contains models, datasets, benchmarks and code released with t
25
  - [ViDoRe Leaderboard](https://huggingface.co/spaces/vidore/vidore-leaderboard)
26
 
27
  - **Benchmarks:**
28
- - ViDoRe V1 ([blogpost](https://huggingface.co/blog/manu/colpali), [dataset collection](https://huggingface.co/collections/vidore/vidore-benchmark))
29
- - ViDoRe V2 ([blogpost](https://huggingface.co/blog/manu/vidore-v2), [dataset collection](https://huggingface.co/collections/vidore/vidore-benchmark-v2))
30
- - ViDoRe V3 ([blogpost](https://huggingface.co/blog/QuentinJG/introducing-vidore-v3), [dataset collection](https://hf.co/collections/vidore/vidore-benchmark-v3))
31
 
32
  - **Models:**
33
  - ColPali ([latest: v1.3](https://huggingface.co/vidore/colpali-v1.3))
@@ -40,6 +40,8 @@ This organization contains models, datasets, benchmarks and code released with t
40
 
41
  # 👷‍♂️ ViDoRe V3: A comprehensive evaluation of Retrieval for enterprise use-cases
42
 
 
 
43
  <img src="https://cdn-uploads.huggingface.co/production/uploads/66e16a677c2eb2da5109fb5c/-zqFfhdtsC1VzQH-rLkLa.png" width="1300" style="display: block; margin-left: auto; margin-right: auto;" />
44
 
45
  ILLUIN Technology is proud to release the **ViDoRe V3 benchmark**, designed and developed with contributions from NVIDIA. ViDoRe V3 is our latest benchmark, engineered to set a new industry gold standard for multi-modal, enterprise document retrieval evaluation. It addresses a critical challenge in production RAG systems: retrieving accurate information from complex, visually-rich documents.
@@ -93,6 +95,16 @@ If you use any datasets or models from this organization in your research, pleas
93
  primaryClass={cs.IR},
94
  url={https://arxiv.org/abs/2505.17166},
95
  }
 
 
 
 
 
 
 
 
 
 
96
  ```
97
 
98
  ---
 
25
  - [ViDoRe Leaderboard](https://huggingface.co/spaces/vidore/vidore-leaderboard)
26
 
27
  - **Benchmarks:**
28
+ - ViDoRe V1 ([paper](https://arxiv.org/abs/2407.01449), [blogpost](https://huggingface.co/blog/manu/colpali), [dataset collection](https://huggingface.co/collections/vidore/vidore-benchmark))
29
+ - ViDoRe V2 ([paper](https://arxiv.org/abs/2505.17166), [blogpost](https://huggingface.co/blog/manu/vidore-v2), [dataset collection](https://huggingface.co/collections/vidore/vidore-benchmark-v2))
30
+ - ViDoRe V3 ([paper](https://arxiv.org/abs/2601.08620), [blogpost](https://huggingface.co/blog/QuentinJG/introducing-vidore-v3), [dataset collection](https://hf.co/collections/vidore/vidore-benchmark-v3))
31
 
32
  - **Models:**
33
  - ColPali ([latest: v1.3](https://huggingface.co/vidore/colpali-v1.3))
 
40
 
41
  # 👷‍♂️ ViDoRe V3: A comprehensive evaluation of Retrieval for enterprise use-cases
42
 
43
+ [![arXiv](https://img.shields.io/badge/arXiv-2601.08620-b31b1b.svg?style=for-the-badge)](https://arxiv.org/abs/2601.08620)
44
+
45
  <img src="https://cdn-uploads.huggingface.co/production/uploads/66e16a677c2eb2da5109fb5c/-zqFfhdtsC1VzQH-rLkLa.png" width="1300" style="display: block; margin-left: auto; margin-right: auto;" />
46
 
47
  ILLUIN Technology is proud to release the **ViDoRe V3 benchmark**, designed and developed with contributions from NVIDIA. ViDoRe V3 is our latest benchmark, engineered to set a new industry gold standard for multi-modal, enterprise document retrieval evaluation. It addresses a critical challenge in production RAG systems: retrieving accurate information from complex, visually-rich documents.
 
95
  primaryClass={cs.IR},
96
  url={https://arxiv.org/abs/2505.17166},
97
  }
98
+
99
+ @misc{loison2026vidorev3comprehensiveevaluation,
100
+ title={ViDoRe V3: A Comprehensive Evaluation of Retrieval Augmented Generation in Complex Real-World Scenarios},
101
+ author={António Loison and Quentin Macé and Antoine Edy and Victor Xing and Tom Balough and Gabriel Moreira and Bo Liu and Manuel Faysse and Céline Hudelot and Gautier Viaud},
102
+ year={2026},
103
+ eprint={2601.08620},
104
+ archivePrefix={arXiv},
105
+ primaryClass={cs.AI},
106
+ url={https://arxiv.org/abs/2601.08620},
107
+ }
108
  ```
109
 
110
  ---