JobHam-place with smart recommend job options and candidate filtering options

Shiyao Wu
DOI: https://doi.org/10.48550/arXiv.2303.17930
2023-03-31
Abstract:Due to the increasing number of graduates, many applicants experience the situation about finding a job, and employers experience difficulty filtering job applicants, which might negatively impact their effectiveness. However, most job-hunting websites lack job recommendation and CV filtering or ranking functionality, which are not integrated into the system. Thus, a smart job hunter combined with the above functionality will be conducted in this project, which contains job recommendations, CV ranking and even a job dashboard for skills and job applicant functionality. Job recommendation and CV ranking starts from the automatic keyword extraction and end with the Job/CV ranking algorithm. Automatic keyword extraction is implemented by Job2Skill and the CV2Skill model based on Bert. Job2Skill consists of two components, text encoder and Gru-based layers, while CV2Skill is mainly based on Bert and fine-tunes the pre-trained model by the Resume- Entity dataset. Besides, to match skills from CV and job description and rank lists of jobs and candidates, job/CV ranking algorithms have been provided to compute the occurrence ratio of skill words based on TFIDF score and match ratio of the total skill numbers. Besides, some advanced features have been integrated into the website to improve user experiences, such as the calendar and sweetalert2 plugin. And some basic features to go through job application processes, such as job application tracking and interview arrangement.
Computation and Language
What problem does this paper attempt to address?
### Problems the Paper Attempts to Solve The paper aims to address the difficulties faced by graduates in job hunting and the challenges employers encounter in screening job applicants. With the increasing number of graduates, many job seekers find it difficult to secure employment, while employers face the daunting task of sifting through a large number of resumes, which can affect their efficiency. However, most job websites lack job recommendation and resume screening or ranking functions, and these features are not integrated into the system. Specifically, the paper proposes the development of an intelligent job-seeking platform (JobHam), which includes the following features: 1. **Job Recommendation**: Recommending suitable positions based on the job seeker's resume. 2. **Resume Ranking**: Ranking job seekers' resumes according to the job description. 3. **Skill Extraction**: Automatically extracting key skills from job descriptions and resumes. 4. **Data Visualization**: Providing data visualization tools to help employers better understand the information of job seekers. Through these features, the JobHam platform aims to improve the job-seeking efficiency of job seekers and the recruitment efficiency of employers, thereby addressing the pain points in the current job market.