Skip to main content
Powered by ShareScore

Find research datasets worth reusing

Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.

1

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

1 result for β€œHuman capital management”

Learn how ShareScore rates datasets β†—
zenodo40/100

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

<blockquote> <p><strong>🚨 Current Status: Submission of Working Notes</strong></p> </blockquote> <p><strong>If you use any data from this repository, please cite our scientific paper instead of the Zenodo repo:&nbsp;</strong></p> <pre><code>@inproceedings{gasco2025overview, title={{Overview of the TalentCLEF 2025: Skill and Job Title Intelligence for Human Capital Management}}, author={Gasco, Luis and Fabregat, Hermenegildo and Garc\'{\i}a-Sardi{\~n}a, Laura and Estrella, Paula and Deniz, Daniel and Rodrigo, \'{A}lvaro and Zbib, Rabih}, booktitle={{International Conference of the Cross-Language Evaluation Forum for European Languages}}, year={2025}, publisher={Springer} }</code></pre> <p>&nbsp;</p> <h2><strong><a href="https://talentclef.github.io/talentclef/" target="_blank" rel="noopener">TalentCLEF2025</a> corpus -&nbsp;</strong>Task B Test set release</h2> <h3><strong>Introduction:</strong></h3> <p>The first edition of TalentCLEF aims to develop and evaluate models designed to facilitate three essential tasks:</p> <ol> <li>Finding/ranking candidates for job positions based on their experience and professional skills.</li> <li>Implementing upskilling and reskilling strategies that promote the coninuous development of workers</li> <li>Detecting emerging skills and skills gaps of importance in organizations.</li> </ol> <p>With that aim, the task is divided into two tasks:&nbsp;</p> <ul> <li><strong>Task A - Multilingual Job Title Matching</strong>. 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.</li> <li><strong>Task B - Job Title-Based Skill Prediction.&nbsp;</strong>Task B requires developing systems that can retrieve relevant skills associated with a specified job title.</li> </ul> <div> <p>This data repository contains the data for these two tasks. The data is being released progressively according to the<a href="https://talentclef.github.io/talentclef/docs/talentclef-2025/schedule/"> task schedule</a>.</p> <p>The task evaluation takes place on Codabench (<a href="https://www.codabench.org/competitions/5842/">Task A</a> and <a href="https://www.codabench.org/competitions/7059/">Task B</a>). Participants must register for the competition through <a href="https://clef2025-labs-registration.dei.unipd.it/">CLEF Lab Registration Page</a> to be part of the evaluation campaign.</p> <p>&nbsp;</p> </div> <h3><strong>File structure:&nbsp;</strong></h3> <div> <div> <div> <div> <blockquote> <p>For a detailed description of the data structure, you can refer to the <a href="https://talentclef.github.io/talentclef/docs/talentclef-2025/data/description_corpus/">TalentCLEF2025 data description page,</a> where it is thoroughly explained.</p> </blockquote> </div> </div> </div> </div> <p>The files is organized into two <code>*.zip</code> files, <code>TaskA.zip</code> and <code>TaskB.zip</code>, 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.</p> <p><strong>TaskA</strong> includes language-specific subfolders within the training and validation directories, covering English, Spanish, German, and Chinese job title data. The training folders for TaskA contain language-specific .tsv files for each respective language. Validation folders include three essential files&mdash;queries, corpus_elements, and q_rels&mdash;for evaluating model relevance to search queries. TaskA&rsquo;s test folder has queries and corpus_elements files for testing retrieval.<br><br></p> <pre><code>TaskA/ β”‚ β”œβ”€β”€ training/ β”‚ β”œβ”€β”€ english/ β”‚ β”‚ └── taskA_training_en.tsv β”‚ β”œβ”€β”€ spanish/ β”‚ β”‚ └── taskA_training_es.tsv β”‚ └── german/ β”‚ └── taskA_training_de.tsv β”‚ β”œβ”€β”€ validation/ β”‚ β”œβ”€β”€ english/ β”‚ β”‚ β”œβ”€β”€ queries β”‚ β”‚ β”œβ”€β”€ corpus_elements β”‚ β”‚ └── qrels β”‚ β”œβ”€β”€ spanish/ β”‚ β”œβ”€β”€ german/ β”‚ └── chinese/ β”‚ └── test/ &nbsp; &nbsp; β”œβ”€β”€ english/ β”‚ β”œβ”€β”€ queries β”‚ &nbsp; └── corpus_elements β”œβ”€β”€ spanish/ β”œβ”€β”€ german/ └── chinese/ </code></pre> <p><strong>TaskB</strong>&nbsp;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.</p> <pre><code>TaskB/ β”‚ β”œβ”€β”€ training/ β”‚ β”œβ”€β”€ job2skill.tsv β”‚ β”œβ”€β”€ jobid2terms.json β”‚ └── skillid2terms.json<br>β”‚ β”œβ”€β”€ validation/ β”‚ β”œβ”€β”€ queries β”‚ β”œβ”€β”€ corpus_elements β”‚ └── qrels β”‚ └── test/ β”œβ”€β”€ queries └── corpus_elements </code></pre> <p><strong>Tutorials:</strong></p> <table> <tbody> <tr> <td><strong>Notebook</strong></td> <td>Link</td> </tr> <tr> <td>Data Download and Load using Python&nbsp;</td> <td><a href="https://colab.research.google.com/github/TalentCLEF/talentclef_tutorials/blob/main/talentclef2025/TalentCLEF_data_tutorial.ipynb" target="_blank" rel="noopener">Link to Colab</a></td> </tr> <tr> <td>Task A - Prepare submission file and run evaluation</td> <td><a href="https://colab.research.google.com/github/TalentCLEF/talentclef_tutorials/blob/main/talentclef2025/TalentCLEF_submission_creation_tutorial.ipynb" target="_blank" rel="noopener">Link to Colab</a></td> </tr> <tr> <td>Task A - Development set Baseline generation</td> <td><a href="https://colab.research.google.com/github/TalentCLEF/talentclef_tutorials/blob/main/talentclef2025/TalentCLEF_TaskA_DevSet_Baseline.ipynb">Link to Colab</a></td> </tr> <tr> <td>Task B - Prepare submission file and run evaluation</td> <td><a href="https://colab.research.google.com/github/TalentCLEF/talentclef_tutorials/blob/main/talentclef2025/TalentCLEF_TaskB_submission_creation_tutorial.ipynb" target="_blank" rel="noopener">Link to Colab</a></td> </tr> </tbody> </table> <p><strong>Resources:&nbsp;</strong></p> <ul> <li><a href="https://talentclef.github.io/talentclef/docs/" target="_blank" rel="noopener">Web</a></li> <li><a href="https://clef2025-labs-registration.dei.unipd.it/">CLEF Lab Registration Page</a></li> <li><a href="https://www.codabench.org/competitions/5842/">Codabench Task A</a></li> <li><a href="https://www.codabench.org/competitions/7059/">Codabench Task B</a></li> <li><a href="https://talentclef.github.io/talentclef/docs/talentclef-2025/data/additional_resources/">Additional Resources</a></li> </ul>

opencc-by-4.0Oct 2024View details β†’

ScienceDex guides

Understand access before you commit

These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.

Compare curated datasets

Allen Brain Atlas

Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.

allen-brain-atlas
neuroscienceopenDocumentation, web resources, and API references are available online.
Last verified 2026-04-30Open record

Annotated Behaviour and Observability Dataset (ABODe)

ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.

abode-home-cage
behavioral-neuroscienceopenThe DataShare record exposes download links for annotations, documentation, license text, and the zipped per-snippet data directory.
Last verified 2026-04-30Open record

DANDI Archive for NWB datasets

DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.

dandi-nwb
electrophysiologyopenPublished Dandiset metadata and archive endpoints are available through the production DANDI API.
Last verified 2026-04-30Open record

International Brain Laboratory public data

The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.

ibl
behavioral-neuroscienceopenPublic sessions can be searched and loaded from the IBL public data server through ONE.
Last verified 2026-04-29Open record

OpenNeuro

OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.

openneuro
neuroscienceopenPublished datasets are available on demand over the internet.
Last verified 2026-04-29Open record