davanstrien HF staff commited on
Commit
3961465
1 Parent(s): 2438626

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +85 -2
README.md CHANGED
@@ -41,6 +41,89 @@ pretty_name: Heritage Made Digital Newspapers
41
  size_categories:
42
  - 1M<n<10M
43
  ---
44
- # Dataset Card for "hmd_newspapers"
45
 
46
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  size_categories:
42
  - 1M<n<10M
43
  ---
44
+ # Dataset Card for Heritage Made Digital Newspapers
45
 
46
+ ## Table of Contents
47
+ - [Dataset Card for Heritage Made Digital Newspapers](#dataset-card-for-heritage-made-digital-newspapers)
48
+ - [Table of Contents](#table-of-contents)
49
+ - [Dataset Description](#dataset-description)
50
+ - [Dataset Summary](#dataset-summary)
51
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
52
+ - [Languages](#languages)
53
+ - [Dataset Structure](#dataset-structure)
54
+ - [Data Instances](#data-instances)
55
+ - [Data Splits](#data-splits)
56
+ - [Dataset Creation](#dataset-creation)
57
+ - [Curation Rationale](#curation-rationale)
58
+ - [Source Data](#source-data)
59
+ - [Dataset Curators](#dataset-curators)
60
+ - [Licensing Information](#licensing-information)
61
+ - [Citation Information](#citation-information)
62
+ - [Contributions](#contributions)
63
+
64
+ ## Dataset Description
65
+
66
+ - **Homepage:**
67
+ - **Repository:** https://bl.iro.bl.uk/?locale=en
68
+ - **Paper:**
69
+ - **Leaderboard:**
70
+ - **Point of Contact:**
71
+
72
+ ### Dataset Summary
73
+
74
+ This dataset contains text extracted at the article level from historic digitised newspapers from the [Heritage Made Digital](https://bl.iro.bl.uk/collections/9a6a4cdd-2bfe-47bb-8c14-c0a5d100501f?locale=en) newspaper digitisation program. The newspapers in the dataset were published between 1800 and 1870. This dataset contains TOKENS and TODO numeber of articles.
75
+
76
+ The dataset contains text generated from Optical Character Recognition software on digitised newspaper pages. This dataset includes the plain text from the OCR alongside some minimal metadata associated with the newspaper from which the text is derived and OCR confidence score information generated from the OCR software.
77
+
78
+
79
+
80
+ ### Supported Tasks and Leaderboards
81
+
82
+ This dataset can be used for:
83
+ - historical research and digital humanities research
84
+ - training language models
85
+ - training historic language models
86
+
87
+ Whilst this dataset can be used for all of these tasks, it is important to understand that the dataset was not constructed in a representative way so it contains biases in terms of the newspapers and articles that are included (more on this below).
88
+
89
+ ### Languages
90
+
91
+ The text in this dataset is in English that has been recognised by the OCR software. The OCR software used is generic commercial OCR software that has not been trained on historic newspapers. There are therefore many errors in the text. Some of the OCR in this text will be of such poor quality that is is incomprehensible to a human reader.
92
+
93
+ ## Dataset Structure
94
+
95
+ ### Data Instances
96
+
97
+ Each row in the dataset is an article from a newspaper as recognised by an OLR (Optical Layout Recognition) step in the digitisation process.
98
+
99
+ ### Data Splits
100
+
101
+ There is one split in this dataset, the training split.
102
+
103
+ ## Dataset Creation
104
+
105
+ ### Curation Rationale
106
+
107
+ This dataset consists of public-domain newspapers published in the UK during the 19th Century. The majority of newspapers digitised in the UK are not freely available (even if they are out of copyright). The newspapers in this dataset were digitised specifically to be freely available but also to meet preservation goals for newspapers in poor condition. As a result, the newspapers chosen for digitisation are biased toward poor quality physical newspapers. This may in turn result in worse OCR.
108
+
109
+ ### Source Data
110
+
111
+ The source data for this dataset is the digitised newspapers from the [Heritage Made Digital](https://bl.iro.bl.uk/collections/9a6a4cdd-2bfe-47bb-8c14-c0a5d100501f?locale=en) newspaper digitisation program. The newspapers in the dataset were published between 1800 and 1870.
112
+
113
+ ### Dataset Curators
114
+
115
+ The original digitisation was carried out by the British Library. The dataset was created by the British Library in partnership with Findmypast.
116
+
117
+ This dataset was created by [@davanstrien](https://huggingface.co/davanstrien).
118
+
119
+ ### Licensing Information
120
+
121
+ The newspapers in this dataset are in the public domain. The dataset is licensed under a [Creative Commons Zero v1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/) license.
122
+
123
+ ### Citation Information
124
+
125
+ [More Information Needed]
126
+
127
+ ### Contributions
128
+
129
+ Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.