zhangluning commited on
Commit
d8aa1b1
·
verified ·
1 Parent(s): 2beedae

Upload mmcr.jsonld

Browse files
Files changed (1) hide show
  1. mmcr.jsonld +37 -0
mmcr.jsonld ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": "https://huggingface.co/datasets/croissant/context.jsonld",
3
+ "@type": "Dataset",
4
+ "name": "MMCR",
5
+ "description": "A benchmark dataset for evaluating multimodal compositional reasoning.",
6
+ "license": "https://creativecommons.org/licenses/by/4.0/",
7
+ "creator": {
8
+ "@type": "Person",
9
+ "name": "Luning Zhang"
10
+ },
11
+ "distribution": {
12
+ "@type": "DataDownload",
13
+ "contentUrl": "https://www.kaggle.com/datasets/zhangluning1217/mmcr-benchmark/download",
14
+ "encodingFormat": "application/zip"
15
+ },
16
+ "keywords": ["multimodal", "reasoning", "benchmark", "image-text", "compositionality"],
17
+ "variableMeasured": [
18
+ {
19
+ "@type": "PropertyValue",
20
+ "name": "image",
21
+ "description": "The image input involved in the reasoning process.",
22
+ "valueType": "string"
23
+ },
24
+ {
25
+ "@type": "PropertyValue",
26
+ "name": "question",
27
+ "description": "A natural language question about the image.",
28
+ "valueType": "string"
29
+ },
30
+ {
31
+ "@type": "PropertyValue",
32
+ "name": "answer",
33
+ "description": "The correct answer based on the image and question.",
34
+ "valueType": "string"
35
+ }
36
+ ]
37
+ }