English

ConFit: Improving Resume-Job Matching using Data Augmentation and Contrastive Learning

Computation and Language 2024-01-30 v1 Computers and Society

Abstract

A reliable resume-job matching system helps a company find suitable candidates from a pool of resumes, and helps a job seeker find relevant jobs from a list of job posts. However, since job seekers apply only to a few jobs, interaction records in resume-job datasets are sparse. Different from many prior work that use complex modeling techniques, we tackle this sparsity problem using data augmentations and a simple contrastive learning approach. ConFit first creates an augmented resume-job dataset by paraphrasing specific sections in a resume or a job post. Then, ConFit uses contrastive learning to further increase training samples from BB pairs per batch to O(B2)O(B^2) per batch. We evaluate ConFit on two real-world datasets and find it outperforms prior methods (including BM25 and OpenAI text-ada-002) by up to 19% and 31% absolute in nDCG@10 for ranking jobs and ranking resumes, respectively.

Keywords

Cite

@article{arxiv.2401.16349,
  title  = {ConFit: Improving Resume-Job Matching using Data Augmentation and Contrastive Learning},
  author = {Xiao Yu and Jinzhong Zhang and Zhou Yu},
  journal= {arXiv preprint arXiv:2401.16349},
  year   = {2024}
}

Comments

working progress

R2 v1 2026-06-28T14:30:32.367Z