paper-with-me

홈 › Papers

ConFit v3: Improving Resume-Job Matching with LLM-based Re-Ranking

2026-05-10 · Xiao Yu, Ruize Xu, Chengyuan Xue, Junyu Chen, Matthew So, Shijun Ma, Bo Liu, Xiangye Liang, Zhou Yu arxiv

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. While recent advances in embedding-based methods such as ConFit and ConFit v2 can efficiently retrieve candidates at scale, the lack of controllability and explainability limits their real-world adaptations. LLM-based re-rankers can address these limitations through reasoning, but existing training recipes are developed on short-document benchmarks and do not account for noise in real-world recruiting data. In this work, we first conduct a systematic analysis over the LLM re-ranker training pipeline for person-job fit, covering inference algorithm design, RL algorithm selection, data processing, and SFT distillation. We find that using multi-pass re-ranking, training with listwise RL objectives, removing noisy samples, and distilling from a stronger LLM before RL significantly improves re-ranking performance. We then aggregate these findings to train ConFit v3 with Qwen3-8B and Qwen3-32B on real-world person-job fit datasets, and find significant improvements over existing best person-job fit systems as well as strong LLMs such as GPT-5 and Claude Opus-4.5. We hope our findings provide useful insights for future research on adapting LLM-based re-rankers to person-job fit systems.

📄 PDF Abstract BibTeX arXiv:2605.09760

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ConFit v2: Improving Resume-Job Matching using Hypothetical Resume Embedding and Runner-Up Hard-Negative Mining

2025-02-17 · Xiao Yu, Ruize Xu, Chengyuan Xue, Jinzhong Zhang 외

A reliable resume-job matching system helps a company recommend 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 fe…

Language ModelingLanguage ModellingLarge Language Model

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

2024-01-29 · Xiao Yu, Jinzhong Zhang, Zhou Yu

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 jo…

Contrastive LearningData Augmentation

An Efficient Long-Context Ranking Architecture With Calibrated LLM Distillation: Application to Person-Job Fit

2026-01-15 · Warren Jouanneau, Emma Jouffroy, Marc Palyart arxiv

Finding the most relevant person for a job proposal in real time is challenging, especially when resumes are long, structured, and multilingual. In this paper, we propose a re-ranking model based on a new generation of l…

End-to-End Resume Parsing and Finding Candidates for a Job Description using BERT

2019-09-30 · Vedant Bhatia, Prateek Rawat, Ajit Kumar, Rajiv Ratn Shah

The ever-increasing number of applications to job positions presents a challenge for employers to find suitable candidates manually. We present an end-to-end solution for ranking candidates based on their suitability to …

SentenceSentence-Pair Classification

Learning to Match Jobs with Resumes from Sparse Interaction Data using Multi-View Co-Teaching Network

2020-09-25 · Shuqing Bian, Xu Chen, Wayne Xin Zhao, Kun Zhou 외

With the ever-increasing growth of online recruitment data, job-resume matching has become an important task to automatically match jobs with suitable resumes. This task is typically casted as a supervised text matching …

Text Matching