Update README.md
Browse files
README.md
CHANGED
|
@@ -3,15 +3,15 @@ title: TJEN
|
|
| 3 |
license: cc-by-4.0
|
| 4 |
language:
|
| 5 |
- da
|
| 6 |
-
pretty_name:
|
| 7 |
size_categories:
|
| 8 |
- 100K<n<1M
|
| 9 |
authors:
|
| 10 |
-
|
| 11 |
-
|
| 12 |
---
|
| 13 |
|
| 14 |
-
# TJEN - Tjenesteannoncer
|
| 15 |
|
| 16 |
This dataset contains 344.000 labour advertisements from the largest town newspapers in Denmark-Norway from 1750-1850.
|
| 17 |
Labour advertisements were submitted to newspaper offices by either demand-side employers or supply-side workers looking for a job,
|
|
@@ -37,3 +37,19 @@ enriching the dataset with two analytical categories.
|
|
| 37 |
2. Gender model: https://huggingface.co/JohanHeinsen/Labour_ads_gender
|
| 38 |
3. Demand model: https://huggingface.co/JohanHeinsen/Labour_ads_demand
|
| 39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
license: cc-by-4.0
|
| 4 |
language:
|
| 5 |
- da
|
| 6 |
+
pretty_name: Tjenesteannoncer i Enevældens Nyheder
|
| 7 |
size_categories:
|
| 8 |
- 100K<n<1M
|
| 9 |
authors:
|
| 10 |
+
- sofuslad
|
| 11 |
+
- JohanHeinsen
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# TJEN - Tjenesteannoncer i Enevældens Nyheder / ALA - Absolutist Labour Advertisements
|
| 15 |
|
| 16 |
This dataset contains 344.000 labour advertisements from the largest town newspapers in Denmark-Norway from 1750-1850.
|
| 17 |
Labour advertisements were submitted to newspaper offices by either demand-side employers or supply-side workers looking for a job,
|
|
|
|
| 37 |
2. Gender model: https://huggingface.co/JohanHeinsen/Labour_ads_gender
|
| 38 |
3. Demand model: https://huggingface.co/JohanHeinsen/Labour_ads_demand
|
| 39 |
|
| 40 |
+
# Validation
|
| 41 |
+
|
| 42 |
+
We validated the dataset using a 500-row random sample. The criterium for sucess was that one row in the dataset contained only 1 labour advertisement -
|
| 43 |
+
even if the text was slightly fragmented. Based on this sample, the estimated success rate is 96.12% (where failure is primarily due to the existence of more than one labour advertisement in the row).
|
| 44 |
+
This means the true number of labour advertisements is slightly higher than the amount presented in this dataset.
|
| 45 |
+
|
| 46 |
+
# Dataset structure
|
| 47 |
+
|
| 48 |
+
Each entry in the dataset contains the following variables:
|
| 49 |
+
|
| 50 |
+
- 'text': The HTR-recognized text from the ENO dataset.
|
| 51 |
+
- 'id': A unique id for the entry from the ENO dataset. Can be found using the search portal https://hislab.quarto.pub/ where you can also trace the original scanned newspaper edition.
|
| 52 |
+
- 'date': The publication date for the advertisement.
|
| 53 |
+
- 'newspaper': The name of the newspaper in which the advertisement was originally printed.
|
| 54 |
+
- 'sex': The sex of the worker. For demand-side advertisements, the sex refers to the sex of the sought after employee, not the employer.
|
| 55 |
+
- 'supply_demand': Indicator for whether the advertisement comes from the supply-side or the demand-side of the labour market.
|