Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -14,29 +14,17 @@ license: afl-3.0
|
|
14 |
---
|
15 |
# Dataset Card for Topic-specific Genre Classification of German Historical Newspapers
|
16 |
|
17 |
-
This dataset was developed to evaluate topic-specific genre classification of German-language historical newspaper clippings.
|
18 |
-
|
19 |
-
* "Commercial Announcements & Public Appeals"News Reports & Current Events"
|
20 |
-
* "Cultural Affairs & Society"
|
21 |
-
* "General Information & Guidance"
|
22 |
-
* "Crime & Legal Proceedings"
|
23 |
-
* "Financial & Economic Reports"
|
24 |
-
* "Statistical Data & Demographics".
|
25 |
|
26 |
- **Curated by:** [Sarah Oberbichler]
|
27 |
- **Language(s) (NLP):** [German]
|
28 |
- **License:** [afl-3.0]
|
29 |
|
30 |
-
### Dataset Sources
|
31 |
-
|
32 |
-
* Arbeiter Zeitung
|
33 |
-
* Illustrierte Kronen Zeitung
|
34 |
-
* Neue Freie Presse
|
35 |
-
* Innsbrucker Nachrichten
|
36 |
|
37 |
## Uses
|
38 |
|
39 |
-
Evaluation of
|
|
|
40 |
|
41 |
## Dataset Structure
|
42 |
|
@@ -44,17 +32,26 @@ The dataset consists of digitized historical German newspaper articles related t
|
|
44 |
|
45 |
## Dataset Creation
|
46 |
|
47 |
-
|
48 |
|
49 |
-
|
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
### Source Data
|
52 |
|
53 |
-
|
|
|
|
|
|
|
54 |
|
55 |
#### Who are the source data producers?
|
56 |
|
57 |
Austrian National Library
|
|
|
58 |
|
59 |
### Annotations
|
60 |
|
|
|
14 |
---
|
15 |
# Dataset Card for Topic-specific Genre Classification of German Historical Newspapers
|
16 |
|
17 |
+
This dataset was developed to evaluate topic-specific genre classification of German-language historical newspaper clippings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
- **Curated by:** [Sarah Oberbichler]
|
20 |
- **Language(s) (NLP):** [German]
|
21 |
- **License:** [afl-3.0]
|
22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
## Uses
|
25 |
|
26 |
+
* Evaluation of machine learning models for topic-specific classification of ocr-processed historical texts with varying quality levels.
|
27 |
+
* Fine-tuning models on topic-specific classification tasks in German Language
|
28 |
|
29 |
## Dataset Structure
|
30 |
|
|
|
32 |
|
33 |
## Dataset Creation
|
34 |
|
35 |
+
The dataset - which can be split into training and texting - was compiled using keyword searches for various German terms related to emigration, including "Auswander" (emigrant), "Ausgewanderte" (emigrated), "Emigrant" (emigrant), "Emigrierte" (emigrated), "Emigration" (emigration), "Kolonist" (colonist), and "Ansiedler" (settler). The clippings were then enriched with human annotations categorizing them into different genres:
|
36 |
|
37 |
+
* "Commercial Announcements & Public Appeals"News Reports & Current Events"
|
38 |
+
* "Cultural Affairs & Society"
|
39 |
+
* "General Information & Guidance"
|
40 |
+
* "Crime & Legal Proceedings"
|
41 |
+
* "Financial & Economic Reports"
|
42 |
+
* "Statistical Data & Demographics".
|
43 |
|
44 |
### Source Data
|
45 |
|
46 |
+
* Source: Historical newspapers between 1850 and 1950+
|
47 |
+
* Primary Source: Arbeiter Zeitung, Illustrierte Kronen Zeitung, Neue Freie Presse, Innsbrucker Nachrichte
|
48 |
+
* Primary Source Quality: OCR with varying accuracy levels and typical historical document digitization or layout recognition errors
|
49 |
+
* Manual verification and annotation of articles and their boundaries
|
50 |
|
51 |
#### Who are the source data producers?
|
52 |
|
53 |
Austrian National Library
|
54 |
+
NewsEye Platform
|
55 |
|
56 |
### Annotations
|
57 |
|