Datasets:

Modalities:
Image
Text
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
Dask
License:
m-elio commited on
Commit
aeec71c
1 Parent(s): 43167c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -21,3 +21,27 @@ configs:
21
  - split: test
22
  path: data/test-*
23
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  - split: test
22
  path: data/test-*
23
  ---
24
+
25
+ # Dataset Card for MTVQA_IT
26
+
27
+
28
+ ## Dataset description
29
+
30
+ This is a formatted version of [MTVQA](https://huggingface.co/datasets/ByteDance/MTVQA) including only the Italian data.
31
+
32
+ ## Citation
33
+
34
+ If you use this dataset in your research you should cite both of the following:
35
+
36
+ TBD
37
+
38
+ ```
39
+ @misc{tang2024mtvqa,
40
+ title={MTVQA: Benchmarking Multilingual Text-Centric Visual Question Answering},
41
+ 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},
42
+ year={2024},
43
+ eprint={2405.11985},
44
+ archivePrefix={arXiv},
45
+ primaryClass={cs.CV}
46
+ }
47
+ ```