HugSib commited on
Commit
55c51c6
·
verified ·
1 Parent(s): 9cee48c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -9
README.md CHANGED
@@ -1,20 +1,34 @@
1
- ---
2
- title: README
3
- emoji: 👀
4
- colorFrom: indigo
5
- colorTo: red
6
- sdk: static
7
- pinned: true
8
- ---
9
  # 👀ColPali: Efficient Document Retrieval with Vision Language Models
10
 
11
  Visualisation?
12
 
13
  ## Description
14
- [Add Abstract]
 
 
 
 
 
 
 
 
 
15
 
16
  ## Organisation
17
  - **Datasets**: [add description of each collection + link]
 
 
 
 
 
18
  - **Models**: [add description of released model]
19
 
20
  ## Autorship + Citation
 
1
+ ---
2
+ title: README
3
+ emoji: 👀
4
+ colorFrom: indigo
5
+ colorTo: red
6
+ sdk: static
7
+ pinned: true
8
+ ---
9
  # 👀ColPali: Efficient Document Retrieval with Vision Language Models
10
 
11
  Visualisation?
12
 
13
  ## Description
14
+ This Organisation contains all artefacts released with the paper ColPali: Efficient Document Retrieval with Vision Language Models. [[add link to arxiv]](), including datasets and models.
15
+
16
+
17
+
18
+ ### Abstract
19
+ Documents are visually rich structures that convey information through text, as well as tables, figures, page layouts, or fonts.
20
+ While modern document retrieval systems exhibit strong performance on query-to-text matching, they struggle to exploit visual cues efficiently, hindering their performance on practical document retrieval applications such as Retrieval Augmented Generation.
21
+ To benchmark current systems on visually rich document retrieval, we introduce the Visual Document Retrieval Benchmark *ViDoRe*, composed of various page-level retrieving tasks spanning multiple domains, languages, and settings.
22
+ The inherent shortcomings of modern systems motivate the introduction of a new retrieval model architecture, *ColPali*, which leverages the document understanding capabilities of recent Vision Language Models to produce high-quality contextualized embeddings solely from images of document pages.
23
+ Combined with a late interaction matching mechanism, *ColPali* largely outperforms modern document retrieval pipelines while being drastically faster and end-to-end trainable.
24
 
25
  ## Organisation
26
  - **Datasets**: [add description of each collection + link]
27
+ - [*ViDoRe Benchmark*](https://huggingface.co/collections/vidore/vidore-benchmark-667173f98e70a1c0fa4db00d): collection regrouping all datasets constituting the ViDoRe benchmark. It includes the test sets from different academic
28
+ datasets (ArXiVQA, DocVQA, InfoVQA, TATDQA, TabFQuAD) and from datasets synthetically generated spanning various themes and industrial application:
29
+ (Artificial Intelligence, Government Reports, Healthcare Industry, Energy and Shift Project).
30
+ - [*OCR Baseline*](https://huggingface.co/collections/vidore/vidore-chunk-ocr-baseline-666acce88c294ef415548a56)
31
+ - [*Captioning Baseline*](https://huggingface.co/collections/vidore/vidore-captioning-baseline-6658a2a62d857c7a345195fd)
32
  - **Models**: [add description of released model]
33
 
34
  ## Autorship + Citation