An efficient resume skill extraction using deep feature-based AGT optimized K means clustering

J. Himabindu Priyanka,Nikhat Parveen
DOI: https://doi.org/10.1007/s11042-024-18220-0
IF: 2.577
2024-01-21
Multimedia Tools and Applications
Abstract:When developing a job recommender system, skill extraction is crucial. It may also be used to create talent profiles and knowledge bases for companies. To address this issue, several approaches have been offered. To create a unique skill prediction system based on the job postings for predicting skills from multi-level resumes. To improve the clustering of multi-level resumes and reduce complexity. In the proposed model, initially, CVs from job portals are pre-processed using punctuation removal, tokenization, stop words removal, and stemming. The words in the resumes are then vectorized using TF-IDF-glove vectorization. The word embedding features are given into a convolutional Gated Recurrent Unit Network (CGRUN) to generate the higher-level deep feature representation. Finally, the deep feature representation is supplied into the k means clustering method for CV classification in the appropriate candidate section. The clustering algorithm's local optima trap was reduced using the Artificial Gorilla Troops Optimizer (AGTO) model. The implementation compares to some models developed with alternative resume encoding methods and logistic regression as a classifier: word2vec + CNN, doc2vec + LR (document to vector + logistic regression) and one-hot + LR (one-hot + logistic regression). The experimental findings suggest that the resume skill extraction has an accuracy level of 95.99%.
computer science, information systems, theory & methods,engineering, electrical & electronic, software engineering
What problem does this paper attempt to address?