| { |
| "@context": { |
| "@language": "en", |
| "@vocab": "https://schema.org/", |
| "citeAs": "cr:citeAs", |
| "column": "cr:column", |
| "conformsTo": "dct:conformsTo", |
| "cr": "http://mlcommons.org/croissant/", |
| "rai": "http://mlcommons.org/croissant/RAI/", |
| "data": { |
| "@id": "cr:data", |
| "@type": "@json" |
| }, |
| "dataType": { |
| "@id": "cr:dataType", |
| "@type": "@vocab" |
| }, |
| "dct": "http://purl.org/dc/terms/", |
| "examples": { |
| "@id": "cr:examples", |
| "@type": "@json" |
| }, |
| "extract": "cr:extract", |
| "field": "cr:field", |
| "fileProperty": "cr:fileProperty", |
| "fileObject": "cr:fileObject", |
| "fileSet": "cr:fileSet", |
| "format": "cr:format", |
| "includes": "cr:includes", |
| "isLiveDataset": "cr:isLiveDataset", |
| "jsonPath": "cr:jsonPath", |
| "key": "cr:key", |
| "md5": "cr:md5", |
| "parentField": "cr:parentField", |
| "path": "cr:path", |
| "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" |
| }, |
| "@type": "sc:Dataset", |
| "name": "feedback-forensics-annotations", |
| "description": "Annotation data from Feedback Forensics experiments. See GitHub repo for generating code: https://github.com/rdnfn/feedback-forensics", |
| "conformsTo": "http://mlcommons.org/croissant/1.0", |
| "url": "https://huggingface.co/datasets/rdnfn/feedback-forensics-annotations/", |
| "distribution": [ |
| { |
| "@type": "cr:FileObject", |
| "@id": "repo", |
| "name": "repo", |
| "description": "The Hugging Face git repository.", |
| "contentUrl": "https://huggingface.co/datasets/rdnfn/feedback-forensics-annotations/tree/main", |
| "encodingFormat": "git+https", |
| "sha256": "main" |
| }, |
| { |
| "@type": "cr:FileSet", |
| "@id": "json-files", |
| "name": "json-files", |
| "description": "JSON files hosted on Hugging Face.", |
| "containedIn": { |
| "@id": "repo" |
| }, |
| "encodingFormat": "application/json", |
| "includes": "data/*.json" |
| } |
| ] |
| } |
|
|