File size: 1,296 Bytes
5ca1f1e 548189d bf3591a 548189d 5ca1f1e b6a9eda 5ca1f1e b6a9eda 5ca1f1e 2867930 3945718 2867930 5ca1f1e b6a9eda 5ca1f1e b6a9eda 5ca1f1e 2867930 5ca1f1e b6a9eda 25bef75 548189d 25bef75 |
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 49 50 51 52 53 54 |
---
language:
- fra
license: cc-by-nc-4.0
task_categories:
- visual-question-answering
- image-feature-extraction
- image-text-to-text
dataset_info:
features:
- name: image
dtype: image
- name: question
dtype: string
- name: answer
dtype: string
- name: dataset
dtype: string
splits:
- name: test
num_bytes: 338910200.0
num_examples: 886
- name: train
num_bytes: 1020339788.41
num_examples: 2743
download_size: 379500980
dataset_size: 1359249988.4099998
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
- split: train
path: data/train-*
---
## Description
French split of the [ByteDance/MTVQA](https://huggingface.co/datasets/ByteDance/MTVQA) dataset that we processed.
Project Page: https://bytedance.github.io/MTVQA/
## Citation
```
@misc{tang2024mtvqa,
title={MTVQA: Benchmarking Multilingual Text-Centric Visual Question Answering},
author={Jingqun Tang and Qi Liu and Yongjie Ye and Jinghui Lu and Shu Wei and Chunhui Lin and Wanqing Li and Mohamad Fitri Faiz Bin Mahmood and Hao Feng and Zhen Zhao and Yanjie Wang and Yuliang Liu and Hao Liu and Xiang Bai and Can Huang},
year={2024},
eprint={2405.11985},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
``` |