IvanLukianets commited on
Commit
aff13a6
·
verified ·
1 Parent(s): 7b6f9f5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +174 -0
README.md ADDED
@@ -0,0 +1,174 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: unknown
5
+ task_categories:
6
+ - text-classification
7
+ - text-retrieval
8
+ - feature-extraction
9
+ pretty_name: Djinni Job Vacancies
10
+ size_categories:
11
+ - 1K<n<10K
12
+ tags:
13
+ - jobs
14
+ - recruitment
15
+ - hiring
16
+ - careers
17
+ - ukraine
18
+ - software-engineering
19
+ - nlp
20
+ ---
21
+
22
+ # Djinni Job Vacancies Dataset
23
+
24
+ ## Dataset Summary
25
+
26
+ This dataset contains **8,270 job vacancies** collected from the Djinni job platform. It includes structured metadata together with full job descriptions, making it useful for Natural Language Processing (NLP), Information Retrieval (IR), recommendation systems, labor market analysis, and machine learning research.
27
+
28
+ Each record corresponds to a single job posting.
29
+
30
+ ## Supported Tasks
31
+
32
+ The dataset can be used for:
33
+
34
+ - Job recommendation systems
35
+ - Semantic search and retrieval
36
+ - Information extraction
37
+ - Skill extraction
38
+ - Salary prediction (after enrichment)
39
+ - Job classification
40
+ - Occupation taxonomy mapping
41
+ - Language modeling
42
+ - Labor market analytics
43
+ - Embedding generation for Retrieval-Augmented Generation (RAG)
44
+
45
+ ## Languages
46
+
47
+ Primary language: **English**
48
+
49
+ Some metadata may contain multilingual content depending on the original job posting.
50
+
51
+ ## Dataset Structure
52
+
53
+ ### Data Instances
54
+
55
+ Example:
56
+
57
+ ```json
58
+ {
59
+ "URL": "https://djinni.co/jobs/829413...",
60
+ "Title": "Senior DevOps Engineer",
61
+ "Company": "Example Company",
62
+ "Description": "We are looking for...",
63
+ "Category": "DevOps",
64
+ "Skills_Tags": "AWS, Kubernetes, Terraform",
65
+ "Languages": "English",
66
+ "Experience_Text": "3+ years",
67
+ "Experience_Months": 36,
68
+ "Employment_Type": "Full-time",
69
+ "Work_Format": "Remote",
70
+ "Location": "Ukraine",
71
+ "Domain": "Cloud",
72
+ "Company_Type": "Product",
73
+ "Views": 215,
74
+ "Applications": 12,
75
+ "Published_Date": "3 June"
76
+ }
77
+ ```
78
+
79
+ ### Data Fields
80
+
81
+ | Column | Description |
82
+ |---------|-------------|
83
+ | URL | Original job posting URL |
84
+ | Title | Job title |
85
+ | Company | Company name |
86
+ | Description | Full textual job description |
87
+ | Category | Job category or specialization |
88
+ | Skills_Tags | Technologies and skills listed in the vacancy |
89
+ | Languages | Required languages |
90
+ | Experience_Text | Human-readable experience requirement |
91
+ | Experience_Months | Parsed minimum experience in months |
92
+ | Employment_Type | Employment type (e.g., Full-time, Contract) |
93
+ | Work_Format | Remote, Hybrid, Office, etc. |
94
+ | Location | Job location |
95
+ | Domain | Industry or business domain |
96
+ | Company_Type | Company type (e.g., Product, Outsourcing, Startup) |
97
+ | Views | Number of page views |
98
+ | Applications | Number of applications |
99
+ | Published_Date | Publication date as displayed on Djinni |
100
+
101
+ ## Dataset Size
102
+
103
+ - Number of rows: **8,270**
104
+ - Number of columns: **17**
105
+
106
+ ## Source Data
107
+
108
+ ### Data Collection
109
+
110
+ The dataset was collected from publicly accessible job postings on the Djinni recruitment platform.
111
+
112
+ Metadata and textual job descriptions were extracted and normalized into a structured CSV format.
113
+
114
+ ### Source
115
+
116
+ Djinni
117
+
118
+ https://djinni.co/
119
+
120
+ ## Uses
121
+
122
+ ### Direct Use
123
+
124
+ - Semantic job search
125
+ - Resume-job matching
126
+ - Skill extraction
127
+ - Named Entity Recognition
128
+ - Embedding generation
129
+ - Job recommendation
130
+ - Labor market analysis
131
+
132
+ ### Out-of-Scope Use
133
+
134
+ This dataset should not be used to:
135
+
136
+ - Infer personal characteristics of individuals
137
+ - Make automated hiring decisions
138
+ - Evaluate applicants
139
+
140
+ ## Biases
141
+
142
+ The dataset reflects vacancies available on Djinni during the collection period and therefore:
143
+
144
+ - overrepresents companies using the platform,
145
+ - primarily reflects the software engineering labor market,
146
+ - may underrepresent certain regions or occupations.
147
+
148
+ ## Limitations
149
+
150
+ - No salary information.
151
+ - Publication dates are stored as displayed on the website.
152
+ - Company information depends on what employers provide.
153
+ - Some textual fields may contain HTML remnants or formatting artifacts.
154
+
155
+ ## Citation
156
+
157
+ If you use this dataset in academic work, please cite:
158
+
159
+ ```bibtex
160
+ @dataset{djinni_jobs,
161
+ title={Djinni Job Vacancies Dataset},
162
+ author={Your Name},
163
+ year={2026},
164
+ publisher={Hugging Face}
165
+ }
166
+ ```
167
+
168
+ ## License
169
+
170
+ The licensing status of the original job postings should be reviewed before commercial redistribution. This repository currently specifies **unknown** until an appropriate license can be confirmed.
171
+
172
+ ## Acknowledgements
173
+
174
+ Thanks to Djinni for providing a platform with publicly accessible job listings that enable research into labor market trends, information retrieval, and natural language processing.