Datasets:

Modalities:
Text
Formats:
json
Languages:
Polish
Libraries:
Datasets
pandas
License:
kdudzic commited on
Commit
6714244
·
verified ·
1 Parent(s): befe3b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +113 -3
README.md CHANGED
@@ -1,3 +1,113 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ ---
4
+ # DARIAH Year Prediction Dataset
5
+
6
+ ## Table of Contents
7
+
8
+ - [DARIAH Year Prediction Dataset](#dariah-year-prediction-dataset)
9
+ - [Table of Contents](#table-of-contents)
10
+ - [Dataset Description](#dataset-description)
11
+ - [Dataset Summary](#dataset-summary)
12
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
13
+ - [Languages](#languages)
14
+ - [Dataset Structure](#dataset-structure)
15
+ - [Data Instances](#data-instances)
16
+ - [Data Fields](#data-fields)
17
+ - [Data Splits](#data-splits)
18
+ - [DARIAH Year Prediction Challenge](#dariah-year-prediction-challenge)
19
+ - [Dataset Creation](#dataset-creation)
20
+ - [Curation Rationale](#curation-rationale)
21
+ - [Source Data](#source-data)
22
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
23
+ - [Who are the source language producers?](#who-are-the-source-language-producers)
24
+ - [Additional Information](#additional-information)
25
+ - [Dataset Curators](#dataset-curators)
26
+ - [Licensing Information](#licensing-information)
27
+ - [Citation Information](#citation-information)
28
+
29
+ ## Dataset Description
30
+
31
+ ### Dataset Summary
32
+
33
+ DARIAH Year Prediction is a dataset comprising 677665 paragraphs of noisily OCR-ed Polish-language texts from scans of historical documents along with the corresponding date on which they were published, accurate up to the day of publication achieved by converting the date to a real number (float) format.
34
+
35
+ ### Supported Tasks and Leaderboards
36
+
37
+ - `text-classification`: This dataset was originally designed for a task best described as text regression, that is, predicting a continuous value given a piece of text. Considering that there is currently no such task listed on HuggingFace, the closest alternative is text classification since the labels are easily representable as integers at the cost of a relatively small (less than a year) loss of temporal precision.
38
+
39
+ ### Languages
40
+
41
+ The dataset contains only Polish-language texts.
42
+
43
+ ## Dataset Structure
44
+
45
+ ### Data Instances
46
+
47
+ ```json
48
+ {
49
+ text: 'Że płóczka mogła przywiązać rudnika do miej­ sca pierwotnego dowodzi fakt, iż w niektórych miejscowościach istnieją groble spiętrza­ jące, zbudowane całkowicie z żuż­ la dymarskiego. Grobletakie sąwPiasku i w Witowie nad rzeką Młynkowską, w Błotnicy nad rzeką Krasną oraz w kilku innych miejscowo­ ściach. Niejednokrotnie też spotykał autor na łą­ kach eksploatowane złoża żużla dymarskiego w miejscach, gdzie ledwie zarysowane na powierzchni łąki ślady spiętrzenia naprowadzały przebiegłych eksploatatorów na myśl, że tam może się żużel znajdować. Tak było np. w Szałasie. W tych wy­ padkach jak w Piasku, Błotnicy itp. nie sposób so­ bie wytłumaczyć budowanie grobli inaczej, jak tym, że zwały te gromadzone były wiekami, początkowo spiętrzenie było niewielkie, następ­ nie, z biegiem czasu, rosło. Zbędny żużel wywożo­ no na groblę, bo ta świetnie wstrzymywała napór wody. Powoli spiętrzenie należało podnosić, gdy przybywały nowsze urządzenia i maszyny. Ale umiejscowienie pieców wymagało innej jeszcze oko­ liczności : upłynnienia żużla. Pierwotnie żużel pozo­ stawiano wraz z piecem, od spodu wygrzebywano tylko łupkę. Tutaj natomiast należało żużel spuścić w stanie płynnym, przed wyjęciem łupki, by za­ prawę zbudowaną z kamieni użyć do następnego wytopu. Wszystko więc wskazuje na to, że ta technika zasadniczo różni się od opisanej poprzednio techniki pierwotnej wytopu; jest ona po­ czątkiem techniki dymarskiej, dokładnie znanej z XVI wieku. Jakim nazwom każda z tych technik odpowia­ dała? Czy jest w języku polskim jakiś znany ter­ min, który by posiadał wszelkie cechy prawdopo­ dobieństwa, że one tak się właśnie nazywały. Na określenie zakładu, wytapiającego rudę znane są następujące nazwy: ruda, rudnica, rud­ nia, rudnik. Wszystkie one oznaczają jedno i to samo, przeważnie jednak używa się ich dla ozna­ czenia ogólniejszego pojęcia.'
50
+ 'year': 1937.49999996829
51
+ }
52
+ ```
53
+
54
+ ### Data Fields
55
+
56
+ - text (string): OCR-ed text fragment
57
+ - year (float): year with a fraction representing a specific day on which a text fragment was written
58
+
59
+ ### Data Splits
60
+
61
+ This dataset has no canonical splits. The user is free to create his own splits suitable for the specific task at hand.
62
+
63
+ ## DARIAH Year Prediction Challenge
64
+
65
+ There exists a machine learning challenge based on this dataset accessible through AmuEval - Adam Mickiewicz University's challenge platform for machine learning research, competition, cooperation, and reproducibility. You can access it [here](https://amueval.pl/challenge/Dariah%20Year%20Prediction%20Challenge).
66
+
67
+ ## Dataset Creation
68
+
69
+ ### Curation Rationale
70
+
71
+ This dataset was developed as part of the [DARIAH-PL](https://dariah.pl/en/) project at the Faculty of Mathematics and Computer Science of Adam Mickiewicz University in Poznań, Poland. The goal was to adapt several existing resources to the format of a single machine learning challenge that could be used as a benchmark for comparing an existing text dating model.
72
+
73
+ ### Source Data
74
+
75
+ The data comes from OCR-ed digitized Polish historical documents (mostly periodicals from the 1800-2000 year range) taken from collections of several Polish digital libraries.
76
+
77
+ #### Initial Data Collection and Normalization
78
+
79
+ The data was selected from two existing datasets available on the [Gonito](https://gonito.net/) machine learning competition platform: [retroc2](https://gonito.net/challenge/retroc2) and [Diachronia year prediction](https://gonito.net/challenge/diachronia-year-prediction).
80
+
81
+ #### Who are the source language producers?
82
+
83
+ As the data comes from historical documents, it is fully human-generated. Nevertheless, it contains many artifacts typical for OCR outputs of inherently hard-to-OCR material, which makes it look less "natural" than standard written language.
84
+
85
+ ## Additional Information
86
+
87
+ ### Dataset Curators
88
+
89
+ All credit goes to [@filipg7777](https://huggingface.co/filipg7777) [Filip Graliński](https://wmi.amu.edu.pl/en/faculty/staff/filip-gralinski) (et al.) for gathering and compiling all of the data used in this dataset.
90
+
91
+ The dataset itself was curated by [@kdudzic](https://huggingface.co/kdudzic) ([Kacper Dudzic](https://www.linkedin.com/in/kacper-dudzic-4589a7202/)).
92
+
93
+ This research has been carried out within the [DARIAH-PL](https://dariah.pl/en/) project, a part of the European network [DARIAH](https://www.dariah.eu/) and funded by the Intelligent Development Operational Programme, Polish National Centre for Research and Development, ID: POIR.04.02.00-00-D006/20.
94
+
95
+ ### Licensing information
96
+
97
+ This dataset is available under the [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.
98
+
99
+ ### Citation information
100
+
101
+ As there is currently no publication associated with this dataset, please cite its HuggingFace dataset card:
102
+
103
+ ```bibtex
104
+ @misc {dudzic2025dariahyearprediction,
105
+ author = {Kacper Dudzic and Filip Graliński},
106
+ title = {DARIAH Year Prediction Dataset},
107
+ howpublished = {\\url{https://huggingface.co/datasets/amu-cai/dariah-year-prediction-dataset}},
108
+ url = {https://huggingface.co/datasets/amu-cai/dariah-year-prediction-dataset},
109
+ type = {dataset},
110
+ year = {2025},
111
+ month = {May},
112
+ }
113
+ ```