kangaroo_dataset / croissant.jsonld
kangaroo-dataset-german's picture
Initial anonymized dataset release
d7d4553 verified
{
"@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<n<10K",
"🇺🇸 Region: US",
"mathematics",
"benchmark",
"multimodal",
"german",
"abstention",
"education"
],
"license": "https://creativecommons.org/licenses/by-nc/4.0/",
"url": "https://huggingface.co/datasets/kangaroo-dataset-german/kangaroo_dataset",
"citeAs": "Anonymous authors. German Kangaroo Benchmark. NeurIPS 2026 submission artifact.",
"version": "1.0.0",
"rai:dataLimitations": "The dataset is German-only and may conflate mathematical reasoning with German-language competence. OCR and image extraction may introduce artifacts not present for original contest participants. Public historical contest materials may have appeared in model training data. The dataset is not recommended for grading students, making individual educational decisions, or replacing human exam calibration data.",
"rai:dataBiases": "The benchmark reflects the style, curriculum assumptions, and participation context of the German Mathematical Kangaroo competition. It may overrepresent visual-spatial contest problems and German school-mathematics conventions relative to broader mathematical reasoning or other student populations.",
"rai:personalSensitiveInformation": "The dataset contains contest problems and aggregate metadata only. It does not contain personal information about participants.",
"rai:dataUseCases": "Intended uses include evaluating LLMs and vision-language models on German multimodal school mathematics, contest-faithful scoring, abstention behavior, and exam-level human-model comparison. Validity has been established only for benchmark-style model evaluation in this contest setting, not for human assessment or student-level decisions.",
"rai:dataSocialImpact": "The dataset can broaden multilingual and multimodal evaluation beyond English text-only benchmarks. A key risk is overinterpreting high model scores as evidence of human-like reasoning or stable exam-equating ability; the accompanying analysis explicitly cautions against that use.",
"rai:hasSyntheticData": false,
"prov:wasDerivedFrom": {
"@id": "https://www.mathe-kaenguru.de/"
},
"prov:wasGeneratedBy": "The curation pipeline rasterizes question regions, applies OCR, preserves embedded visual content, and stores question and answer-option images as binary PNG payloads. The collection covers public German Mathematical Kangaroo competition materials from 1998--2025."
}