{ "@context": { "@language": "en", "@vocab": "https://schema.org/", "arrayShape": "cr:arrayShape", "citeAs": "cr:citeAs", "column": "cr:column", "conformsTo": "dct:conformsTo", "containedIn": "cr:containedIn", "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", "rai": "http://mlcommons.org/croissant/RAI/", "prov": "http://www.w3.org/ns/prov#" }, "@type": "sc:Dataset", "distribution": [ { "@type": "cr:FileObject", "@id": "repo", "name": "repo", "description": "The Hugging Face git repository.", "contentUrl": "https://huggingface.co/datasets/kangaroo-dataset-german/kangaroo_dataset/tree/refs%2Fconvert%2Fparquet", "encodingFormat": "git+https", "sha256": "https://github.com/mlcommons/croissant/issues/80" }, { "@type": "cr:FileSet", "@id": "parquet-files-for-config-default", "containedIn": { "@id": "repo" }, "encodingFormat": "application/x-parquet", "includes": "default/*/*.parquet" } ], "recordSet": [ { "@type": "cr:RecordSet", "dataType": "cr:Split", "key": { "@id": "default_splits/split_name" }, "@id": "default_splits", "name": "default_splits", "description": "Splits for the default config.", "field": [ { "@type": "cr:Field", "@id": "default_splits/split_name", "dataType": "sc:Text" } ], "data": [ { "default_splits/split_name": "train" } ] }, { "@type": "cr:RecordSet", "@id": "default", "description": "kangaroo-dataset-german/kangaroo_dataset - 'default' subset", "field": [ { "@type": "cr:Field", "@id": "default/split", "dataType": "sc:Text", "source": { "fileSet": { "@id": "parquet-files-for-config-default" }, "extract": { "fileProperty": "fullpath" }, "transform": { "regex": "default/(?:partial-)?(train)/.+parquet$" } }, "references": { "field": { "@id": "default_splits/split_name" } } }, { "@type": "cr:Field", "@id": "default/id", "dataType": "sc:Text", "source": { "fileSet": { "@id": "parquet-files-for-config-default" }, "extract": { "column": "id" } } }, { "@type": "cr:Field", "@id": "default/year", "dataType": "sc:Text", "source": { "fileSet": { "@id": "parquet-files-for-config-default" }, "extract": { "column": "year" } } }, { "@type": "cr:Field", "@id": "default/group", "dataType": "sc:Text", "source": { "fileSet": { "@id": "parquet-files-for-config-default" }, "extract": { "column": "group" } } }, { "@type": "cr:Field", "@id": "default/language", "dataType": "sc:Text", "source": { "fileSet": { "@id": "parquet-files-for-config-default" }, "extract": { "column": "language" } } }, { "@type": "cr:Field", "@id": "default/points", "dataType": "cr:Int32", "source": { "fileSet": { "@id": "parquet-files-for-config-default" }, "extract": { "column": "points" } } }, { "@type": "cr:Field", "@id": "default/problem_number", "dataType": "sc:Text", "source": { "fileSet": { "@id": "parquet-files-for-config-default" }, "extract": { "column": "problem_number" } } }, { "@type": "cr:Field", "@id": "default/problem_statement", "dataType": "sc:Text", "source": { "fileSet": { "@id": "parquet-files-for-config-default" }, "extract": { "column": "problem_statement" } } }, { "@type": "cr:Field", "@id": "default/answer", "dataType": "sc:Text", "source": { "fileSet": { "@id": "parquet-files-for-config-default" }, "extract": { "column": "answer" } } }, { "@type": "cr:Field", "@id": "default/multimodal", "dataType": "sc:Boolean", "source": { "fileSet": { "@id": "parquet-files-for-config-default" }, "extract": { "column": "multimodal" } } }, { "@type": "cr:Field", "@id": "default/sol_A", "dataType": "sc:Text", "source": { "fileSet": { "@id": "parquet-files-for-config-default" }, "extract": { "column": "sol_A" } } }, { "@type": "cr:Field", "@id": "default/sol_B", "dataType": "sc:Text", "source": { "fileSet": { "@id": "parquet-files-for-config-default" }, "extract": { "column": "sol_B" } } }, { "@type": "cr:Field", "@id": "default/sol_C", "dataType": "sc:Text", "source": { "fileSet": { "@id": "parquet-files-for-config-default" }, "extract": { "column": "sol_C" } } }, { "@type": "cr:Field", "@id": "default/sol_D", "dataType": "sc:Text", "source": { "fileSet": { "@id": "parquet-files-for-config-default" }, "extract": { "column": "sol_D" } } }, { "@type": "cr:Field", "@id": "default/sol_E", "dataType": "sc:Text", "source": { "fileSet": { "@id": "parquet-files-for-config-default" }, "extract": { "column": "sol_E" } } }, { "@type": "cr:Field", "@id": "default/question_image", "dataType": "sc:Text", "source": { "fileSet": { "@id": "parquet-files-for-config-default" }, "extract": { "column": "question_image" } } }, { "@type": "cr:Field", "@id": "default/sol_A_image_bin", "dataType": "sc:Text", "source": { "fileSet": { "@id": "parquet-files-for-config-default" }, "extract": { "column": "sol_A_image_bin" } } }, { "@type": "cr:Field", "@id": "default/sol_B_image_bin", "dataType": "sc:Text", "source": { "fileSet": { "@id": "parquet-files-for-config-default" }, "extract": { "column": "sol_B_image_bin" } } }, { "@type": "cr:Field", "@id": "default/sol_C_image_bin", "dataType": "sc:Text", "source": { "fileSet": { "@id": "parquet-files-for-config-default" }, "extract": { "column": "sol_C_image_bin" } } }, { "@type": "cr:Field", "@id": "default/sol_D_image_bin", "dataType": "sc:Text", "source": { "fileSet": { "@id": "parquet-files-for-config-default" }, "extract": { "column": "sol_D_image_bin" } } }, { "@type": "cr:Field", "@id": "default/sol_E_image_bin", "dataType": "sc:Text", "source": { "fileSet": { "@id": "parquet-files-for-config-default" }, "extract": { "column": "sol_E_image_bin" } } }, { "@type": "cr:Field", "@id": "default/associated_images_bin", "dataType": "sc:Text", "source": { "fileSet": { "@id": "parquet-files-for-config-default" }, "extract": { "column": "associated_images_bin" } }, "isArray": true, "arrayShape": "-1" } ] } ], "conformsTo": "http://mlcommons.org/croissant/1.1", "name": "kangaroo_dataset", "description": "\n\t\n\t\t\n\t\tGerman Kangaroo Benchmark\n\t\n\nThis repository contains the finalized dataset artifact for the German Kangaroo benchmark, a longitudinal multimodal mathematical-reasoning benchmark derived from the German Mathematical Kangaroo competition corpus from 1998--2025.\nThe authoritative dataset file is:\nfull.parquet\n\nIt contains 3,887 multiple-choice items across 140 exams and five grade buckets. Each row stores the question text, answer options, gold answer, point value, year, grade bucket… See the full description on the dataset page: https://huggingface.co/datasets/kangaroo-dataset-german/kangaroo_dataset.", "alternateName": [ "kangaroo-dataset-german/kangaroo_dataset", "German Kangaroo Benchmark" ], "creator": { "@type": "Person", "name": "kangaroo", "url": "https://huggingface.co/kangaroo-dataset-german" }, "keywords": [ "question-answering", "visual-question-answering", "multiple-choice-qa", "visual-question-answering", "expert-generated", "found", "monolingual", "original", "German", "cc-by-nc-4.0", "1K