sofuslad commited on
Commit
6a69cb1
·
verified ·
1 Parent(s): 9be7508

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -25,5 +25,8 @@ from Aalborg University (https://huggingface.co/datasets/JohanHeinsen/ENO).
25
 
26
  The dataset was created by Sofus Landor Dam (Aalborg University) and Johan Heinsen (Aalborg University).
27
  It was created as a part of the research project "Run Away: Coercion and Autonomy c. 1800", funded by the Independent Research Fund Denmark. \
28
- Starting with the ENO dataset, we created a binary classifier model to isolate
 
 
 
29
 
 
25
 
26
  The dataset was created by Sofus Landor Dam (Aalborg University) and Johan Heinsen (Aalborg University).
27
  It was created as a part of the research project "Run Away: Coercion and Autonomy c. 1800", funded by the Independent Research Fund Denmark. \
28
+ Starting with the ENO dataset, we created a binary classifier model to isolate the labour advertisements from the rest of the material. This model found 241.000
29
+ advertisements, but the original text segmentation from the ENO dataset was geared more toward "text between rubrices" rather than individual advertisements. Therefore, we
30
+ created a bespoke RegEx-based tokenizer to segment the positively identified texts into individual labour advertisements. This process resulted in around 344.000 advertisements.
31
+ We then created two other classification models to identify the intended sex of the employee and whether an advertisement belonged to the supply-side or the demand-side.
32