AmanPriyanshu/reasoning-sft-interstellarninja-json-mode-reasoning-160K
json-mode-reasoning (converted) Converted version of interstellarninja/json-mode-reasoning, filtered to 20,474 rows with valid <think> reasoning traces. Format Each row has three columns: input — list of dicts [{"role": "system/user", "content": "..."}, ...] (conversation turns ending on the last user turn, includes system prompt with JSON schema) response — assistant response string with <think> reasoning block followed by JSON output source — fixed as… See the full description on the dataset page: https://huggingface.co/datasets/AmanPriyanshu/reasoning-sft-interstellarninja-json-mode-reasoning-160K.
json-mode-reasoning (converted)
Converted version of interstellarninja/json-mode-reasoning, filtered to 20,474 rows with valid <think> reasoning traces.
Format
Each row has three columns:
- `input` — list of dicts
[{"role": "system/user", "content": "..."}, ...](conversation turns ending on the last user turn, includes system prompt with JSON schema) - `response` — assistant response string with
<think>reasoning block followed by JSON output - `source` — fixed as
interstellarninja/json-mode-reasoning
Conversion
- Mapped roles:
system→system,human→user,gpt→assistant - Validated exactly one
<think>and one</think>tag per response - Verified non-empty reasoning and non-empty JSON answer
- Dropped 47 rows with malformed think tags
License
Apache 2.0
Credits
Original dataset: interstellarninja/json-mode-reasoning
