TechWolf/Skill-normalisation-ESCO-graded
skill-normalisation-esco-graded Graded-relevance annotations for surface skill terms (ESCO alt-labels) from ESCO v1.1.0 skill-normalisation pairs against the ESCO v1.1.0 skill taxonomy. Layout follows the BEIR convention so it is drop-in for MTEB-style retrieval evaluators. This dataset was created for the RecSys-HR 2026 WorkRB challenge. Configs config split rows columns queries validation 50 _id (query id), text (ESCO alt-label / surface term to… See the full description on the dataset page: https://huggingface.co/datasets/TechWolf/Skill-normalisation-ESCO-graded.
skill-normalisation-esco-graded
Graded-relevance annotations for surface skill terms (ESCO alt-labels) from `ESCO v1.1.0 skill-normalisation pairs` against the ESCO v1.1.0 skill taxonomy. Layout follows the BEIR convention so it is drop-in for MTEB-style retrieval evaluators.
This dataset was created for the RecSys-HR 2026 WorkRB challenge.
Configs
Higher is more relevant. The corpus is the COMPLETE ESCO v1.1.0 skill list (13,891 skills) The qrels are the full query x corpus grid: every query is scored against all 13,891 skills, with score 0 for any skill that was not surfaced as relevant.
Score scale, validation split
Score scale, test split
Usage
from datasets import load_dataset
queries = load_dataset("TechWolf/Skill-normalisation-ESCO-graded", "queries", split="test")
corpus = load_dataset("TechWolf/Skill-normalisation-ESCO-graded", "corpus", split="corpus")
qrels = load_dataset("TechWolf/Skill-normalisation-ESCO-graded", "qrels", split="test")Join on ids: qrels["query-id"] matches queries["_id"], and qrels["corpus-id"] matches corpus["_id"] (a full ESCO skill URI).
Attribution
This dataset uses the ESCO classification of the European Commission (ESCO v1.1.0, <https://esco.ec.europa.eu>), licensed under CC BY 4.0. The ESCO content has been extracted into a tabular subset (skill URI, English preferred label, English description); no semantic modifications were made. The European Commission is not responsible for any use of the data.
Source queries come from `ESCO v1.1.0 skill-normalisation pairs` (also CC BY 4.0). The judge labels themselves are released under CC BY 4.0.
Citation
To be announced
