EmbeddingGemma微调对比MPNet:岗位候选人语义匹配嵌入评估
Semantic Candidate-Job Matching: A Comparative Evaluation of Dense Embedding Models in Hybrid Retrieval
给岗位匹配选嵌入模型的看这篇:EmbeddingGemma 微调版对决 MPNet,RRF 混合检索评测细节给得很足。
该论文在高流量招聘匹配场景下对比了三套嵌入方案:EmbeddingGemma 基础版、经 Cached Multiple Negatives Ranking Loss(MNRL)微调的 EmbeddingGemma,以及 MPNet 基线。职位描述经 LLM 解析为结构化英文检索文本和语言专属关键词,候选人简历以语义增强表示建索引,再通过倒数排序融合(RRF)合并向量相似度与全文相关性。评估使用微调收敛诊断、线上 AI-Match 匹配分和独立的 LLM-as-a-Judge 相关性打分,并定义了含 Recall@K、MRR、nDCG 的标准检索指标评测框架。论文还以数学形式记录了 AnglE/CoSENT 风格等备选对比微调目标,并给出最终保留 Cached-MNRL 单一适配方案的实证依据。
Semantic Candidate-Job Matching: A Comparative Evaluation of Dense Embedding Models in Hybrid Retrieval
This paper presents a comparative evaluation of dense embedding models for semantic candidate-job matching in high-volume staffing workflows. Incoming job descriptions are converted into structured English search text and language-specific keywords through LLM-based parsing, and candidate profiles are indexed as semantically enriched resume representations. We evaluate EmbeddingGemma (base) against EmbeddingGemma fine-tuned with Cached Multiple Negatives Ranking Loss (MNRL) within a unified hybrid retrieval pipeline that fuses vector similarity and full-text relevance via reciprocal rank fusion (RRF), and benchmark both against the MPNet model on a batch comparative evaluation dataset scored through the deployed job-candidate matching scoring pipeline. We further document, with mathematical detail, the broader set of contrastive fine-tuning objectives considered during model development (including AnglE/CoSENT-style refinement) and the empirical rationale for retaining Cached-MNRL-only adaptation as the preferred configuration. To support reproducible model selection, we define a broader evaluation framework comprising standard information retrieval metrics (Recall@K, mean reciprocal rank, nDCG) under the exact hybrid-retrieval protocol; the metrics used for the evaluation reported in this paper are fine-tuning convergence diagnostics and a batch comparative evaluation using the deployed AI-Match score and an independent LLM-as-a-Judge relevance score, and we state this scope explicitly rather than implying the full framework was measured. The paper addresses the gap between general-purpose embedding benchmarks and enterprise job-candidate matching constraints, providing a structured basis for comparing embedding strategies under realistic job-candidate retrieval conditions.