datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
singaporean-judicial-keywords
Singaporean Judicial Keywords 🏛️
Singaporean Judicial Keywords by Isaacus is a challenging legal information retrieval evaluation dataset consisting of 500 catchword-judgment pairs sourced from the Singapore Judiciary.
Uniquely, the keywords in this dataset are real-world annotations created by subject matter experts, namely, Singaporean law reporters, as opposed to being constructed ex post facto by third parties.
Additionally, unlike standard keyword queries, judicial catchwords… See the full description on the dataset page: https://huggingface.co/datasets/isaacus/singaporean-judicial-keywords.SciX_UAT_keywordsTitles and Abstracts for papers from ADS/SciX that have been tagged with some Unified Astronomy Thesaurus (https://astrothesaurus.org/) keywords.Bibcode provided for identification.
DatasetDict({
train: Dataset({
features: ['bibcode', 'title', 'abstract', 'verified_uat_ids', 'verified_uat_labels'],
num_rows: 18677
})
val: Dataset({
features: ['bibcode', 'title', 'abstract', 'verified_uat_ids', 'verified_uat_labels'],
num_rows: 3025
})
})
For… See the full description on the dataset page: https://huggingface.co/datasets/adsabs/SciX_UAT_keywords.Ilities-without-keywords-unique-all-filter
Dataset Card for "Ilities-without-keywords-unique-all-filter"
More Information needed
russian_poetry_with_keywords
Dataset Card for "russian_poetry_with_keywords"
More Information needed
jailbreak-dan-keywords
LLM Jailbreak & DAN Detection Dataset
A comprehensive dataset of adversarial prompts, jailbreak triggers, DAN (Do Anything Now) templates, prompt injection vectors, and refusal suppression patterns for Large Language Models (LLMs). This dataset is specifically formatted row-by-row for Hugging Face Datasets Viewer, AI Guardrail filters, Prompt Injection defense systems, and Automated Red Teaming suites.
Technical Specifications
Parameter
Value
Primary… See the full description on the dataset page: https://huggingface.co/datasets/mondk/jailbreak-dan-keywords.LegiSubject-Br-Keywords
🇧🇷 Brazilian Legislative Bills – Keyword Dataset
This dataset contains keywords of legislative bills proposed in the Brazilian Chamber of Deputies (BCoD) from 1991 to 2022.It is intended for multi-label classification, where each bill may be associated with one or more subject categories (temas).
🔀 This is the keywords version of the dataset.If you are looking for the summaries version, see:👉 ronunes/LegiSubject-Br-Keywords
📁 Dataset Structure
The dataset is… See the full description on the dataset page: https://huggingface.co/datasets/ronunes/LegiSubject-Br-Keywords.tech-keywords-topics-summarymultilingual-keywords-extractionsummary-keywordsats-resume-keywords
ATS Resume Keywords by Role
A curated dataset of the highest-value ATS (Applicant Tracking System) keywords for 20 common roles — the terms recruiter software scans for when ranking resumes. Useful for resume optimization, keyword-gap analysis, and career NLP projects.
Columns
role — job role
ats_keywords — comma-separated high-signal keywords ATS software looks for in that role
Example use
Compare a candidate's resume text against the keyword set… See the full description on the dataset page: https://huggingface.co/datasets/vigneshwarl234/ats-resume-keywords.sadeem-ar-eval-retrieval-keywords
Sadeem Arabic Keywords Retrieval
An Evaluation Benchmark Dataset for Arabic Keywords-Based Retrieval Tasks
scidocs-keywords-exkeyliword
SciDocs Keywords exKEYliWORD
Dataset Description
SciDocs2Keywords is a dataset consisting of scientific papers (title and abstract) and their associated author-provided keywords. It is designed for use in task of keyword extraction or abstraction.
Each entry in the dataset includes:
Title: The title of the scientific paper.
Abstract: A brief summary of the paper.
Author Keywords: Keywords provided by the authors to highlight the main topics or concepts of the paper.… See the full description on the dataset page: https://huggingface.co/datasets/nicolauduran45/scidocs-keywords-exkeyliword.gemma4n-user-keywords-news-nemotron-20260628-cutoff4000stackexchange-4dpo-filby-clang-keywords30-keywords
KWS Smart-Device Commands (20-class)
Merged, length-normalized keyword-spotting dataset for on-device voice control
(Nordic nRF5340 + Edge Impulse). Every clip is 16 kHz mono, fixed 2 s,
RMS-leveled and silence-padded. 1,447 clips per class (28,940 total).
Real CC-BY audio only — no TTS.
Classes (30): answer, back, call, close, eight, five, four, help, left, next, nine, no, one, open, play, previous, record, right, search, set_a_timer, seven, six, start, stop, three, two… See the full description on the dataset page: https://huggingface.co/datasets/snowballlab/30-keywords.crowdsourced-keywordsmedical-keywords
Dataset Card for "medical-keywords"
Dataset Summary
Medical transcription data scraped from mtsamples.com
Medical data is extremely hard to find due to HIPAA privacy regulations. This dataset offers a solution by providing medical transcription samples.
This dataset contains sample medical transcriptions for various medical specialties.
Languages
english
Citation Information
Acknowledgements
Medical transcription data scraped from mtsamples.com… See the full description on the dataset page: https://huggingface.co/datasets/argilla/medical-keywords.arxiv-abstracts-keywordsovos-intent-bench-intents-for-eval-keywords
ovos-intent-bench-intents-for-eval-keywords
An OVOS Plugin Arena benchmark repository. The arena's prediction runner
publishes each plugin's raw output on the intents-for-eval-keywords dataset here, one JSON-lines
file per plugin under predictions/<lang>/, and where a sample-set manifest
governs scoring it lives under sample_sets/. The public leaderboard at
https://openvoiceos.github.io/ovos-plugin-arena/ is computed from these rows,
and anyone can recompute an entry from them… See the full description on the dataset page: https://huggingface.co/datasets/OpenVoiceOS/ovos-intent-bench-intents-for-eval-keywords.keywords_verbinden4programming-languages-keywords
Dataset Card for "programming-languages-keywords"
Structured version of https://github.com/e3b0c442/keywords
Generated using:
r = requests.get("https://raw.githubusercontent.com/e3b0c442/keywords/main/README.md")
keywords = r.text.split("### ")[1:]
keywords = [i for i in keywords if not i.startswith("Sources")]
keywords = {i.split("\n")[0]:[j for j in re.findall("[a-zA-Z]*", i.split("\n",1)[1]) if j] for i in keywords}
keywords =… See the full description on the dataset page: https://huggingface.co/datasets/bigcode/programming-languages-keywords.ag_news_roberta_keywords_embeddingsTranslated_Finance_100k_with_kk_and_it_and_keywords_v2
Dataset Card for "Translated_Finance_100k_with_kk_and_it_and_keywords_v2"
More Information needed
gemma4n-user-keywords-news-nemotron-20260628-textonly-cutoff4000sst_sbert_keywords_embeddingswikipedia-paragraph-keywords
Wikipedia Paragraph and Keyword Dataset
Dataset Summary
This dataset contains 10,693 paragraphs extracted from English Wikipedia articles, along with corresponding search-engine style keywords for each paragraph. It is designed to support tasks such as text summarization, keyword extraction, and information retrieval.
Dataset Structure
The dataset is structured as a collection of JSON objects, each representing a single paragraph with its associated keywords.… See the full description on the dataset page: https://huggingface.co/datasets/agentlans/wikipedia-paragraph-keywords.sst_rake_keywords_embeddings12345-dialogue-keywordsargilla_ultrafeedback-binarized-preferences_keywords-filtered-v2KeywordsExtraction
French Keyword Extraction
Dataset Description
This dataset is a collection of French phrase–keyword pairs designed for training and evaluating keyword extraction models, prompt engineering, or query expansion systems. It is composed of three distinct subsets (configurations), each reflecting a specific linguistic register and use case.
All inputs are in French and contain between 1 and 5 sentences, offering varied contextual lengths. The dataset was generate with… See the full description on the dataset page: https://huggingface.co/datasets/LugolBis/KeywordsExtraction.
