TechWolf/Skill-extraction-TechWolf-graded
skill-extraction-techwolf-graded Graded-relevance annotations for sentences from TechWolf/skill-extraction-techwolf 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 test 324 _id (sentence id), text (sentence) corpus corpus 13,891 _id (ESCO skill URI), title (English… See the full description on the dataset page: https://huggingface.co/datasets/TechWolf/Skill-extraction-TechWolf-graded.
skill-extraction-techwolf-graded
Graded-relevance annotations for sentences from `TechWolf/skill-extraction-techwolf` 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-extraction-TechWolf-graded", "queries", split="test")
corpus = load_dataset("TechWolf/Skill-extraction-TechWolf-graded", "corpus", split="corpus")
qrels = load_dataset("TechWolf/Skill-extraction-TechWolf-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 sentences come from `TechWolf/skill-extraction-techwolf` (also CC BY 4.0). The judge labels themselves are released under CC BY 4.0.
Citation
To be announced
