Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Danish
Size:
< 1K
Libraries:
Datasets
pandas
License:
Kenneth Enevoldsen commited on
Commit
5ebb349
·
unverified ·
1 Parent(s): f1e5b38

Updated readme

Browse files
Files changed (1) hide show
  1. README.md +138 -1
README.md CHANGED
@@ -28,4 +28,141 @@ configs:
28
  data_files:
29
  - split: train
30
  path: data/train-*
31
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  data_files:
29
  - split: train
30
  path: data/train-*
31
+ pretty_name: Grundtvig's Works
32
+ language:
33
+ - da
34
+ license: cc0-1.0
35
+ license_name: CC-0
36
+ ---
37
+
38
+ # Grundtvig's Works (Grundtvigs Værker)
39
+
40
+ Grundtvig's Works is a comprehensive digital humanities dataset containing the complete collected writings of
41
+ [Nicolai Frederik Severin Grundtvig](https://en.wikipedia.org/wiki/N._F._S._Grundtvig) (1783-1872), one of Denmark's most influential cultural and intellectual figures.
42
+
43
+ ## Dataset Details
44
+
45
+ ### Dataset Description
46
+
47
+ This dataset contains 632 works by N.F.S. Grundtvig of various formats including ... [add a longer description here]
48
+
49
+
50
+ The works are derived from [www.grundtvigsværker.dk](https://www.grundtvigsværker.dk) where they can be further inspected and examined.
51
+
52
+
53
+ - **Curated by:** [Grundtvig Center](https://grundtvigcenteret.au.dk), Aarhus University
54
+ - **Uploaded by:** [Kenneth Enevoldsen](https://huggingface.co/KennethEnevoldsen)
55
+ - **Funded by [optional]:** [More Information Needed]
56
+ - **Language(s):** Primarily Danish (dan), from the 19th century
57
+ - **License:** N.F.S. Grundtvigs works fall under Public Domain (CC0)
58
+
59
+ ### Dataset Sources
60
+
61
+ - **Paper [optional]:** [More Information Needed]
62
+ - **Dataset Website:** [www.grundtvigsværker.dk](https://www.grundtvigsværker.dk)
63
+
64
+ ## Uses
65
+
66
+ This dataset represents a major digital preservation effort of Denmark's literary and intellectual heritage, providing structured access to works that shaped Danish theology, education, democracy, and cultural identity. It's valuable for research in digital humanities, Scandinavian studies, religious history, and 19th-century European thought.
67
+
68
+ In addition, this dataset is also a part of [Danish Dynaword](https://huggingface.co/datasets/danish-foundation-models/danish-dynaword), a collection of dataset intended for training language models, thus integrating Danish Cultural Heritage into the next generation of digital technologies.
69
+
70
+
71
+ ## Dataset Structure
72
+
73
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
74
+
75
+ A sample in this dataset is structured as follows:
76
+
77
+ ```py
78
+ {
79
+ 'id': '1824_392_txt', # unique id (1824_* denoted the publishing year)
80
+ 'title': 'Søgubrot med Efterklang',
81
+ 'author': 'Nicolai Frederik Severin Grundtvig',
82
+ 'date': '2019-12-03', # [What is this date?]
83
+ 'publisher': 'Faculty of Arts, Aarhus University',
84
+ # And the text in three different format, XML, markdown (md) and as raw text (txt)
85
+ 'xml': '<?xml version="1.0" encoding="UTF-8"?>\n<?xml-stylesheet [...]',
86
+ 'md': '---\ntitle: Søgubrot med Efterklang\nauthor: Nicolai Frederik Severin Grundtvig\ndate: 2019-12-03\npublisher: Faculty of Arts, Aarhus University\n---\n## Søgubrot med Efterklang [...]',
87
+ 'txt': 'Søgubrot med Efterklang.\n\n Fama superstes erit, nec in ullum decidet æuum\nQvod perfecta suo patravit tempore virtus.[...]'
88
+ }
89
+ ```
90
+
91
+ In addition the raw files can also be accessed directly [here](https://huggingface.co/datasets/chcaa/grundtvigs-works/tree/main/source-data).
92
+
93
+ ## Dataset Creation
94
+
95
+ ### Curation Rationale
96
+
97
+ <!-- Motivation for the creation of this dataset. -->
98
+
99
+ [Original motivation - More Information Needed]
100
+
101
+
102
+ #### Data Collection and Processing
103
+
104
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ Before upload the dataset was provided as XML and .txt files. The XML files were converted to .md and uploaded to Huggingface. The scripts for conversion and upload can be found [here](https://huggingface.co/datasets/chcaa/grundtvigs-works/tree/main/src) and a [.lock](https://huggingface.co/datasets/chcaa/grundtvigs-works/tree/main) file specifying the version can be found here.
109
+
110
+
111
+ #### Who are the source data producers?
112
+
113
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
114
+
115
+ [More Information Needed]
116
+
117
+ ### Annotations [optional]
118
+
119
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Annotation process
124
+
125
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Who are the annotators?
130
+
131
+ <!-- This section describes the people or systems who created the annotations. -->
132
+
133
+ [More Information Needed]
134
+
135
+ #### Personal and Sensitive Information
136
+
137
+ This dataset contains no personal or sensitive information.
138
+
139
+ ## Bias, Risks, and Limitations
140
+
141
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
142
+
143
+ [More Information Needed - potentially delete]
144
+
145
+ ### Recommendations
146
+
147
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
148
+
149
+ [Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations]
150
+
151
+ ## Citation [optional]
152
+
153
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
154
+
155
+ **BibTeX:**
156
+
157
+ [More Information Needed]
158
+
159
+ **APA:**
160
+
161
+ [More Information Needed]
162
+
163
+
164
+ ## More Information
165
+
166
+ [contact info for grundvig centeret - questions regarding data]
167
+
168
+ This dataset was uploaded to Huggingface and processed by [Kenneth Enevoldsen](https://huggingface.co/KennethEnevoldsen).