--- license: apache-2.0 language: - pl pretty_name: Full-sentence Polish job title examples with gender-neutral equivalents size_categories: - 1K SPLITtype 1type 0TOTAL train.csv61042214831 validation.csv50500550 test.csv250250500 TOTAL91049715881 ## Sources Type 1 examples come from the _NKJP corpus_ enriched with a small amount targeted searches in _Google_ (estimated amount of examples is 20-60). Some sentences have been altered so that better meet the criteria. Type 0 examples mostly come from _Wikipedia_ targeted scraping made with [WikipediaScraper.py] from [https://github.com/UW-IMLLA/week-7-ArielUW/tree/main/pipeline], as well as from 2 short novels __Nasza szkapa__ and __Kamizelka__ published in _Wolnelektury_. All of them have been manually reviewed to edit or delete sentences containing job titles or semantic/morphological edge cases. Some residual sentcences from _NKJP_ have been added – they were irrelevant search reasults obtained while looking for type 1 examples with the use of regex. SOURCE | type 1 | type 0 | TOTAL ---------------------------------------------- Wikipedia | 0 | 3830 | 3830 Short novels | 0 | 1100 | 1100 NKJP | 850-890 | 41 | 891-931 Google | 20-60 | 0 | 20–60 ### Splitting source texts into example sentences Most of the rows contain single sentences. However, some of the automatic or manual delimitations may contain errors. In other cases sentence delimitation may be controversial (especially for literary texts or spoken language transcripts). Sentences from _Wikipedia_ and from _WolneLektury_ have been split into sentences using _Sentence Splitter_ Python library: [https://github.com/mediacloud/sentence-splitter]. Sentence splitting of _WolneLektury_ was additionally corrected manually. Sentences from _NKJP_ have been split into sentences in majority using _Spacy_ library (without corrections), while a small amount was split using an ad-hoc heuristic method combined with plenty of manual corrections. Sentences found with the help of _Google Search Engine_ have been manually copied and did not need anny automated processing.