AllenNella commited on
Commit
44b18a4
·
verified ·
1 Parent(s): 9b46575

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - id
4
+ - sw
5
+ - ta
6
+ - tr
7
+ - zh
8
+ - en
9
+ license: cc-by-4.0
10
+ dataset_info:
11
+ splits:
12
+ - name: id
13
+ num_examples: 1128
14
+ - name: sw
15
+ num_examples: 1108
16
+ - name: ta
17
+ num_examples: 1242
18
+ - name: tr
19
+ num_examples: 1180
20
+ - name: zh
21
+ num_examples: 1012
22
+ - name: en
23
+ num_examples: 6982
24
+ configs:
25
+ - config_name: default
26
+ data_files:
27
+ - split: id
28
+ path: data/id-*
29
+ - split: sw
30
+ path: data/sw-*
31
+ - split: ta
32
+ path: data/ta-*
33
+ - split: tr
34
+ path: data/tr-*
35
+ - split: zh
36
+ path: data/zh-*
37
+ - split: en
38
+ path: data/validation-*
39
+ ---
40
+ # MaRVL
41
+ ### This is a copy from the original repo: https://github.com/marvl-challenge/marvl-code
42
+
43
+ If you use this dataset, please cite the original authors:
44
+ ```bibtex
45
+ @inproceedings{liu-etal-2021-visually,
46
+ title = "Visually Grounded Reasoning across Languages and Cultures",
47
+ author = "Liu, Fangyu and
48
+ Bugliarello, Emanuele and
49
+ Ponti, Edoardo Maria and
50
+ Reddy, Siva and
51
+ Collier, Nigel and
52
+ Elliott, Desmond",
53
+ booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
54
+ month = nov,
55
+ year = "2021",
56
+ address = "Online and Punta Cana, Dominican Republic",
57
+ publisher = "Association for Computational Linguistics",
58
+ url = "https://aclanthology.org/2021.emnlp-main.818",
59
+ pages = "10467--10485",
60
+ }
61
+ ```