CLAug 5, 2022

Construction of English Resume Corpus and Test with Pre-trained Language Models

arXiv:2208.03219v24 citationsh-index: 15
AI Analysis

This work addresses resume parsing for HR automation, but it is incremental as it builds on prior datasets and methods.

The study tackled resume information extraction by converting it into a sentence classification task, creating a larger and more fine-grained English resume corpus, and testing pre-trained language models, with results showing improved accuracy over the original dataset.

Information extraction(IE) has always been one of the essential tasks of NLP. Moreover, one of the most critical application scenarios of information extraction is the information extraction of resumes. Constructed text is obtained by classifying each part of the resume. It is convenient to store these texts for later search and analysis. Furthermore, the constructed resume data can also be used in the AI resume screening system. Significantly reduce the labor cost of HR. This study aims to transform the information extraction task of resumes into a simple sentence classification task. Based on the English resume dataset produced by the prior study. The classification rules are improved to create a larger and more fine-grained classification dataset of resumes. This corpus is also used to test some current mainstream Pre-training language models (PLMs) performance.Furthermore, in order to explore the relationship between the number of training samples and the correctness rate of the resume dataset, we also performed comparison experiments with training sets of different train set sizes.The final multiple experimental results show that the resume dataset with improved annotation rules and increased sample size of the dataset improves the accuracy of the original resume dataset.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes