jeopardy / README.md
soldni's picture
Upload dataset
1618cf7 verified
|
raw
history blame
1.75 kB
---
license: other
license_name: j-archive-tos
license_link: https://j-archive.com/help.php#terms
dataset_info:
- config_name: all_questions
features:
- name: category
dtype: string
- name: air_date
dtype: string
- name: question
dtype: string
- name: value
dtype: string
- name: answer
dtype: string
- name: round
dtype: string
- name: show_number
dtype: string
- name: context
dtype: string
- name: ee-question
dtype: string
- name: ee-continuation
dtype: string
- name: ee-category
dtype: string
- name: continuation
dtype: string
- name: id
dtype: string
- name: og-category
dtype: string
- name: mosaicml_gauntlet
dtype: bool
splits:
- name: train
num_bytes: 110464105
num_examples: 216930
download_size: 67797750
dataset_size: 110464105
- config_name: mosaicml_gauntlet
features: []
splits:
- name: train
num_bytes: 0
num_examples: 0
download_size: 324
dataset_size: 0
configs:
- config_name: all_questions
data_files:
- split: train
path: data/all_questions/train-*
- config_name: mosaicml_gauntlet
data_files:
- split: train
path: data/mosaicml_gauntlet/train-*
---
# Jeopardy questions from Mosaic Gauntlet
Sourced from https://github.com/mosaicml/llm-foundry/blob/main/scripts/eval/local_data/world_knowledge/jeopardy_all.jsonl
Description: Jeopardy consists of 2,117 Jeopardy questions separated into 5 categories:
Literature, American History, World History, Word Origins, and Science. The model is expected
to give the exact correct response to the question. It was custom curated by MosaicML from a
larger Jeopardy set available on [Huggingface](https://huggingface.co./datasets/jeopardy).