CoolFace
Datasetpublic

hugo74130/sm64-tas-dataset

SM64 Speedrun / TAS Reasoning Dataset Question → <think> reasoning → answer pairs about Super Mario 64 speedrunning and Tool-Assisted Speedruns (TAS), in ShareGPT format. Each assistant turn contains an explicit reasoning trace inside <think>...</think> followed by the final answer, matching the native thinking format of Qwen3-style models. Files File Rows Use dataset_v11.jsonl 2721 full dataset dataset_v11_train.jsonl 2585 training split (95%)… See the full description on the dataset page: https://huggingface.co/datasets/hugo74130/sm64-tas-dataset.

sourceHugging Facecc-by-nc-4.0updated 3mo agoView on Hugging Face
1likes30downloads
Dataset Card

SM64 Speedrun / TAS Reasoning Dataset

Question → <think> reasoning → answer pairs about Super Mario 64 speedrunning and Tool-Assisted Speedruns (TAS), in ShareGPT format. Each assistant turn contains an explicit reasoning trace inside <think>...</think> followed by the final answer, matching the native thinking format of Qwen3-style models.

Files

FileRowsUse
dataset_v11.jsonl2721full dataset
dataset_v11_train.jsonl2585training split (95%)
dataset_v11_eval.jsonl136eval split (5%)

Format

json
{"conversations": [
  {"from": "human", "value": "What is a Parallel Universe (PU) in SM64?"},
  {"from": "gpt", "value": "<think>\n...reasoning...\n</think>\n\n...answer..."}
]}

Source & License

Content is derived from Ukikipedia (https://ukikipedia.net), the Super Mario 64 speedrun/TAS wiki, whose text is licensed under CC BY-NC 4.0 (https://creativecommons.org/licenses/by-nc/4.0/).

Question/answer pairs and reasoning traces were generated and transformed from wiki article content (i.e. changes were made). In keeping with the source license, this dataset is released under the same license — CC BY-NC 4.0 — and is for non-commercial use only. This restriction also applies to any model trained on the dataset (a derivative work).

Attribution: Ukikipedia contributors — https://ukikipedia.net Not affiliated with, or endorsed by, Ukikipedia or Nintendo.

How it was built

Ukikipedia pages were scraped and used to ground LLM-generated question/answer pairs. Answers were fact-checked against the source wiki, and reasoning traces were written to reason about the game mechanics (not about the source). Meta-commentary, question/answer mismatches, and duplicate questions were removed during cleanup.

Disclaimer

As with any wiki-sourced content, factual accuracy is not guaranteed. Verify against the source for any critical use.