enron_data / metadata.jsonld
anony-mouse123's picture
Update metadata.jsonld
c09ac3b verified
{
"@context": {
"@language": "en",
"@vocab": "https://schema.org/",
"column": "cr:column",
"cr": "http://mlcommons.org/croissant/",
"data": { "@id": "cr:data", "@type": "@json" },
"dataType": { "@id": "cr:dataType", "@type": "@vocab" },
"extract": "cr:extract",
"field": "cr:field",
"fileObject": "cr:fileObject",
"fileSet": "cr:fileSet",
"format": "cr:format",
"includes": "cr:includes",
"jsonPath": "cr:jsonPath",
"recordSet": "cr:recordSet",
"source": "cr:source",
"sc": "https://schema.org/"
},
"@type": "sc:Dataset",
"name": "enron_data",
"description": "Memorization auditing dataset for CanaryBench, featuring Enron email sequences and PII canaries.",
"conformsTo": "http://mlcommons.org/croissant/1.1",
"url": "https://huggingface.co/datasets/anony-mouse123/enron_data",
"distribution": [
{
"@type": "cr:FileObject",
"@id": "data-file",
"name": "enron_jsonl",
"contentUrl": "https://huggingface.co/datasets/anony-mouse123/enron_data/resolve/main/test.jsonl",
"encodingFormat": "application/jsonl"
}
],
"recordSet": [
{
"@type": "cr:RecordSet",
"@id": "enron-records",
"name": "enron_records",
"field": [
{
"@type": "cr:Field",
"@id": "enron-records/id",
"name": "id",
"dataType": "sc:Text",
"source": { "fileObject": { "@id": "data-file" }, "extract": { "jsonPath": "$.id" } }
},
{
"@type": "cr:Field",
"@id": "enron-records/target",
"name": "target",
"dataType": "sc:Text",
"source": { "fileObject": { "@id": "data-file" }, "extract": { "jsonPath": "$.target" } }
},
{
"@type": "cr:Field",
"@id": "enron-records/canary",
"name": "canary",
"dataType": "sc:Boolean",
"source": { "fileObject": { "@id": "data-file" }, "extract": { "jsonPath": "$.canary" } }
}
]
}
]
}