MIRAGE / croissant.json
Penguin-N's picture
Upload croissant.json
672520e verified
{
"@context": {
"@language": "en",
"@vocab": "https://schema.org/",
"arrayShape": "cr:arrayShape",
"citeAs": "cr:citeAs",
"column": "cr:column",
"conformsTo": "dct:conformsTo",
"cr": "http://mlcommons.org/croissant/",
"data": {
"@id": "cr:data",
"@type": "@json"
},
"dataBiases": "cr:dataBiases",
"dataCollection": "cr:dataCollection",
"dataType": {
"@id": "cr:dataType",
"@type": "@vocab"
},
"dct": "http://purl.org/dc/terms/",
"extract": "cr:extract",
"field": "cr:field",
"fileProperty": "cr:fileProperty",
"fileObject": "cr:fileObject",
"fileSet": "cr:fileSet",
"format": "cr:format",
"includes": "cr:includes",
"isArray": "cr:isArray",
"isLiveDataset": "cr:isLiveDataset",
"jsonPath": "cr:jsonPath",
"key": "cr:key",
"md5": "cr:md5",
"parentField": "cr:parentField",
"path": "cr:path",
"personalSensitiveInformation": "cr:personalSensitiveInformation",
"recordSet": "cr:recordSet",
"references": "cr:references",
"regex": "cr:regex",
"repeated": "cr:repeated",
"replace": "cr:replace",
"sc": "https://schema.org/",
"separator": "cr:separator",
"source": "cr:source",
"subField": "cr:subField",
"transform": "cr:transform"
},
"@type": "sc:Dataset",
"distribution": [
{
"@type": "cr:FileObject",
"@id": "repo",
"name": "repo",
"description": "The Hugging Face git repository.",
"contentUrl": "https://huggingface.co/datasets/MIRAGE-Benchmark/MIRAGE/tree/refs%2Fconvert%2Fparquet",
"encodingFormat": "git+https",
"sha256": "https://github.com/mlcommons/croissant/issues/80"
},
{
"@type": "cr:FileSet",
"@id": "parquet-files-for-config-MMMT_Decomp",
"containedIn": {
"@id": "repo"
},
"encodingFormat": "application/x-parquet",
"includes": "MMMT_Decomp/*/*.parquet"
},
{
"@type": "cr:FileSet",
"@id": "parquet-files-for-config-MMMT_Direct",
"containedIn": {
"@id": "repo"
},
"encodingFormat": "application/x-parquet",
"includes": "MMMT_Direct/*/*.parquet"
},
{
"@type": "cr:FileSet",
"@id": "parquet-files-for-config-MMST_Contextual",
"containedIn": {
"@id": "repo"
},
"encodingFormat": "application/x-parquet",
"includes": "MMST_Contextual/*/*.parquet"
},
{
"@type": "cr:FileSet",
"@id": "parquet-files-for-config-MMST_Standard",
"containedIn": {
"@id": "repo"
},
"encodingFormat": "application/x-parquet",
"includes": "MMST_Standard/*/*.parquet"
}
],
"recordSet": [
{
"@type": "cr:RecordSet",
"dataType": "cr:Split",
"key": {
"@id": "MMMT_Decomp_splits/split_name"
},
"@id": "MMMT_Decomp_splits",
"name": "MMMT_Decomp_splits",
"description": "Splits for the MMMT_Decomp config.",
"field": [
{
"@type": "cr:Field",
"@id": "MMMT_Decomp_splits/split_name",
"dataType": "sc:Text"
}
],
"data": [
{
"MMMT_Decomp_splits/split_name": "train"
},
{
"MMMT_Decomp_splits/split_name": "dev"
},
{
"MMMT_Decomp_splits/split_name": "test"
}
]
},
{
"@type": "cr:RecordSet",
"@id": "MMMT_Decomp",
"description": "MIRAGE-Benchmark/MIRAGE - 'MMMT_Decomp' subset\n\nAdditional information:\n- 3 splits: train, dev, test",
"field": [
{
"@type": "cr:Field",
"@id": "MMMT_Decomp/split",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMMT_Decomp"
},
"extract": {
"fileProperty": "fullpath"
},
"transform": {
"regex": "MMMT_Decomp/(?:partial-)?(train|dev|test)/.+parquet$"
}
},
"references": {
"field": {
"@id": "MMMT_Decomp_splits/split_name"
}
}
},
{
"@type": "cr:Field",
"@id": "MMMT_Decomp/id",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMMT_Decomp"
},
"extract": {
"column": "id"
}
}
},
{
"@type": "cr:Field",
"@id": "MMMT_Decomp/dialog_context",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMMT_Decomp"
},
"extract": {
"column": "dialog_context"
}
}
},
{
"@type": "cr:Field",
"@id": "MMMT_Decomp/decision",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMMT_Decomp"
},
"extract": {
"column": "decision"
}
}
},
{
"@type": "cr:Field",
"@id": "MMMT_Decomp/utterance",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMMT_Decomp"
},
"extract": {
"column": "utterance"
}
}
},
{
"@type": "cr:Field",
"@id": "MMMT_Decomp/dialog_turns",
"dataType": "cr:Int32",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMMT_Decomp"
},
"extract": {
"column": "dialog_turns"
}
}
},
{
"@type": "cr:Field",
"@id": "MMMT_Decomp/known_goal",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMMT_Decomp"
},
"extract": {
"column": "known_goal"
}
},
"isArray": true,
"arrayShape": "-1"
},
{
"@type": "cr:Field",
"@id": "MMMT_Decomp/missing_goal",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMMT_Decomp"
},
"extract": {
"column": "missing_goal"
}
},
"isArray": true,
"arrayShape": "-1"
},
{
"@type": "cr:Field",
"@id": "MMMT_Decomp/image_1",
"dataType": "sc:ImageObject",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMMT_Decomp"
},
"extract": {
"column": "image_1"
},
"transform": {
"jsonPath": "bytes"
}
}
},
{
"@type": "cr:Field",
"@id": "MMMT_Decomp/image_2",
"dataType": "sc:ImageObject",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMMT_Decomp"
},
"extract": {
"column": "image_2"
},
"transform": {
"jsonPath": "bytes"
}
}
},
{
"@type": "cr:Field",
"@id": "MMMT_Decomp/image_3",
"dataType": "sc:ImageObject",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMMT_Decomp"
},
"extract": {
"column": "image_3"
},
"transform": {
"jsonPath": "bytes"
}
}
}
]
},
{
"@type": "cr:RecordSet",
"dataType": "cr:Split",
"key": {
"@id": "MMMT_Direct_splits/split_name"
},
"@id": "MMMT_Direct_splits",
"name": "MMMT_Direct_splits",
"description": "Splits for the MMMT_Direct config.",
"field": [
{
"@type": "cr:Field",
"@id": "MMMT_Direct_splits/split_name",
"dataType": "sc:Text"
}
],
"data": [
{
"MMMT_Direct_splits/split_name": "train"
},
{
"MMMT_Direct_splits/split_name": "dev"
},
{
"MMMT_Direct_splits/split_name": "test"
}
]
},
{
"@type": "cr:RecordSet",
"@id": "MMMT_Direct",
"description": "MIRAGE-Benchmark/MIRAGE - 'MMMT_Direct' subset\n\nAdditional information:\n- 3 splits: train, dev, test",
"field": [
{
"@type": "cr:Field",
"@id": "MMMT_Direct/split",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMMT_Direct"
},
"extract": {
"fileProperty": "fullpath"
},
"transform": {
"regex": "MMMT_Direct/(?:partial-)?(train|dev|test)/.+parquet$"
}
},
"references": {
"field": {
"@id": "MMMT_Direct_splits/split_name"
}
}
},
{
"@type": "cr:Field",
"@id": "MMMT_Direct/id",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMMT_Direct"
},
"extract": {
"column": "id"
}
}
},
{
"@type": "cr:Field",
"@id": "MMMT_Direct/dialog_context",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMMT_Direct"
},
"extract": {
"column": "dialog_context"
}
}
},
{
"@type": "cr:Field",
"@id": "MMMT_Direct/decision",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMMT_Direct"
},
"extract": {
"column": "decision"
}
}
},
{
"@type": "cr:Field",
"@id": "MMMT_Direct/utterance",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMMT_Direct"
},
"extract": {
"column": "utterance"
}
}
},
{
"@type": "cr:Field",
"@id": "MMMT_Direct/dialog_turns",
"dataType": "cr:Int32",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMMT_Direct"
},
"extract": {
"column": "dialog_turns"
}
}
},
{
"@type": "cr:Field",
"@id": "MMMT_Direct/image_1",
"dataType": "sc:ImageObject",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMMT_Direct"
},
"extract": {
"column": "image_1"
},
"transform": {
"jsonPath": "bytes"
}
}
},
{
"@type": "cr:Field",
"@id": "MMMT_Direct/image_2",
"dataType": "sc:ImageObject",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMMT_Direct"
},
"extract": {
"column": "image_2"
},
"transform": {
"jsonPath": "bytes"
}
}
},
{
"@type": "cr:Field",
"@id": "MMMT_Direct/image_3",
"dataType": "sc:ImageObject",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMMT_Direct"
},
"extract": {
"column": "image_3"
},
"transform": {
"jsonPath": "bytes"
}
}
}
]
},
{
"@type": "cr:RecordSet",
"dataType": "cr:Split",
"key": {
"@id": "MMST_Contextual_splits/split_name"
},
"@id": "MMST_Contextual_splits",
"name": "MMST_Contextual_splits",
"description": "Splits for the MMST_Contextual config.",
"field": [
{
"@type": "cr:Field",
"@id": "MMST_Contextual_splits/split_name",
"dataType": "sc:Text"
}
],
"data": [
{
"MMST_Contextual_splits/split_name": "test"
}
]
},
{
"@type": "cr:RecordSet",
"@id": "MMST_Contextual",
"description": "MIRAGE-Benchmark/MIRAGE - 'MMST_Contextual' subset",
"field": [
{
"@type": "cr:Field",
"@id": "MMST_Contextual/split",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Contextual"
},
"extract": {
"fileProperty": "fullpath"
},
"transform": {
"regex": "MMST_Contextual/(?:partial-)?(test)/.+parquet$"
}
},
"references": {
"field": {
"@id": "MMST_Contextual_splits/split_name"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Contextual/id",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Contextual"
},
"extract": {
"column": "id"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Contextual/question",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Contextual"
},
"extract": {
"column": "question"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Contextual/answer",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Contextual"
},
"extract": {
"column": "answer"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Contextual/image_1",
"dataType": "sc:ImageObject",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Contextual"
},
"extract": {
"column": "image_1"
},
"transform": {
"jsonPath": "bytes"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Contextual/image_2",
"dataType": "sc:ImageObject",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Contextual"
},
"extract": {
"column": "image_2"
},
"transform": {
"jsonPath": "bytes"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Contextual/image_3",
"dataType": "sc:ImageObject",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Contextual"
},
"extract": {
"column": "image_3"
},
"transform": {
"jsonPath": "bytes"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Contextual/category",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Contextual"
},
"extract": {
"column": "category"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Contextual/entity_type",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Contextual"
},
"extract": {
"column": "entity_type"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Contextual/entity_name",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Contextual"
},
"extract": {
"column": "entity_name"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Contextual/entity_scientific_name",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Contextual"
},
"extract": {
"column": "entity_scientific_name"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Contextual/entity_common_names",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Contextual"
},
"extract": {
"column": "entity_common_names"
}
},
"isArray": true,
"arrayShape": "-1"
},
{
"@type": "cr:Field",
"@id": "MMST_Contextual/meta_data_state",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Contextual"
},
"extract": {
"column": "meta_data_state"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Contextual/meta_data_county",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Contextual"
},
"extract": {
"column": "meta_data_county"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Contextual/meta_data_asked_time",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Contextual"
},
"extract": {
"column": "meta_data_asked_time"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Contextual/location_related",
"dataType": "sc:Boolean",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Contextual"
},
"extract": {
"column": "location_related"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Contextual/time_related",
"dataType": "sc:Boolean",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Contextual"
},
"extract": {
"column": "time_related"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Contextual/location_related_analysis",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Contextual"
},
"extract": {
"column": "location_related_analysis"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Contextual/time_related_analysis",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Contextual"
},
"extract": {
"column": "time_related_analysis"
}
}
}
]
},
{
"@type": "cr:RecordSet",
"dataType": "cr:Split",
"key": {
"@id": "MMST_Standard_splits/split_name"
},
"@id": "MMST_Standard_splits",
"name": "MMST_Standard_splits",
"description": "Splits for the MMST_Standard config.",
"field": [
{
"@type": "cr:Field",
"@id": "MMST_Standard_splits/split_name",
"dataType": "sc:Text"
}
],
"data": [
{
"MMST_Standard_splits/split_name": "train"
},
{
"MMST_Standard_splits/split_name": "test"
}
]
},
{
"@type": "cr:RecordSet",
"@id": "MMST_Standard",
"description": "MIRAGE-Benchmark/MIRAGE - 'MMST_Standard' subset\n\nAdditional information:\n- 2 splits: train, test",
"field": [
{
"@type": "cr:Field",
"@id": "MMST_Standard/split",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Standard"
},
"extract": {
"fileProperty": "fullpath"
},
"transform": {
"regex": "MMST_Standard/(?:partial-)?(train|test)/.+parquet$"
}
},
"references": {
"field": {
"@id": "MMST_Standard_splits/split_name"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Standard/id",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Standard"
},
"extract": {
"column": "id"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Standard/question",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Standard"
},
"extract": {
"column": "question"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Standard/answer",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Standard"
},
"extract": {
"column": "answer"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Standard/image_1",
"dataType": "sc:ImageObject",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Standard"
},
"extract": {
"column": "image_1"
},
"transform": {
"jsonPath": "bytes"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Standard/image_2",
"dataType": "sc:ImageObject",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Standard"
},
"extract": {
"column": "image_2"
},
"transform": {
"jsonPath": "bytes"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Standard/image_3",
"dataType": "sc:ImageObject",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Standard"
},
"extract": {
"column": "image_3"
},
"transform": {
"jsonPath": "bytes"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Standard/category",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Standard"
},
"extract": {
"column": "category"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Standard/entity_type",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Standard"
},
"extract": {
"column": "entity_type"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Standard/entity_name",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Standard"
},
"extract": {
"column": "entity_name"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Standard/entity_scientific_name",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Standard"
},
"extract": {
"column": "entity_scientific_name"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Standard/entity_common_names",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Standard"
},
"extract": {
"column": "entity_common_names"
}
},
"isArray": true,
"arrayShape": "-1"
},
{
"@type": "cr:Field",
"@id": "MMST_Standard/meta_data_state",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Standard"
},
"extract": {
"column": "meta_data_state"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Standard/meta_data_county",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Standard"
},
"extract": {
"column": "meta_data_county"
}
}
},
{
"@type": "cr:Field",
"@id": "MMST_Standard/meta_data_asked_time",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-MMST_Standard"
},
"extract": {
"column": "meta_data_asked_time"
}
}
}
]
}
],
"conformsTo": "http://mlcommons.org/croissant/1.1",
"name": "MIRAGE",
"description": "MIRAGE-Benchmark/MIRAGE dataset hosted on Hugging Face and contributed by the HF Datasets community",
"alternateName": [
"MIRAGE-Benchmark/MIRAGE"
],
"creator": {
"@type": "Organization",
"name": "MIRAGE-Benchmark",
"url": "https://huggingface.co/MIRAGE-Benchmark"
},
"keywords": [
"visual-question-answering",
"English",
"cc",
"10K - 100K",
"arrow",
"Image",
"Text",
"Datasets",
"Croissant",
"\ud83c\uddfa\ud83c\uddf8 Region: US",
"biology",
"agriculture",
"Long-Form Question Answering"
],
"license": "https://choosealicense.com/licenses/cc/",
"url": "https://huggingface.co/datasets/MIRAGE-Benchmark/MIRAGE"
}