jvdgoltz commited on
Commit
938cfc0
1 Parent(s): 3bacca3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +129 -1
README.md CHANGED
@@ -87,9 +87,137 @@ task_categories:
87
  - fill-mask
88
  language:
89
  - nl
 
 
90
  size_categories:
91
  - 100K<n<1M
 
 
92
  ---
93
  # Dataset Card for "dbnl.org-dutch-public-domain-collection"
94
 
95
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  - fill-mask
88
  language:
89
  - nl
90
+ multilinguality:
91
+ - monolingual
92
  size_categories:
93
  - 100K<n<1M
94
+ license:
95
+ - cc0-1.0
96
  ---
97
  # Dataset Card for "dbnl.org-dutch-public-domain-collection"
98
 
99
+ ## Table of Contents
100
+ - [Dataset Description](#dataset-description)
101
+ - [Dataset Summary](#dataset-summary)
102
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
103
+ - [Languages](#languages)
104
+ - [Dataset Structure](#dataset-structure)
105
+ - [Data Instances](#data-instances)
106
+ - [Data Fields](#data-fields)
107
+ - [Data Splits](#data-splits)
108
+ - [Dataset Creation](#dataset-creation)
109
+ - [Curation Rationale](#curation-rationale)
110
+ - [Source Data](#source-data)
111
+ - [Annotations](#annotations)
112
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
113
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
114
+ - [Social Impact of Dataset](#social-impact-of-dataset)
115
+ - [Discussion of Biases](#discussion-of-biases)
116
+ - [Other Known Limitations](#other-known-limitations)
117
+ - [Additional Information](#additional-information)
118
+ - [Dataset Curators](#dataset-curators)
119
+ - [Licensing Information](#licensing-information)
120
+ - [Citation Information](#citation-information)
121
+ - [Contributions](#contributions)
122
+
123
+ ## Dataset Description
124
+
125
+ - **Homepage:** [DBNL Public Domain Collection](https://www.dbnl.org/letterkunde/pd/index.php)
126
+ - **Repository:** Not applicable
127
+ - **Paper:** Ain't nobody got time for this ;)
128
+ - **Point of Contact:** julian at vdgoltz.net
129
+
130
+ ### Dataset Summary
131
+
132
+ This dataset comprises a collection of texts from the Dutch Literature in the public domain, specifically from the DBNL (Digitale Bibliotheek voor de Nederlandse Letteren) public domain collection. The collection includes books, poems, songs, and other documentation, letters, etc., that are at least 140 years old and thus free of copyright restrictions. Each entry in the dataset corresponds to one section of a chapter of a text, ensuring a granular level of detail for text analysis.
133
+
134
+ ### Supported Tasks and Leaderboards
135
+
136
+ - Language Modeling
137
+ - Text Generation
138
+ - Other tasks that can benefit from historical Dutch texts
139
+
140
+ ### Languages
141
+
142
+ The dataset is primarily in Dutch (nl).
143
+
144
+ ## Dataset Structure
145
+
146
+ ### Data Instances
147
+
148
+ A data instance corresponds to a section of a chapter of a document, including metadata such as title, author, publication year, and the text content itself.
149
+
150
+ ### Data Fields
151
+
152
+ - `ti_id`: Unique text identifier
153
+ - `titel`: Title of the text
154
+ - `jaar`: Publication year
155
+ - `druk`: Edition
156
+ - `bibliotheek`: Library code
157
+ - `categorie`: Category ID
158
+ - `pers_id`: Person ID
159
+ - `voornaam`: Author's first name
160
+ - `achternaam`: Author's last name
161
+ - `url`: URL to the text
162
+ - `text_url`: URL to the text in .txt format
163
+ - `revision_date`: Date of the revision
164
+ - `edition`: Edition details
165
+ - `language`: Language of the text
166
+ - `chapter`: Chapter number
167
+ - `section`: Section number
168
+
169
+ ### Data Splits
170
+
171
+ The dataset is split into training and validation sets at text level (90:10), ensuring that sections or chapters from the same document do not leak from one split to another.
172
+
173
+ ## Dataset Creation
174
+
175
+ ### Curation Rationale
176
+
177
+ The dataset was curated to make historical Dutch texts available for computational analysis, preserving cultural heritage and supporting research in the humanities and linguistic studies.
178
+
179
+ ### Source Data
180
+
181
+ #### Initial Data Collection and Normalization
182
+
183
+ Data was collected from the DBNL's public domain collection, normalized, and structured to facilitate computational use.
184
+
185
+ #### Who are the source language producers?
186
+
187
+ The source language producers are authors of Dutch literature whose works have entered the public domain, implying their passing at least 70 years ago.
188
+
189
+ ### Annotations
190
+
191
+ The dataset does not contain annotations.
192
+
193
+ ### Personal and Sensitive Information
194
+
195
+ Given the historical nature of the texts, they are free from personal and sensitive information concerns in the contemporary sense. However, they reflect the social norms, biases, and cultural contexts of their time.
196
+
197
+ ## Considerations for Using the Data
198
+
199
+ ### Social Impact of Dataset
200
+
201
+ The dataset serves as a valuable resource for understanding Dutch literary heritage, cultural history, and language evolution over time. It can support diverse research agendas in computational linguistics, cultural studies, and history.
202
+
203
+ ### Discussion of Biases
204
+
205
+ The texts contain biases prevalent at their time of publication, including colonialism, racism, sexism, and other societal norms of their era. Users are urged to consider these contexts critically and use the data responsibly.
206
+
207
+ ### Other Known Limitations
208
+
209
+ The dataset's historical nature means it may not be suitable for applications requiring contemporary language use or norms.
210
+
211
+ ## Additional Information
212
+
213
+ ### Dataset Curators
214
+
215
+ This dataset was curated by [https://huggingface.co/jvdgoltz], who is not affiliated with DBNL.org and did not act on their behalf. The data is sourced from the DBNL public domain collection.
216
+
217
+ ### Licensing Information
218
+
219
+ The texts in this dataset are in the public domain. According to Chat-GPT 4, the best fitting license would be: Creative Commons Zero v1.0 Universal, making them legally available for use, redistribution, and adaptation by anyone for any purpose.
220
+
221
+ ### Citation Information
222
+
223
+ Not applicable.