datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
jeopardy-clues
Jeopardy! Clues
568,068 Jeopardy! clues with their answers, categories, dollar values, air dates, and
round information, compiled from publicly archived, community-maintained transcriptions
of aired episodes.
Loading
from datasets import load_dataset
ds = load_dataset("robworks-software/jeopardy-clues")
science = ds["train"].filter(lambda x: x["category"] == "SCIENCE")
Splits
Split
Rows
train
482,857
validation
42,605
test
42,606… See the full description on the dataset page: https://huggingface.co/datasets/robworks-software/jeopardy-clues.clue-instruct
Dataset Card for Clue-Instruct
Clue-Instruct is a synthetic dataset for Educational Crossword Puzzles.
Context-keyword pairs are associated with three distinct crossword clues, automatically generated.
Pre-print
More details about the model are available here
Citation
If you find it useful, please cite us:
@inproceedings{zugarini2024clue,
title={Clue-Instruct: Text-Based Clue Generation for Educational Crossword Puzzles},
author={Zugarini, Andrea and… See the full description on the dataset page: https://huggingface.co/datasets/azugarini/clue-instruct.Clue250K
Clue 250K Synthetic Corpus
Web Demo
Source on Github
Model Page
This dataset contains synthetic short murder mysteries for training and testing
the tiny Clue 250K language model. The examples use a fixed set of names,
locations, weapons, and wound descriptions. Each mystery asks the model to infer
the murderer, or answer Unknown when the clues do not identify exactly one
person.
The companion code and trained demo model live in the GitHub repository for
Clue 250K. The dataset is… See the full description on the dataset page: https://huggingface.co/datasets/gszauer/Clue250K.
