gigant commited on
Commit
c544d2d
1 Parent(s): 28790d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +137 -1
README.md CHANGED
@@ -25,4 +25,140 @@ task_categories:
25
  - image-to-image
26
  task_ids:
27
  - image-captioning
28
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  - image-to-image
26
  task_ids:
27
  - image-captioning
28
+ ---
29
+
30
+ # Dataset Card for Old Book Illustrations
31
+
32
+ ## Table of Contents
33
+ - [Table of Contents](#table-of-contents)
34
+ - [Dataset Description](#dataset-description)
35
+ - [Dataset Summary](#dataset-summary)
36
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
37
+ - [Languages](#languages)
38
+ - [Dataset Structure](#dataset-structure)
39
+ - [Data Instances](#data-instances)
40
+ - [Data Fields](#data-fields)
41
+ - [Data Splits](#data-splits)
42
+ - [Dataset Creation](#dataset-creation)
43
+ - [Curation Rationale](#curation-rationale)
44
+ - [Source Data](#source-data)
45
+ - [Annotations](#annotations)
46
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
47
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
48
+ - [Social Impact of Dataset](#social-impact-of-dataset)
49
+ - [Discussion of Biases](#discussion-of-biases)
50
+ - [Other Known Limitations](#other-known-limitations)
51
+ - [Additional Information](#additional-information)
52
+ - [Dataset Curators](#dataset-curators)
53
+ - [Licensing Information](#licensing-information)
54
+ - [Citation Information](#citation-information)
55
+ - [Contributions](#contributions)
56
+
57
+ ## Dataset Description
58
+
59
+ - **[Homepage](https://www.oldbookillustrations.com/)**
60
+
61
+ ### Dataset Summary
62
+
63
+ [More Information Needed]
64
+
65
+ ### Languages
66
+
67
+ The captions and descriptions are mostly in English but can contain some sentences from other languages such as French or German.
68
+ For instance you can find this description that contains a French sentence:
69
+
70
+ >The caption reads in the original French: Vue de l’aqueduc de Salones qui conduisait l’eau à Spalatro.
71
+
72
+ ## Dataset Structure
73
+
74
+ ### Data Instances
75
+
76
+ Each instance contains all the information gathered from the page of an illustration on the website [Old Book Illustrations](https://www.oldbookillustrations.com/).
77
+
78
+ ### Data Fields
79
+
80
+ * `rawscan`: the image as originally scanned from the book, without further processing
81
+ * `1600px`: the cleaned image, resized to a width of 1600 pixels (height can vary)
82
+ * `info_url`: URL to the illustration page on oldbookillustrations.com
83
+ * `ìnfo_src`: URL to an icon-sized version of the image
84
+ * `info_alt`: short description of the image
85
+ * `artist_name`: artist name
86
+ * `artist_date`: birth date of the artist
87
+ * `artist_countries`: list of the countries the artist is from
88
+ * `book_title`: original title of the book the illustration is extracted from
89
+ * `book_authors`: list of the authors of the book
90
+ * `book_publishers`: list of the publishers of the book
91
+ * `openlibrary-url`: URL to the openlibrary entry for the book
92
+ * `tags`: list of keywords for this illustration on oldbookillustrations.com
93
+ * `illustration_source_name`: list of the sources for this illustration
94
+ * `illustration_source_url`: list of the URL for these sources
95
+ * `illustration_subject`: category of the subject represented in the illustration
96
+ * `illustration_format`: category of the format of the illustration
97
+ * `image_title`: title of the image
98
+ * `image_caption`: caption of the image. Seems to be the caption that appears next to the image in the book, translated to English if in another language
99
+ * `image_description`: longer description of the image. If there is one, it also quotes the caption in the original language
100
+ * `rawscan_url`: URL to the rawscan image on oldbookillustration.com
101
+ * `1600px_url`: URL to the cleaned image on oldbookillustration.com
102
+
103
+ ## Dataset Creation
104
+
105
+ ### Curation Rationale
106
+
107
+ [More Information Needed]
108
+
109
+ ### Source Data
110
+
111
+ #### Initial Data Collection and Normalization
112
+
113
+ Initial data is gathered from the very nice website [Old Book Illustrations](https://www.oldbookillustrations.com/).
114
+
115
+ #### Who are the source language producers?
116
+
117
+ [More Information Needed]
118
+
119
+ ### Annotations
120
+
121
+ #### Annotation process
122
+
123
+ [More Information Needed]
124
+
125
+ #### Who are the annotators?
126
+
127
+ [More Information Needed]
128
+
129
+ ### Personal and Sensitive Information
130
+
131
+ [More Information Needed]
132
+
133
+ ## Considerations for Using the Data
134
+
135
+ ### Social Impact of Dataset
136
+
137
+ [More Information Needed]
138
+
139
+ ### Discussion of Biases
140
+
141
+ [More Information Needed]
142
+
143
+ ### Other Known Limitations
144
+
145
+ [More Information Needed]
146
+
147
+ ## Additional Information
148
+
149
+ ### Dataset Curators
150
+
151
+ [More Information Needed]
152
+
153
+ ### Licensing Information
154
+
155
+ [Old Book Illustrations](https://www.oldbookillustrations.com/) website reads:
156
+ >We don’t limit the use of the illustrations available on our site, but we accept no responsibility regarding any problem, legal or otherwise, which might result from such use. More specifically, we leave it up to users to make sure that their project complies with the copyright laws of their country of residence. Text content (descriptions, translations, etc.) is published under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
157
+
158
+ ### Citation Information
159
+
160
+ [More Information Needed]
161
+
162
+ ### Contributions
163
+
164
+ Thanks to [@gigant](https://huggingface.co/gigant) ([@giganttheo](https://github.com/giganttheo)) for adding this dataset.