datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
task307_jeopardy_answer_generation_final
Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task307_jeopardy_answer_generation_final
Additional Information
Citation Information
The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it:
@misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions,
title={Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+ NLP… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task307_jeopardy_answer_generation_final.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.task308_jeopardy_answer_generation_all
Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task308_jeopardy_answer_generation_all
Additional Information
Citation Information
The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it:
@misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions,
title={Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+ NLP… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task308_jeopardy_answer_generation_all.task306_jeopardy_answer_generation_double
Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task306_jeopardy_answer_generation_double
Additional Information
Citation Information
The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it:
@misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions,
title={Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+ NLP… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task306_jeopardy_answer_generation_double.task305_jeopardy_answer_generation_normal
Dataset Card for Natural Instructions (https://github.com/allenai/natural-instructions) Task: task305_jeopardy_answer_generation_normal
Additional Information
Citation Information
The following paper introduces the corpus in detail. If you use the corpus in published work, please cite it:
@misc{wang2022supernaturalinstructionsgeneralizationdeclarativeinstructions,
title={Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+ NLP… See the full description on the dataset page: https://huggingface.co/datasets/Lots-of-LoRAs/task305_jeopardy_answer_generation_normal.
