Enhancing Online Recruitment with Category-Aware MoE and LLM-based Data Augmentation

arXiv cs.AI / 4/25/2026

📰 NewsIdeas & Deep AnalysisTools & Practical UsageModels & Research

Key Points

  • The paper targets improvements in Person-Job Fit (PJF) for online recruitment by addressing issues caused by low-quality job descriptions and similar candidate-job pairs that degrade model performance.
  • It introduces an LLM-based data augmentation technique that uses chain-of-thought prompting to rewrite and polish low-quality job descriptions.
  • It also proposes a category-aware Mixture of Experts (MoE) model that uses category embeddings to weight experts dynamically and learn more distinctive patterns for similar candidate-job pairs.
  • The approach is validated with offline evaluations and online A/B testing, showing gains of 2.40% in AUC, 7.46% in GAUC, and a 19.4% increase in click-through conversion rate, alongside substantial cost savings.
  • The results suggest that combining LLM-driven text refinement with category-aware MoE can materially enhance recruitment platform ranking and conversion outcomes.

Abstract

Person-Job Fit (PJF) is a critical component for online recruitment. Existing approaches face several challenges, particularly in handling low-quality job descriptions and similar candidate-job pairs, which impair model performance. To address these challenges, this paper proposes a large language model (LLM) based method with two novel techniques: (1) LLM-based data augmentation, which polishes and rewrites low-quality job descriptions by leveraging chain-of-thought (COT) prompts, and (2) category-aware Mixture of Experts (MoE) that assists in identifying similar candidate-job pairs. This MoE module incorporates category embeddings to dynamically assign weights to the experts and learns more distinguishable patterns for similar candidate-job pairs. We perform offline evaluations and online A/B tests on our recruitment platform. Our method relatively surpasses existing methods by 2.40% in AUC and 7.46% in GAUC, and boosts click-through conversion rate (CTCVR) by 19.4% in online tests, saving millions of CNY in external headhunting expenses.