anomyousMMDR commited on
Commit
b5c8f2f
·
verified ·
1 Parent(s): 82054c2

Add Croissant metadata with Responsible AI fields

Browse files
Files changed (1) hide show
  1. croissant.json +118 -0
croissant.json ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": {
3
+ "@language": "en",
4
+ "@vocab": "https://schema.org/",
5
+ "cr": "http://mlcommons.org/croissant/",
6
+ "sc": "https://schema.org/",
7
+ "dct": "http://purl.org/dc/terms/",
8
+ "citeAs": "cr:citeAs",
9
+ "column": "cr:column",
10
+ "conformsTo": "dct:conformsTo",
11
+ "data": {"@id": "cr:data", "@type": "@json"},
12
+ "dataCollection": "cr:dataCollection",
13
+ "dataBiases": "cr:dataBiases",
14
+ "personalSensitiveInformation": "cr:personalSensitiveInformation",
15
+ "dataType": {"@id": "cr:dataType", "@type": "@vocab"},
16
+ "extract": "cr:extract",
17
+ "field": "cr:field",
18
+ "fileObject": "cr:fileObject",
19
+ "fileSet": "cr:fileSet",
20
+ "format": "cr:format",
21
+ "includes": "cr:includes",
22
+ "isArray": "cr:isArray",
23
+ "arrayShape": "cr:arrayShape",
24
+ "jsonPath": "cr:jsonPath",
25
+ "key": "cr:key",
26
+ "path": "cr:path",
27
+ "recordSet": "cr:recordSet",
28
+ "references": "cr:references",
29
+ "regex": "cr:regex",
30
+ "source": "cr:source",
31
+ "transform": "cr:transform",
32
+ "useCases": "cr:useCases",
33
+ "disallowedUses": "cr:disallowedUses"
34
+ },
35
+ "@type": "sc:Dataset",
36
+ "conformsTo": "http://mlcommons.org/croissant/1.1",
37
+ "name": "MMdeepresearch",
38
+ "alternateName": ["MMDR-Bench", "MMDeepResearch-Bench"],
39
+ "description": "MMDR-Bench is a benchmark for end-to-end multimodal deep research agents, comprising 140 expert-crafted tasks across 19 domains and two regimes (Daily: 40 tasks across 11 domains, focused on loosely-structured visual inputs such as screenshots and UI captures; Research: 100 tasks across 10 domains, focused on information-dense visuals such as charts, diagrams, and tables). Each task is an image-text bundle that evaluates an agent's ability to read provided visual inputs, cite retrieved web evidence, and produce a citation-grounded multimodal research report. MMDR-Bench is designed for process-oriented evaluation: there is no fixed gold report, because deep-research outputs are inherently non-stationary. The benchmark instead instruments three reference-free process signals (VEF / MOSAIC / TRACE) defined in the accompanying paper.",
40
+ "license": "https://opensource.org/licenses/MIT",
41
+ "url": "https://huggingface.co/datasets/anomyousMMDR/MMdeepresearch",
42
+ "creator": {"@type": "Person", "name": "Anonymous (under double-blind review)"},
43
+ "citeAs": "Anonymized during peer review. Citation will be provided upon acceptance.",
44
+ "keywords": [
45
+ "multimodal", "deep-research", "benchmark", "agent", "evaluation",
46
+ "citation-grounded", "visual-evidence-fidelity", "process-oriented"
47
+ ],
48
+
49
+ "dataCollection": "Tasks were proposed and iteratively refined by doctoral-level domain experts. Each candidate task went through three checks before inclusion: (1) clarity, (2) multimodal necessity (the task cannot be solved from text alone), and (3) evidence-grounding (the answer is verifiable via citations). Images paired with each task are drawn from publicly available sources; licensing was audited per image and tasks whose images lacked permissive terms were excluded or replaced with licensed substitutes. No crowdsourcing platform was used; all annotation was by vetted domain experts recruited through academic channels. Compensation followed standard academic research-assistant rates in the relevant jurisdiction and met the minimum-wage guideline of the NeurIPS Code of Ethics.",
50
+
51
+ "dataBiases": "The task-language distribution is strongly skewed toward English and Chinese, with French, German, and Finnish present in the long tail. Domain coverage is 19 fields grouped into Humanities/Cultural Studies, Social/Policy Studies, Economics/Business, Environment/Energy, Life/Health Sciences, Mathematics/Engineering, Computer/Data Science, Interdisciplinary, and an exploratory category; coverage within each field is not exhaustive and reflects the constructing experts' research interests. The task set is static at 140 items and is therefore not representative of all possible multimodal deep-research workflows; rankings should be interpreted as capability snapshots under this specific probe. Because images were selected by experts, there is an implicit aesthetic/epistemic prior toward figures, charts, and documents that are legible to trained researchers. Users should not treat absolute scores as cross-time comparable because both the evaluated models and the judge LLM are accessed via external APIs whose snapshots drift.",
52
+
53
+ "personalSensitiveInformation": "Tasks and images were screened to exclude personally identifiable information (PII). No medical records, government identifiers, biometric data, or private communications are included. Publicly visible faces that appear in historical or institutional photographs were retained only when the underlying source license permitted redistribution; no attempt is made to link faces to identities. Users of the dataset must not attempt re-identification of individuals who may incidentally appear in images. A takedown channel is available for any subject who later requests removal; in such cases the affected task is redacted and the dataset version is bumped.",
54
+
55
+ "useCases": "Intended uses: (i) benchmarking multimodal deep-research agents and the LLMs that power them; (ii) measuring whether an agent grounds its textual claims in retrieved web evidence (TRACE) and in the provided visual inputs (VEF); (iii) measuring internal consistency between a generated report's visual-referenced statements and its own visual artifacts (MOSAIC); (iv) studying the evaluation methodology itself, including judge consistency and human-alignment studies.",
56
+ "disallowedUses": "Not intended for: (i) training or fine-tuning models on the task pool in ways that would contaminate future evaluations; (ii) deployment-readiness certification of any commercial deep-research product (the benchmark certifies groundedness, not absolute factual correctness); (iii) any downstream task whose correctness depends on absolute scores being comparable across time, because both model and judge APIs drift.",
57
+
58
+ "distribution": [
59
+ {
60
+ "@type": "cr:FileObject",
61
+ "@id": "repo",
62
+ "name": "repo",
63
+ "description": "Anonymous Hugging Face dataset repository (review-period mirror).",
64
+ "contentUrl": "https://huggingface.co/datasets/anomyousMMDR/MMdeepresearch/tree/refs%2Fconvert%2Fparquet",
65
+ "encodingFormat": "git+https",
66
+ "sha256": "https://github.com/mlcommons/croissant/issues/80"
67
+ },
68
+ {
69
+ "@type": "cr:FileSet",
70
+ "@id": "parquet-files-for-config-default",
71
+ "containedIn": {"@id": "repo"},
72
+ "encodingFormat": "application/x-parquet",
73
+ "includes": "default/*/*.parquet"
74
+ }
75
+ ],
76
+
77
+ "recordSet": [
78
+ {
79
+ "@type": "cr:RecordSet",
80
+ "@id": "default_splits",
81
+ "name": "default_splits",
82
+ "description": "Splits for the default config.",
83
+ "dataType": "cr:Split",
84
+ "key": {"@id": "default_splits/split_name"},
85
+ "field": [{"@type": "cr:Field", "@id": "default_splits/split_name", "dataType": "sc:Text"}],
86
+ "data": [{"default_splits/split_name": "train"}]
87
+ },
88
+ {
89
+ "@type": "cr:RecordSet",
90
+ "@id": "default",
91
+ "description": "The 140-task MMDR-Bench records.",
92
+ "field": [
93
+ {"@type": "cr:Field", "@id": "default/split", "dataType": "sc:Text",
94
+ "source": {"fileSet": {"@id": "parquet-files-for-config-default"},
95
+ "extract": {"fileProperty": "fullpath"},
96
+ "transform": {"regex": "default/(?:partial-)?(train)/.+parquet$"}},
97
+ "references": {"field": {"@id": "default_splits/split_name"}}},
98
+ {"@type": "cr:Field", "@id": "default/id", "dataType": "cr:Int64",
99
+ "source": {"fileSet": {"@id": "parquet-files-for-config-default"}, "extract": {"column": "id"}}},
100
+ {"@type": "cr:Field", "@id": "default/caption", "dataType": "sc:Text",
101
+ "source": {"fileSet": {"@id": "parquet-files-for-config-default"}, "extract": {"column": "caption"}}},
102
+ {"@type": "cr:Field", "@id": "default/body", "dataType": "sc:Text",
103
+ "source": {"fileSet": {"@id": "parquet-files-for-config-default"}, "extract": {"column": "body"}}},
104
+ {"@type": "cr:Field", "@id": "default/image_url", "dataType": "sc:ImageObject",
105
+ "source": {"fileSet": {"@id": "parquet-files-for-config-default"}, "extract": {"column": "image_url"},
106
+ "transform": {"jsonPath": "bytes"}},
107
+ "isArray": true, "arrayShape": "-1"},
108
+ {"@type": "cr:Field", "@id": "default/tags", "dataType": "sc:Text",
109
+ "source": {"fileSet": {"@id": "parquet-files-for-config-default"}, "extract": {"column": "tags"}},
110
+ "isArray": true, "arrayShape": "-1"},
111
+ {"@type": "cr:Field", "@id": "default/language", "dataType": "sc:Text",
112
+ "source": {"fileSet": {"@id": "parquet-files-for-config-default"}, "extract": {"column": "language"}}},
113
+ {"@type": "cr:Field", "@id": "default/difficulty", "dataType": "sc:Text",
114
+ "source": {"fileSet": {"@id": "parquet-files-for-config-default"}, "extract": {"column": "difficulty"}}}
115
+ ]
116
+ }
117
+ ]
118
+ }