Anonymous commited on
Commit
b74ea55
·
verified ·
1 Parent(s): ba67b9e

Rename dataset_description.json to metadata.json

Browse files
Files changed (2) hide show
  1. dataset_description.json +0 -91
  2. metadata.json +433 -0
dataset_description.json DELETED
@@ -1,91 +0,0 @@
1
- {
2
- "@context": {
3
- "@vocab": "https://mlcommons.org/croissant/schema/1.0#"
4
- },
5
- "@type": "https://schema.org/Dataset",
6
- "https://schema.org/name": "nova",
7
- "https://schema.org/description": "NOVA: A Benchmark for Anomaly Localization and Clinical Reasoning in Brain MRI",
8
- "https://schema.org/citation": "Bercea et al., NOVA: A Benchmark for Anomaly Localization and Clinical Reasoning in Brain MRI, arXiv:2505.14064",
9
- "https://schema.org/datePublished": "2025-05-20",
10
- "https://schema.org/license": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
11
- "https://schema.org/version": "1.0.0",
12
- "sources": [
13
- {
14
- "name": "Images",
15
- "contentUrl": "Images/{case_id}_{scan_id}.png",
16
- "encodingFormat": "image/png"
17
- },
18
- {
19
- "name": "case_metadata",
20
- "contentUrl": "case_metadata.csv",
21
- "encodingFormat": "text/csv"
22
- },
23
- {
24
- "name": "captions",
25
- "contentUrl": "captions.csv",
26
- "encodingFormat": "text/csv"
27
- },
28
- {
29
- "name": "bboxes_gold",
30
- "contentUrl": "bboxes_gold.csv",
31
- "encodingFormat": "text/csv"
32
- },
33
- {
34
- "name": "bboxes_raters",
35
- "contentUrl": "bboxes_raters.csv",
36
- "encodingFormat": "text/csv"
37
- }
38
- ],
39
- "tables": [
40
- {
41
- "name": "case_metadata",
42
- "url": "case_metadata.csv",
43
- "columns": [
44
- { "name": "case_id", "description": "Unique case identifier" },
45
- { "name": "title", "description": "Case title" },
46
- { "name": "publication_date", "description": "Date of publication" },
47
- { "name": "clinical_history", "description": "Patient clinical background" },
48
- { "name": "differential_diagnosis", "description": "List of differential diagnoses" },
49
- { "name": "final_diagnosis", "description": "Final radiological diagnosis" },
50
- { "name": "link", "description": "Original case URL on Eurorad" }
51
- ]
52
- },
53
- {
54
- "name": "captions",
55
- "url": "captions.csv",
56
- "columns": [
57
- { "name": "filename", "description": "Filename of the corresponding image" },
58
- { "name": "caption", "description": "Radiologist-written image caption" },
59
- { "name": "case_id", "description": "Case identifier" },
60
- { "name": "scan_id", "description": "Scan identifier" }
61
- ]
62
- },
63
- {
64
- "name": "bboxes_gold",
65
- "url": "bboxes_gold.csv",
66
- "columns": [
67
- { "name": "filename", "description": "Filename of the image" },
68
- { "name": "case_id", "description": "Case identifier" },
69
- { "name": "scan_id", "description": "Scan identifier" },
70
- { "name": "x", "description": "Top-left x-coordinate of bounding box" },
71
- { "name": "y", "description": "Top-left y-coordinate of bounding box" },
72
- { "name": "width", "description": "Width of the bounding box" },
73
- { "name": "height", "description": "Height of the bounding box" }
74
- ]
75
- },
76
- {
77
- "name": "bboxes_raters",
78
- "url": "bboxes_raters.csv",
79
- "columns": [
80
- { "name": "filename", "description": "Filename of the image" },
81
- { "name": "case_id", "description": "Case identifier" },
82
- { "name": "scan_id", "description": "Scan identifier" },
83
- { "name": "rater", "description": "ID of the annotating radiologist" },
84
- { "name": "x", "description": "Top-left x-coordinate of bounding box" },
85
- { "name": "y", "description": "Top-left y-coordinate of bounding box" },
86
- { "name": "width", "description": "Width of the bounding box" },
87
- { "name": "height", "description": "Height of the bounding box" }
88
- ]
89
- }
90
- ]
91
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
metadata.json ADDED
@@ -0,0 +1,433 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": {
3
+ "@language": "en",
4
+ "@vocab": "https://schema.org/",
5
+ "citeAs": "cr:citeAs",
6
+ "column": "cr:column",
7
+ "conformsTo": "dct:conformsTo",
8
+ "cr": "http://mlcommons.org/croissant/",
9
+ "rai": "http://mlcommons.org/croissant/RAI/",
10
+ "data": {
11
+ "@id": "cr:data",
12
+ "@type": "@json"
13
+ },
14
+ "dataType": {
15
+ "@id": "cr:dataType",
16
+ "@type": "@vocab"
17
+ },
18
+ "dct": "http://purl.org/dc/terms/",
19
+ "examples": {
20
+ "@id": "cr:examples",
21
+ "@type": "@json"
22
+ },
23
+ "extract": "cr:extract",
24
+ "field": "cr:field",
25
+ "fileProperty": "cr:fileProperty",
26
+ "fileObject": "cr:fileObject",
27
+ "fileSet": "cr:fileSet",
28
+ "format": "cr:format",
29
+ "includes": "cr:includes",
30
+ "isLiveDataset": "cr:isLiveDataset",
31
+ "jsonPath": "cr:jsonPath",
32
+ "key": "cr:key",
33
+ "md5": "cr:md5",
34
+ "parentField": "cr:parentField",
35
+ "path": "cr:path",
36
+ "recordSet": "cr:recordSet",
37
+ "references": "cr:references",
38
+ "regex": "cr:regex",
39
+ "repeated": "cr:repeated",
40
+ "replace": "cr:replace",
41
+ "sc": "https://schema.org/",
42
+ "separator": "cr:separator",
43
+ "source": "cr:source",
44
+ "subField": "cr:subField",
45
+ "transform": "cr:transform"
46
+ },
47
+ "@type": "sc:Dataset",
48
+ "name": "NOVA",
49
+ "description": "NOVA benchmark: anomaly localization and clinical reasoning in brain MRI.",
50
+ "conformsTo": "http://mlcommons.org/croissant/1.0",
51
+ "license": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
52
+ "url": "https://huggingface.co/datasets/Ano-2090/Nova",
53
+ "distribution": [
54
+ {
55
+ "@type": "cr:FileObject",
56
+ "@id": "captions-clean",
57
+ "name": "captions-clean",
58
+ "description": "CSV file with NOVA image captions and metadata.",
59
+ "contentUrl": "captions.csv",
60
+ "encodingFormat": "text/csv",
61
+ "sha256": "d696a6259d9a7c8023ab48462521b26b9af6571ca8bc22daf7c3dff13a42ff28"
62
+ },
63
+ {
64
+ "@type": "cr:FileObject",
65
+ "@id": "bboxes-gold",
66
+ "name": "bboxes-gold",
67
+ "description": "CSV with gold-standard bounding boxes annotated by radiologists.",
68
+ "contentUrl": "bboxes_gold.csv",
69
+ "encodingFormat": "text/csv",
70
+ "sha256": "6cb93de17bef13b28913e73b3b2060c660c314cc88805156c486b6657d77dcc2"
71
+ },
72
+ {
73
+ "@type": "cr:FileObject",
74
+ "@id": "bboxes-raters",
75
+ "name": "bboxes-raters",
76
+ "description": "CSV with bounding boxes annotated by independent raters.",
77
+ "contentUrl": "bboxes_raters.csv",
78
+ "encodingFormat": "text/csv",
79
+ "sha256": "56df18b177a77e8a6587babc7220732cfb38629cec56fde8ca05fef76c10d59a"
80
+ },
81
+ {
82
+ "@type": "cr:FileObject",
83
+ "@id": "case-metadata",
84
+ "name": "case-metadata",
85
+ "description": "CSV with clinical case metadata, including diagnosis and history.",
86
+ "contentUrl": "case_metadata.csv",
87
+ "encodingFormat": "text/csv",
88
+ "sha256": "42b34bb6673564de73a921e731de4819a3029bfbf563f2755d45ed98de9760d1"
89
+ }
90
+ ],
91
+ "recordSet": [
92
+ {
93
+ "@type": "cr:RecordSet",
94
+ "@id": "captions",
95
+ "name": "captions",
96
+ "description": "Captions and identifiers for NOVA images.",
97
+ "field": [
98
+ {
99
+ "@type": "cr:Field",
100
+ "@id": "captions/filename",
101
+ "name": "filename",
102
+ "dataType": "sc:Text",
103
+ "source": {
104
+ "fileObject": {
105
+ "@id": "captions-clean"
106
+ },
107
+ "extract": {
108
+ "column": "filename"
109
+ }
110
+ }
111
+ },
112
+ {
113
+ "@type": "cr:Field",
114
+ "@id": "captions/caption",
115
+ "name": "caption",
116
+ "dataType": "sc:Text",
117
+ "source": {
118
+ "fileObject": {
119
+ "@id": "captions-clean"
120
+ },
121
+ "extract": {
122
+ "column": "caption"
123
+ }
124
+ }
125
+ },
126
+ {
127
+ "@type": "cr:Field",
128
+ "@id": "captions/case_id",
129
+ "name": "case_id",
130
+ "dataType": "sc:Text",
131
+ "source": {
132
+ "fileObject": {
133
+ "@id": "captions-clean"
134
+ },
135
+ "extract": {
136
+ "column": "case_id"
137
+ }
138
+ }
139
+ },
140
+ {
141
+ "@type": "cr:Field",
142
+ "@id": "captions/scan_id",
143
+ "name": "scan_id",
144
+ "dataType": "sc:Text",
145
+ "source": {
146
+ "fileObject": {
147
+ "@id": "captions-clean"
148
+ },
149
+ "extract": {
150
+ "column": "scan_id"
151
+ }
152
+ }
153
+ }
154
+ ]
155
+ },
156
+ {
157
+ "@type": "cr:RecordSet",
158
+ "@id": "bboxes_gold",
159
+ "name": "bboxes_gold",
160
+ "description": "Gold-standard bounding boxes per image.",
161
+ "field": [
162
+ {
163
+ "@type": "cr:Field",
164
+ "@id": "bboxes_gold/filename",
165
+ "name": "filename",
166
+ "dataType": "sc:Text",
167
+ "source": {
168
+ "fileObject": {
169
+ "@id": "bboxes-gold"
170
+ },
171
+ "extract": {
172
+ "column": "filename"
173
+ }
174
+ }
175
+ },
176
+ {
177
+ "@type": "cr:Field",
178
+ "@id": "bboxes_gold/x",
179
+ "name": "x",
180
+ "dataType": "sc:Integer",
181
+ "source": {
182
+ "fileObject": {
183
+ "@id": "bboxes-gold"
184
+ },
185
+ "extract": {
186
+ "column": "x"
187
+ }
188
+ }
189
+ },
190
+ {
191
+ "@type": "cr:Field",
192
+ "@id": "bboxes_gold/y",
193
+ "name": "y",
194
+ "dataType": "sc:Integer",
195
+ "source": {
196
+ "fileObject": {
197
+ "@id": "bboxes-gold"
198
+ },
199
+ "extract": {
200
+ "column": "y"
201
+ }
202
+ }
203
+ },
204
+ {
205
+ "@type": "cr:Field",
206
+ "@id": "bboxes_gold/width",
207
+ "name": "width",
208
+ "dataType": "sc:Integer",
209
+ "source": {
210
+ "fileObject": {
211
+ "@id": "bboxes-gold"
212
+ },
213
+ "extract": {
214
+ "column": "width"
215
+ }
216
+ }
217
+ },
218
+ {
219
+ "@type": "cr:Field",
220
+ "@id": "bboxes_gold/height",
221
+ "name": "height",
222
+ "dataType": "sc:Integer",
223
+ "source": {
224
+ "fileObject": {
225
+ "@id": "bboxes-gold"
226
+ },
227
+ "extract": {
228
+ "column": "height"
229
+ }
230
+ }
231
+ }
232
+ ]
233
+ },
234
+ {
235
+ "@type": "cr:RecordSet",
236
+ "@id": "bboxes_raters",
237
+ "name": "bboxes_raters",
238
+ "description": "Bounding boxes by other human raters.",
239
+ "field": [
240
+ {
241
+ "@type": "cr:Field",
242
+ "@id": "bboxes_raters/filename",
243
+ "name": "filename",
244
+ "dataType": "sc:Text",
245
+ "source": {
246
+ "fileObject": {
247
+ "@id": "bboxes-raters"
248
+ },
249
+ "extract": {
250
+ "column": "filename"
251
+ }
252
+ }
253
+ },
254
+ {
255
+ "@type": "cr:Field",
256
+ "@id": "bboxes_raters/rater",
257
+ "name": "rater",
258
+ "dataType": "sc:Text",
259
+ "source": {
260
+ "fileObject": {
261
+ "@id": "bboxes-raters"
262
+ },
263
+ "extract": {
264
+ "column": "rater"
265
+ }
266
+ }
267
+ },
268
+ {
269
+ "@type": "cr:Field",
270
+ "@id": "bboxes_raters/x",
271
+ "name": "x",
272
+ "dataType": "sc:Integer",
273
+ "source": {
274
+ "fileObject": {
275
+ "@id": "bboxes-raters"
276
+ },
277
+ "extract": {
278
+ "column": "x"
279
+ }
280
+ }
281
+ },
282
+ {
283
+ "@type": "cr:Field",
284
+ "@id": "bboxes_raters/y",
285
+ "name": "y",
286
+ "dataType": "sc:Integer",
287
+ "source": {
288
+ "fileObject": {
289
+ "@id": "bboxes-raters"
290
+ },
291
+ "extract": {
292
+ "column": "y"
293
+ }
294
+ }
295
+ },
296
+ {
297
+ "@type": "cr:Field",
298
+ "@id": "bboxes_raters/width",
299
+ "name": "width",
300
+ "dataType": "sc:Integer",
301
+ "source": {
302
+ "fileObject": {
303
+ "@id": "bboxes-raters"
304
+ },
305
+ "extract": {
306
+ "column": "width"
307
+ }
308
+ }
309
+ },
310
+ {
311
+ "@type": "cr:Field",
312
+ "@id": "bboxes_raters/height",
313
+ "name": "height",
314
+ "dataType": "sc:Integer",
315
+ "source": {
316
+ "fileObject": {
317
+ "@id": "bboxes-raters"
318
+ },
319
+ "extract": {
320
+ "column": "height"
321
+ }
322
+ }
323
+ }
324
+ ]
325
+ },
326
+ {
327
+ "@type": "cr:RecordSet",
328
+ "@id": "case_metadata",
329
+ "name": "case_metadata",
330
+ "description": "Case metadata including diagnosis and clinical history.",
331
+ "field": [
332
+ {
333
+ "@type": "cr:Field",
334
+ "@id": "case_metadata/case_id",
335
+ "name": "case_id",
336
+ "dataType": "sc:Text",
337
+ "source": {
338
+ "fileObject": {
339
+ "@id": "case-metadata"
340
+ },
341
+ "extract": {
342
+ "column": "case_id"
343
+ }
344
+ }
345
+ },
346
+ {
347
+ "@type": "cr:Field",
348
+ "@id": "case_metadata/title",
349
+ "name": "title",
350
+ "dataType": "sc:Text",
351
+ "source": {
352
+ "fileObject": {
353
+ "@id": "case-metadata"
354
+ },
355
+ "extract": {
356
+ "column": "title"
357
+ }
358
+ }
359
+ },
360
+ {
361
+ "@type": "cr:Field",
362
+ "@id": "case_metadata/publication_date",
363
+ "name": "publication_date",
364
+ "dataType": "sc:Text",
365
+ "source": {
366
+ "fileObject": {
367
+ "@id": "case-metadata"
368
+ },
369
+ "extract": {
370
+ "column": "publication_date"
371
+ }
372
+ }
373
+ },
374
+ {
375
+ "@type": "cr:Field",
376
+ "@id": "case_metadata/clinical_history",
377
+ "name": "clinical_history",
378
+ "dataType": "sc:Text",
379
+ "source": {
380
+ "fileObject": {
381
+ "@id": "case-metadata"
382
+ },
383
+ "extract": {
384
+ "column": "clinical_history"
385
+ }
386
+ }
387
+ },
388
+ {
389
+ "@type": "cr:Field",
390
+ "@id": "case_metadata/differential_diagnosis",
391
+ "name": "differential_diagnosis",
392
+ "dataType": "sc:Text",
393
+ "source": {
394
+ "fileObject": {
395
+ "@id": "case-metadata"
396
+ },
397
+ "extract": {
398
+ "column": "differential_diagnosis"
399
+ }
400
+ }
401
+ },
402
+ {
403
+ "@type": "cr:Field",
404
+ "@id": "case_metadata/final_diagnosis",
405
+ "name": "final_diagnosis",
406
+ "dataType": "sc:Text",
407
+ "source": {
408
+ "fileObject": {
409
+ "@id": "case-metadata"
410
+ },
411
+ "extract": {
412
+ "column": "final_diagnosis"
413
+ }
414
+ }
415
+ },
416
+ {
417
+ "@type": "cr:Field",
418
+ "@id": "case_metadata/link",
419
+ "name": "link",
420
+ "dataType": "sc:Text",
421
+ "source": {
422
+ "fileObject": {
423
+ "@id": "case-metadata"
424
+ },
425
+ "extract": {
426
+ "column": "link"
427
+ }
428
+ }
429
+ }
430
+ ]
431
+ }
432
+ ]
433
+ }