Datasets:
Improve dataset card
#1
by davanstrien HF Staff - opened
README.md
CHANGED
|
@@ -74,126 +74,64 @@ dataset_info:
|
|
| 74 |
dataset_size: 269611482
|
| 75 |
---
|
| 76 |
|
| 77 |
-
#
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
- **Homepage:** https://www.artigo.org
|
| 96 |
-
- **Repository:** https://github.com/arthist-lmu/artigo
|
| 97 |
-
- **Data:** https://doi.org/10.5281/zenodo.8202331
|
| 98 |
-
|
| 99 |
-
### Dataset Summary
|
| 100 |
-
|
| 101 |
-
ARTigo (https://www.artigo.org/) is a Citizen Science project that has been jointly developed at the Institute for Art History and the Institute for Informatics at Ludwig Maximilian University of Munich since 2010. It enables participants to engage in the tagging of artworks, thus fostering knowledge accumulation and democratizing access to a traditionally elitist field. ARTigo is built as an interactive web application that offers Games With a Purpose: in them, players are presented with an image – and then challenged to communicate with one another using visual or textual annotations, *tags*, within a given time. Through this playful approach, the project aims to inspire greater appreciation for art and draw new audiences to museums and archives. It streamlines the discoverability of art-historical images, while promoting inclusivity, effective communication, and collaborative research practices. The project’s data are freely available to the wider research community for novel scientific investigations.
|
| 102 |
-
|
| 103 |
-
### Supported Tasks and Leaderboards
|
| 104 |
-
|
| 105 |
-
- `object-detection`: This dataset can be used to train models for object detection tasks on art-historical images.
|
| 106 |
-
- `image-classification`: This dataset can also be used for image classification tasks by using only the tags and not the associated region information.
|
| 107 |
-
|
| 108 |
-
## Dataset Structure
|
| 109 |
-
|
| 110 |
-
This dataset has a single configuration.
|
| 111 |
-
|
| 112 |
-
### Data Instances
|
| 113 |
-
|
| 114 |
-
An example instance from this dataset:
|
| 115 |
-
|
| 116 |
-
```python
|
| 117 |
-
{
|
| 118 |
-
'id': 32254,
|
| 119 |
-
'hash_id': 'e34fa90bf4c73d20ac19b14fa615206e',
|
| 120 |
-
'titles': {
|
| 121 |
-
'id': [10893],
|
| 122 |
-
'name': ['Entwurf für ein zwölfteiliges Kartenspiel']
|
| 123 |
-
},
|
| 124 |
-
'creators': {
|
| 125 |
-
'id': [2391],
|
| 126 |
-
'name': ['Félix Vallotton']
|
| 127 |
-
},
|
| 128 |
-
'location': 'Lausanne',
|
| 129 |
-
'institution': 'Galerie du Chêne',
|
| 130 |
-
'source': {
|
| 131 |
-
'id': 2,
|
| 132 |
-
'name': 'Artemis',
|
| 133 |
-
'url': 'http://artemis.uni-muenchen.de/'
|
| 134 |
-
},
|
| 135 |
-
'path': 'https://api.artigo.org/media/e3/4f/e34fa90bf4c73d20ac19b14fa615206e.jpg',
|
| 136 |
-
'tags': {
|
| 137 |
-
'id': [6, 10, 13, ..., 206331],
|
| 138 |
-
'name': ['blau', 'feder', 'flügel', ..., 'herzober'],
|
| 139 |
-
'language': ['de', 'de', 'de', ..., 'de'],
|
| 140 |
-
'count': [16, 6, 6, ..., 1],
|
| 141 |
-
'regions': [None, None, None, ..., None]
|
| 142 |
-
},
|
| 143 |
-
'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=381x600 at 0x7FEF3A415820>
|
| 144 |
-
}
|
| 145 |
-
```
|
| 146 |
|
| 147 |
-
|
| 148 |
|
| 149 |
-
|
|
|
|
| 150 |
|
| 151 |
-
|
| 152 |
-
- `hash_id`: a unique identifier for the image based on its content (e.g., image hash);
|
| 153 |
-
- `titles`: a list of titles associated with the image, with each title having the following key-value pairs:
|
| 154 |
-
- `id`: a unique identifier for the title;
|
| 155 |
-
- `name`: the name of the title;
|
| 156 |
-
- `creators`: a list of creators associated with the image, with each creator having the following key-value pairs:
|
| 157 |
-
- `id`: a unique identifier for the creator;
|
| 158 |
-
- `name`: the name of the creator;
|
| 159 |
-
- `location`: the location associated with the image;
|
| 160 |
-
- `institution`: the institution that holds the image;
|
| 161 |
-
- `source`: information about the source of the image, with the following key-value pairs:
|
| 162 |
-
- `id`: a unique identifier for the source;
|
| 163 |
-
- `name`: the name of the source;
|
| 164 |
-
- `url`: the URL of the source;
|
| 165 |
-
- `path`: the path to the image file;
|
| 166 |
-
- `tags`: a list of tags associated with the image, with each tag having the following key-value pairs:
|
| 167 |
-
- `id`: a unique identifier for the tag;
|
| 168 |
-
- `name`: the name of the tag;
|
| 169 |
-
- `language`: the language of the tag (if available);
|
| 170 |
-
- `count`: the number of times the tag has been applied to the image;
|
| 171 |
-
- `regions`: the regions of the image to which the tag can be applied (if available);
|
| 172 |
-
- `image`: the image.
|
| 173 |
|
| 174 |
-
|
| 175 |
|
| 176 |
-
|
| 177 |
|
| 178 |
-
##
|
| 179 |
|
| 180 |
-
|
| 181 |
|
| 182 |
-
|
| 183 |
|
| 184 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 185 |
|
| 186 |
```
|
| 187 |
@dataset{bry_et_al_artigo,
|
| 188 |
author = {Bry, François and
|
| 189 |
Kohle, Hubertus and
|
| 190 |
-
Krefeld, Thomas and
|
| 191 |
-
Riepl, Christian and
|
| 192 |
-
Schneider, Stefanie and
|
| 193 |
-
Schön, Gerhard and
|
| 194 |
Schulz, Klaus},
|
| 195 |
title = {{ARTigo}: Social Image Tagging (Aggregated Data)},
|
| 196 |
publisher = {Zenodo},
|
| 197 |
doi = {10.5281/zenodo.8202331},
|
| 198 |
url = {https://doi.org/10.5281/zenodo.8202331}}
|
| 199 |
```
|
|
|
|
|
|
|
|
|
| 74 |
dataset_size: 269611482
|
| 75 |
---
|
| 76 |
|
| 77 |
+
# ARTigo: Social Image Tagging
|
| 78 |
+
|
| 79 |
+
60,633 digital reproductions of artworks with crowdsourced tags, from [ARTigo](https://www.artigo.org/) — a citizen-science project run since 2010 by the Institute of Art History and the Institute of Informatics at LMU Munich. Players are shown an image and type tags against a clock, scoring when a tag matches one their anonymous opponent gives or one recorded in an earlier session. The aggregate of those game rounds is this dataset. Built from the [v1.5 Zenodo deposit](https://doi.org/10.5281/zenodo.8202331) (1 August 2023), whose `data.jsonl` holds 60,981 records; the deposit is refreshed monthly, so current versions on Zenodo are larger than this build.
|
| 80 |
+
|
| 81 |
+
Measured on that deposit: 270,024 distinct tags, 4.9M tag–image pairs, and just under 10M individual taggings, at a median of 61 distinct tags per image. Images come from nine sources, named in `source.name`: Artemis (26,402), Koeln (21,055), Rijksmuseum (5,633), Mkg-Hamburg (3,965), Kunsthalle-Karlsruhe (2,145), Amherst-College (1,365), and small contributions from Albertina, Stadt-Land-Bild and Streetart.
|
| 82 |
+
|
| 83 |
+
## Fields
|
| 84 |
+
|
| 85 |
+
| field | notes |
|
| 86 |
+
| --- | --- |
|
| 87 |
+
| `id`, `hash_id` | integer id; content hash used as the image filename |
|
| 88 |
+
| `titles`, `creators` | lists of `{id, name}`; 8,769 distinct creator names |
|
| 89 |
+
| `location`, `institution` | holding place and institution, where known |
|
| 90 |
+
| `source` | `{id, name, url}` — one of the nine collections above |
|
| 91 |
+
| `path` | URL of the image on the ARTigo API |
|
| 92 |
+
| `tags` | list of `{id, name, language, count, regions}` |
|
| 93 |
+
| `image` | the reproduction itself |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 94 |
|
| 95 |
+
Metadata coverage is partial: `creators` is empty on 12,182 records (20%), `institution` on 13,687 (22%), `location` on 17,795 (29%). Tags are unedited — the depositors deliberately left player spelling errors uncorrected rather than risk mangling specialist art-historical vocabulary.
|
| 96 |
|
| 97 |
+
> [!WARNING]
|
| 98 |
+
> The repo still ships a legacy Python loading script, which `datasets` no longer runs (`RuntimeError: Dataset scripts are no longer supported`). Until it is converted to Parquet, work from the Zenodo deposit.
|
| 99 |
|
| 100 |
+
## The tags are overwhelmingly German
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
|
| 102 |
+
By tag–image pair: German 4,378,382 (89%), English 472,028 (9.6%), French 68,557 (1.4%). Anything trained on this without filtering learns a German tag vocabulary.
|
| 103 |
|
| 104 |
+
`language` is also a weaker signal than it looks. It records which language version of ARTigo the tag was collected on, not the language of the tag: the data paper notes that "English tags created in the German version of ARTigo are labelled as German".
|
| 105 |
|
| 106 |
+
## `regions` is almost always empty
|
| 107 |
|
| 108 |
+
Visual annotation — tagging a rectangle rather than the whole image — only started in 2022. In this deposit 521 records out of 60,981 (0.9%) carry any region at all, across 1,935 tag–image pairs. The `object-detection` task tag in the metadata is not supported at usable scale; in practice this is an image-tagging dataset. Where regions exist, the data paper describes them as normalised bounding boxes given by the x and y of the bottom-left corner plus width and height.
|
| 109 |
|
| 110 |
+
## Use
|
| 111 |
|
| 112 |
+
- Training or evaluating image tagging and text-to-image retrieval on art-historical images, in German.
|
| 113 |
+
- `count` is a per-image agreement signal — head tags were given by many players, the long tail by one. It is the obvious weight or threshold for filtering noise.
|
| 114 |
+
- Comparing player vocabulary against curatorial vocabulary, using `titles` and `creators` as the institutional description of the same object.
|
| 115 |
+
|
| 116 |
+
## Licence
|
| 117 |
+
|
| 118 |
+
The Zenodo record is CC BY-SA 4.0. That covers the deposit as a whole, including the aggregated annotations; the record does not break out rights per source institution for the reproductions themselves, which come from nine third-party collections. Check the source before redistributing images, and note that share-alike propagates to derivatives.
|
| 119 |
+
|
| 120 |
+
## Citation
|
| 121 |
|
| 122 |
```
|
| 123 |
@dataset{bry_et_al_artigo,
|
| 124 |
author = {Bry, François and
|
| 125 |
Kohle, Hubertus and
|
| 126 |
+
Krefeld, Thomas and
|
| 127 |
+
Riepl, Christian and
|
| 128 |
+
Schneider, Stefanie and
|
| 129 |
+
Schön, Gerhard and
|
| 130 |
Schulz, Klaus},
|
| 131 |
title = {{ARTigo}: Social Image Tagging (Aggregated Data)},
|
| 132 |
publisher = {Zenodo},
|
| 133 |
doi = {10.5281/zenodo.8202331},
|
| 134 |
url = {https://doi.org/10.5281/zenodo.8202331}}
|
| 135 |
```
|
| 136 |
+
|
| 137 |
+
Data paper: Schneider, Stefanie (2024). "ARTigo: Data from Social Tagging with Art-historical Images", *Journal of Open Humanities Data* 10, [10.5334/johd.247](https://doi.org/10.5334/johd.247). Code: [arthist-lmu/artigo](https://github.com/arthist-lmu/artigo).
|