File size: 3,702 Bytes
b7fd1ad | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 | ---
license: mit
---
# ArteFact Markdown Dataset
A comprehensive collection of scholarly art historical texts and associated images, organized by individual artworks and their corresponding scholarly documentation.
## �� Dataset Overview
This dataset contains **7,200 individual art works**, each with their associated scholarly markdown documentation and visual materials. The dataset serves as the primary source material for the ArteFact AI research platform, which bridges visual art and textual scholarship.
## 🏗️ Data Structure
```
artefact-markdown/
├── works/
│ ├── W1009740230/
│ │ ├── content.md # Scholarly text for this work
│ │ └── images/ # Associated visual materials
│ │ ├── image-001.jpg
│ │ ├── image-002.jpg
│ │ └── ...
│ ├── W2158127127/
│ └── ... (7,200 total work directories)
```
## Dataset Statistics
- **Total Works**: 7,200
- **Total Files**: 239,996
- **Total Size**: ~19.1 GB
### File Distribution by Work Size
| Files per Work | Number of Works | Percentage |
|----------------|-----------------|------------|
| 1 file | 1,380 | 19.2% |
| 2-10 files | 2,666 | 37.0% |
| 11-100 files | 2,800 | 38.9% |
| 100+ files | 354 | 4.9% |
| 1,000+ files | 7 | 0.1% |
| 10,000+ files| 3 | 0.04% |
## Content Types
### Scholarly Documentation
- **Art historical analysis** and descriptions
- **Biographical information** about artists and creators
- **Historical context** and provenance details
- **Technical specifications** and material information
- **Critical interpretations** and scholarly commentary
### Visual Materials
- **High-resolution artwork images**
- **Detail shots** and close-ups
- **Comparative images** and contextual materials
- **Documentation photos** and archival materials
## 🔍 Work Identification
Each work is identified by a unique `W` prefix followed by a numerical identifier (e.g., `W1009740230`). These identifiers correspond to the works referenced in the companion `artefact-json` dataset.
## 🚀 Usage
This dataset is designed to work in conjunction with:
- **`samwaugh/artefact-embeddings`** - Vector embeddings of the textual content
- **`samwaugh/artefact-json`** - Structured metadata and sentence-level annotations
### Example Use Cases
- **Art historical research** and analysis
- **AI training** for art understanding models
- **Scholarly text mining** and analysis
- **Cross-modal learning** between text and images
- **Digital humanities** research projects
## 📖 Citation
If you use this dataset in your research, please cite:
```bibtex
@dataset{artefact_markdown_2024,
title={ArteFact Markdown Dataset},
author={Waugh, Samuel},
year={2024},
publisher={Hugging Face},
url={https://huggingface.co/datasets/samwaugh/artefact-markdown}
}
```
## 🔗 Related Resources
- **ArteFact Platform**: [samwaugh/artefact](https://huggingface.co/spaces/samwaugh/artefact)
- **Embeddings Dataset**: [samwaugh/artefact-embeddings](https://huggingface.co/datasets/samwaugh/artefact-embeddings)
- **Metadata Dataset**: [samwaugh/artefact-json](https://huggingface.co/datasets/samwaugh/artefact-json)
## 📄 License
This dataset is released under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contributing
This dataset is part of the larger ArteFact project. For questions, issues, or contributions, please refer to the main ArteFact repository.
---
*Part of the ArteFact AI Research Platform - Bridging Visual Art and Textual Scholarship* |