Datasets:
ndrushchak
commited on
Commit
•
b1e92e6
1
Parent(s):
37ded11
Update README.md
Browse files
README.md
CHANGED
@@ -32,4 +32,38 @@ configs:
|
|
32 |
data_files:
|
33 |
- split: train
|
34 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
35 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
data_files:
|
33 |
- split: train
|
34 |
path: data/train-*
|
35 |
+
license: mit
|
36 |
+
language:
|
37 |
+
- uk
|
38 |
+
size_categories:
|
39 |
+
- 10K<n<100K
|
40 |
---
|
41 |
+
|
42 |
+
# Djinni Dataset (Ukrainian Job Descriptions part)
|
43 |
+
|
44 |
+
## Overview
|
45 |
+
The [Djinni Recruitment Dataset](https://github.com/Stereotypes-in-LLMs/recruitment-dataset) (Ukrainian Job Descriptions part) contains 150,000 job descriptions and 230,000 anonymized candidate CVs, posted between 2020-2023 on the [Djinni](https://djinni.co/) IT job platform. The dataset includes samples in English and Ukrainian.
|
46 |
+
|
47 |
+
The dataset contains various attributes related to job descriptions, including position titles, job descriptions, company names, experience requirements, keywords, English proficiency levels, publication dates, language of job descriptions, and unique identifiers.
|
48 |
+
|
49 |
+
## Intended Use
|
50 |
+
|
51 |
+
The Djinni dataset is designed with versatility in mind, supporting a wide range of applications:
|
52 |
+
|
53 |
+
- **Recommender Systems and Semantic Search:** It serves as a key resource for enhancing job recommendation engines and semantic search functionalities, making the job search process more intuitive and tailored to individual preferences.
|
54 |
+
|
55 |
+
- **Advancement of Large Language Models (LLMs):** The dataset provides invaluable training data for both English and Ukrainian domain-specific LLMs. It is instrumental in improving the models' understanding and generation capabilities, particularly in specialized recruitment contexts.
|
56 |
+
|
57 |
+
- **Fairness in AI-assisted Hiring:** By serving as a benchmark for AI fairness, the Djinni dataset helps mitigate biases in AI-assisted recruitment processes, promoting more equitable hiring practices.
|
58 |
+
|
59 |
+
- **Recruitment Automation:** The dataset enables the development of tools for automated creation of resumes and job descriptions, streamlining the recruitment process.
|
60 |
+
|
61 |
+
- **Market Analysis:** It offers insights into the dynamics of Ukraine's tech sector, including the impacts of conflicts, aiding in comprehensive market analysis.
|
62 |
+
|
63 |
+
- **Trend Analysis and Topic Discovery:** The dataset facilitates modeling and classification for trend analysis and topic discovery within the tech industry.
|
64 |
+
|
65 |
+
- **Strategic Planning:** By enabling the automatic identification of company domains, the dataset assists in strategic market planning.
|
66 |
+
|
67 |
+
## Attribution
|
68 |
+
|
69 |
+
Special thanks to [Djinni](https://djinni.co/) for providing this invaluable dataset. Their contribution is crucial in advancing research and development in AI, machine learning, and the broader tech industry. Their effort in compiling and sharing this dataset is greatly appreciated by the community.
|