Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

reasoning-seed-6k (StrategyQA + ProntoQA + HotpotQA)

Seed question+answer pool for reasoning-trace distillation. CoT is meant to be generated later by a strong teacher model from each question; no gold CoT is included in question.

6,000 rows = 2,000 each, sampled with random.Random(7).

source reasoning type n answer_type answer example
strategyqa commonsense (implicit multi-step) 2000 yes_no Yes / No
prontoqa symbolic (first-order-logic, fictional ontology) 2000 true_false True / False
hotpotqa multi-hop QA (distractor, all hard) 2000 span_or_yesno span or yes/no

Fields

  • id, source
  • question β€” self-contained prompt to feed the teacher (HotpotQA folds in its 10-paragraph context; ProntoQA folds in premises)
  • answer β€” gold answer string
  • answer_type β€” yes_no | true_false | span_or_yesno
  • meta_json β€” per-source extras (StrategyQA qid/term; HotpotQA type/level/supporting_titles)

Sources

  • StrategyQA β€” ChilleD/StrategyQA (official 2,290 answered train pool, re-split; answers are yes/no)
  • ProntoQA β€” longface/prontoqa-train (parsed to premises+query / True-False; fictional ontology)
  • HotpotQA β€” hotpotqa/hotpot_qa config distractor, validation split (all difficulty=hard)

Scoring guidance

  • strategyqa / prontoqa β†’ binary exact-match
  • hotpotqa β†’ official EM + F1 with normalization (must handle yes/no as well as spans)
Downloads last month
7