File size: 1,227 Bytes
d8aa1b1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "@context": "https://huggingface.co/datasets/croissant/context.jsonld",
    "@type": "Dataset",
    "name": "MMCR",
    "description": "A benchmark dataset for evaluating multimodal compositional reasoning.",
    "license": "https://creativecommons.org/licenses/by/4.0/",
    "creator": {
      "@type": "Person",
      "name": "Luning Zhang"
    },
    "distribution": {
      "@type": "DataDownload",
      "contentUrl": "https://www.kaggle.com/datasets/zhangluning1217/mmcr-benchmark/download",
      "encodingFormat": "application/zip"
    },
    "keywords": ["multimodal", "reasoning", "benchmark", "image-text", "compositionality"],
    "variableMeasured": [
      {
        "@type": "PropertyValue",
        "name": "image",
        "description": "The image input involved in the reasoning process.",
        "valueType": "string"
      },
      {
        "@type": "PropertyValue",
        "name": "question",
        "description": "A natural language question about the image.",
        "valueType": "string"
      },
      {
        "@type": "PropertyValue",
        "name": "answer",
        "description": "The correct answer based on the image and question.",
        "valueType": "string"
      }
    ]
  }