{ "@context": { "@language": "en", "@vocab": "https://schema.org/", "cr": "http://mlcommons.org/croissant/" }, "@type": "Dataset", "conformsTo": "http://mlcommons.org/croissant/1.0", "name": "HistVis", "description": "HistVis is a dataset designed to evaluate how text-to-image models represent cultural and historical variations in human activities. It includes images generated by multiple models using prompts like 'a person listening to music in the 1960s'.", "url": "https://huggingface.co/datasets/latentcanon/HistVis", "identifier": "https://doi.org/10.57967/hf/5066", "license": [ "https://creativecommons.org/licenses/by-nc/4.0/" ], "version": "1.0", "keywords": [ "text-to-image", "temporal bias", "cultural representation", "historical analysis", "AI fairness" ], "creator": { "@type": "Organization", "name": "The Canon of Latent Spaces" }, "includedInDataCatalog": { "@type": "DataCatalog", "name": "Hugging Face Datasets" }, "datePublished": "2025-04-01", "data": { "@type": "cr:Data", "identifier": "histvis_data", "fileObject": [ { "@type": "cr:FileObject", "identifier": "dataset_csv", "name": "HistVis Metadata", "url": "https://huggingface.co/datasets/latentcanon/HistVis/resolve/main/dataset.csv", "encodingFormat": "text/csv", "sha256": "INSERT_SHA256_HASH_HERE", "contains": [ { "@type": "cr:Column", "identifier": "image_path", "name": "image_path", "description": "Path to the image file.", "dataType": "string" }, { "@type": "cr:Column", "identifier": "model", "name": "model", "description": "Text-to-image model used.", "dataType": "string" }, { "@type": "cr:Column", "identifier": "historical_period", "name": "historical_period", "description": "Time period depicted.", "dataType": "string" }, { "@type": "cr:Column", "identifier": "universal_human_activity", "name": "universal_human_activity", "description": "Depicted activity.", "dataType": "string" }, { "@type": "cr:Column", "identifier": "category", "name": "category", "description": "Cultural category.", "dataType": "string" } ] } ] } }