There is a newer version of the record available.

Published January 20, 2025 | Version 0.1.0
Dataset Open

TalentCLEF 2025 corpus: Skill and Job Title Intelligence for Human Capital Management

Description

🚨 Current Status: Release of Task A and Task B Training set. To check when new data will be uploaded, please consult the calendar of the task

TalentCLEF2025 corpus - Training set release. 

Introduction:

The first edition of TalentCLEF aims to develop and evaluate models designed to facilitate three essential tasks:

  1. Finding/ranking candidates for job positions based on their experience and professional skills.
  2. Implementing upskilling and reskilling strategies that promote the coninuous development of workers
  3. Detecting emerging skills and skills gaps of importance in organizations.

With that aim, the task is divided into two tasks: 

  • Task A - Multilingual Job Title Matching. This task involves developing systems to identify and rank the job titles most similar to a given one by generating a ranked list of similar titles from a specified knowledge base for each job title in a provided test set.
  • Task B - Job Title-Based Skill Prediction. Task B requires developing systems that can retrieve relevant skills associated with a specified job title.

This data repository contains the data for these two tasks. The data is being released progressively according to the task schedule.

 

File structure: 

For a detailed description of the data structure, you can refer to the TalentCLEF2025 data description page, where it is thoroughly explained.

The files is organized into two *.zip files, TaskA.zip and TaskB.zip, each containing training, validation and test folders to support different stages of model development. So far, only the training set for both tasks has been released, but in future releases, as the tasks progress, additional data will be added to the different subfolders for each task.

Users can access a sample version of the data through the sampleset_TaskA.zip and sampleset_TaskB.zip files. These files illustrate the data formats that will be used in the development and test set releases.

TaskA includes language-specific subfolders within the training and validation directories, covering English, Spanish, German, and Chinese job title data. The tr*aining folders for TaskA contain language-specific .tsv files for each respective language. Validation folders include three essential files—queries, corpus_elements, and q_rels—for evaluating model relevance to search queries. TaskA’s test folder has queries and corpus_elements files for testing retrieval.

TaskA/
β”‚
β”œβ”€β”€ training/
β”‚   β”œβ”€β”€ english/
β”‚   β”‚   └── taskA_training_en.tsv
β”‚   β”œβ”€β”€ spanish/
β”‚   β”‚   └── taskA_training_es.tsv
β”‚   └── german/
β”‚       └── taskA_training_de.tsv
β”‚
β”œβ”€β”€ validation/
β”‚   β”œβ”€β”€ english/
β”‚   β”‚   β”œβ”€β”€ queries
β”‚   β”‚   β”œβ”€β”€ corpus_elements
β”‚   β”‚   └── q_rels
β”‚   β”œβ”€β”€ spanish/
β”‚   β”œβ”€β”€ german/
β”‚   └── chinese/
β”‚
└── test/
    β”œβ”€β”€ queries
    └── corpus_elements

TaskB follows a similar structure but without language-specific subfolders, providing general .tsv files for training, validation, and testing. This consistent file organization enables efficient data access and structured updates as new data versions are published.

TaskB/
β”‚
β”œβ”€β”€ training/
β”‚   β”œβ”€β”€ job2skill.tsv
β”‚   β”œβ”€β”€ jobid2terms.json
β”‚   └── skillid2terms.json
β”‚ β”œβ”€β”€ validation/ β”‚ β”œβ”€β”€ queries β”‚ β”œβ”€β”€ corpus_elements β”‚ └── q_rels β”‚ └── test/ β”œβ”€β”€ queries └── corpus_elements

Tutorials:

Notebook Link
Data Download and Load using Python  Link to Colab

Resources: 

  • Web
  • More resources soon.

Files

TaskA.zip

Files (5.1 MB)

Name Size Download all
md5:d197e9f2388fbaae12707e8f92d238ef
4.0 kB Preview Download
md5:593a2fc935cfb69c08da13f6f3831ce5
870 Bytes Preview Download
md5:2225ab2f0e318da0d1fe1f766c2c3afa
863.9 kB Preview Download
md5:403841639b870c47dfe90a112d2557e9
4.2 MB Preview Download