File size: 1,281 Bytes
5c1556f
 
 
d8b40e6
 
5c1556f
 
 
 
 
 
 
 
1bf5163
5c1556f
d8b40e6
1bf5163
5c1556f
 
 
 
 
1bf5163
 
 
 
 
5c1556f
1bf5163
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: question
    dtype: string
  - name: answer
    dtype: string
  - name: dataset
    dtype: string
  splits:
  - name: test
    num_bytes: 37496998
    num_examples: 280
  download_size: 23113603
  dataset_size: 37496998
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
task_categories:
- image-feature-extraction
language:
- fr
license: mit
---

## Description

[vidore/tabfquad_test_subsampled](https://huggingface.co/datasets/vidore/tabfquad_test_subsampled) dataset that we processed.  
Although useless, we have created an empty `answer` column to facilitate the concatenation of this dataset with VQA datasets where only the `quesion` and `image` columns would be used to train a Colpali-type model or one of its derivatives.


## Citation

```
@misc{faysse2024colpaliefficientdocumentretrieval,
      title={ColPali: Efficient Document Retrieval with Vision Language Models}, 
      author={Manuel Faysse and Hugues Sibille and Tony Wu and Bilel Omrani and Gautier Viaud and Céline Hudelot and Pierre Colombo},
      year={2024},
      eprint={2407.01449},
      archivePrefix={arXiv},
      primaryClass={cs.IR},
      url={https://arxiv.org/abs/2407.01449}, 
}
```