Efficient Text Encoders for Labor Market Analysis
About
Labor market analysis relies on extracting insights from job advertisements, which provide valuable yet unstructured information on job titles and corresponding skill requirements. While state-of-the-art methods for skill extraction achieve strong performance, they depend on large language models (LLMs), which are computationally expensive and slow. In this paper, we propose \textbf{ConTeXT-match}, a novel contrastive learning approach with token-level attention that is well-suited for the extreme multi-label classification task of skill classification. \textbf{ConTeXT-match} significantly improves skill extraction efficiency and performance, achieving state-of-the-art results with a lightweight bi-encoder model. To support robust evaluation, we introduce \textbf{Skill-XL}, a new benchmark with exhaustive, sentence-level skill annotations that explicitly address the redundancy in the large label space. Finally, we present \textbf{JobBERT V2}, an improved job title normalization model that leverages extracted skills to produce high-quality job title representations. Experiments demonstrate that our models are efficient, accurate, and scalable, making them ideal for large-scale, real-time labor market analysis.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Job and Skill Intelligence Tasks | WorkBench (test) | Job2Skill MAP14.6 | 9 | |
| Ranking | WorkBench | Latency (ms)13.4 | 9 | |
| Job2Skill | O*NET v30.1 | MAP20.3 | 3 | |
| Job2Skill | SkillsFuture (SSF) Skills Framework | MAP11.1 | 3 | |
| Skill2Job | O*NET v30.1 | MAP32 | 3 | |
| Skill2Job | SkillsFuture (SSF) Skills Framework | MAP22.2 | 3 |